More web tracker stuff

This commit is contained in:
John Poole 2026-02-20 17:56:48 -08:00
commit 643042e8a2
2 changed files with 77 additions and 0 deletions

17
tools/livetrack/README.md Normal file
View file

@ -0,0 +1,17 @@
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:
1) the semtech 1303 listening captures transmissions and then sends them via UDP
2) the logger listens and logs the UDP to a csv
3) fwd_positions_udp.pl monitors the csv and then send via another UDP data to ryzdesk
4) 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.