| .. | ||
| fieldtest_map.html | ||
| fwd_positions_udp.pl | ||
| README.md | ||
| udp2ws.pl | ||
fwd_positions_udp.pl is run on the tbeam server monitoring the logger output. Example: perl fwd_positions_udp.pl --file /usr/local/src/sx1302_hal/util_net_downlink/uplinks_20260219_123102.csv --host ryzdesk --port 1777
udp2ws.pl is run on ryzdesk to receiving incoming packets and ready them for consumption bye the HTML page
The chain is:
- the semtech 1303 listening captures transmissions and then sends them via UDP
- the logger listens and logs the UDP to a csv
- fwd_positions_udp.pl monitors the csv and then send via another UDP data to ryzdesk
- udp2wr.pl runs on ryzdesk and receives the tbeam's data and makes it available to the HTML page's JavaScript
TODO: tie into my own map server (has high zoom capability)
Just writing this now to capture what happened last night as I may not get back to this for a couple of weeks given the upcoming Voron project.