Nope, I am kicking location parsing down the road.
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?
Going to try this: https://docs.rs/fap/latest/fap/
I think I will leave this open until I finish up location parsing (w1cdn/mwtchahrd#5) as part of w1cdn/mwtchahrd#1.
The Spothole API is now here: https://spothole.app/apidocs
Ian added an example cURL statement: `curl --request POST --header "Content-Type: application/json" --data '{"dx_call":"M0TRT","time":…
Since I don't have a lot of focus today, here is what I am trying to do. I am trying to use the JSON string being passed via UDP from mwtchahrd (dev) to get data into the SQLite database fields.…