17 lines
885 B
Markdown
17 lines
885 B
Markdown
|
|
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.
|
|
|