mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-07-31 22:13:11 +02:00
Add WebSocket support for real-time traceroute visualizations.
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Starting websocket publisher"
|
||||
exec node src/ws.js ${WS_OPTS}
|
||||
|
||||
Reference in New Issue
Block a user