weather check for astrosib dome daemon

This commit is contained in:
2026-05-15 14:44:21 +03:00
parent e24568b0bf
commit 7e369976b5
86 changed files with 361 additions and 55 deletions

View File

@@ -0,0 +1,21 @@
Network daemon snippet
==================
Open a socket at given port (default: 4444), works with http & direct requests.
Can read and send commands over serial interface.
Pieces with user code marked as 'INSERT CODE HERE'.
Usage: netdaemon [args]
Where args are:
-b, --baudrate=arg serial terminal baudrate (default: 115200)
-e, --echo echo users commands back
-h, --help show this help
-i, --device=arg serial device name (default: none)
-l, --logfile=arg save logs to file (default: none)
-p, --port=arg network port to connect (default: 4444)
-t, --terminal run as terminal
-v, --verb logfile verbocity level (each -v increase it)