• Joined on 2025-01-02
w1cdn commented on issue w1cdn/farpn_udp_server#4 2025-10-17 21:40:25 +00:00
Add db column for spotter

Closed in #2.

w1cdn pushed to udp at w1cdn/mwtchahrd 2025-10-17 21:39:24 +00:00
a768d908ed Make spotter optional.
w1cdn commented on pull request w1cdn/mwtchahrd#1 2025-10-17 21:09:12 +00:00
Pass UDP data out of mwtchahrd structured as JSON

Do it like this: https://blog.logrocket.com/using-clap-rust-command-line-argument-parsing/#adding-flags-clap

/// Spotter callsign (e.g. W1CDN)
    #[arg(short = 's', long)]
    spotter:…
w1cdn commented on pull request w1cdn/mwtchahrd#1 2025-10-17 20:59:45 +00:00
Pass UDP data out of mwtchahrd structured as JSON

Oops, spotter needs a default value.

w1cdn commented on pull request w1cdn/farpn_udp_server#2 2025-10-17 20:58:30 +00:00
Store data in a database

As noted elsewhere, not doing location parsing this time around.

w1cdn pushed to db at w1cdn/farpn_udp_server 2025-10-17 20:48:30 +00:00
249b371230 Add spotter to database.
w1cdn commented on issue w1cdn/mwtchahrd#9 2025-10-16 02:19:57 +00:00
Pass spotter call in UDP

Closed in #1.

w1cdn pushed to udp at w1cdn/mwtchahrd 2025-10-16 02:19:32 +00:00
c8d7b6a817 Add spotter as an argument.
w1cdn commented on issue w1cdn/mwtchahrd#5 2025-10-14 02:47:50 +00:00
Parse basic data

As you can tell, N6CTA did most of the work and I just packaged it up.

w1cdn commented on issue w1cdn/mwtchahrd#5 2025-10-14 02:47:03 +00:00
Parse basic data

Splitting location parsing off to #10.

w1cdn opened issue w1cdn/mwtchahrd#10 2025-10-14 02:46:46 +00:00
Parse APRS-style location out of beacons
w1cdn commented on pull request w1cdn/mwtchahrd#1 2025-10-14 02:44:02 +00:00
Pass UDP data out of mwtchahrd structured as JSON

Nope, I am kicking location parsing down the road.

w1cdn commented on issue w1cdn/mwtchahrd#3 2025-10-14 02:06:04 +00:00
Default UDP port to something

Instead of doing this roundabout stuff to make UDP work, could just pass a JSON object with the parameters as text inside the argument. Probably not as clean?

w1cdn commented on issue w1cdn/mwtchahrd#9 2025-10-13 20:32:39 +00:00
Pass spotter call in UDP

Parallel ticket w1cdn/farpn_udp_server#4.

w1cdn opened issue w1cdn/farpn_udp_server#4 2025-10-13 20:32:07 +00:00
Add db column for spotter
w1cdn opened issue w1cdn/mwtchahrd#9 2025-10-13 20:31:04 +00:00
Pass spotter call in UDP
w1cdn commented on pull request w1cdn/mwtchahrd#1 2025-10-13 02:08:41 +00:00
Pass UDP data out of mwtchahrd structured as JSON
w1cdn pushed to udp at w1cdn/mwtchahrd 2025-10-13 02:06:52 +00:00
98da8b95d5 Send a UDP message to the server that says you are connected.
w1cdn commented on pull request w1cdn/mwtchahrd#1 2025-10-13 02:03:15 +00:00
Pass UDP data out of mwtchahrd structured as JSON
w1cdn commented on pull request w1cdn/farpn_udp_server#2 2025-10-13 02:01:45 +00:00
Store data in a database

I think I will leave this open until I finish up location parsing (w1cdn/mwtchahrd#5) as part of w1cdn/mwtchahrd#1.