..
2022-03-01 09:46:33 +03:00
2025-06-23 11:33:58 +03:00
2022-08-24 12:11:31 +03:00
2022-08-24 12:11:31 +03:00
2025-06-23 11:33:58 +03:00
2022-08-24 12:11:31 +03:00
2022-08-24 12:11:31 +03:00
2022-08-24 12:11:31 +03:00

Weather daemon working with old "Astro-M" meteostation

Open a socket at given port (default: 4444) Parse weather data and send it to client

Usage: weatherdaemon [args]

        Where args are:

  -P, --pidfile=arg     pidfile name (default: /tmp/weatherdaemon.pid)
  -b, --baudrate=arg    serial terminal baudrate (default: 9600)
  -d, --device=arg      serial device name (default: none)
  -e, --emulation       emulate serial device
  -h, --help            show this help
  -l, --logfile=arg     save logs to file (default: none)
  -p, --port=arg        network port to connect (default: 12345)
  -v, --verb            logfile verbocity level (each -v increase it)