mirror of
https://github.com/eddyem/small_tel.git
synced 2026-03-21 09:10:58 +03:00
Change netdaemon to poll & work with libusefull_macros, add weatherdaemon
This commit is contained in:
19
Daemons/weatherdaemon/Readme.md
Normal file
19
Daemons/weatherdaemon/Readme.md
Normal file
@@ -0,0 +1,19 @@
|
||||
Weather daemon
|
||||
==================
|
||||
|
||||
Open a socket at given port (default: 4444)
|
||||
Parse weather data and send it to client
|
||||
|
||||
Usage: weatherdaemon [args]
|
||||
|
||||
Where args are:
|
||||
|
||||
-b, --baudrate=arg serial terminal baudrate (default: 115200)
|
||||
-e, --emulation emulate serial device
|
||||
-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)
|
||||
-v, --verb logfile verbocity level (each -v increase it)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user