Go Weather Station Interface
Go Weather Station Interface is a data logger and web interface for weather station data.
It currently parses the serial data from the WSDL WxShield for Arduino, store the parsed data in a database, and has a web display interface.
--broker string MQTT Server (default "tcp://localhost:1883")
--config string config file (default is gowx.yaml)
--database string Database (default "gowx.db")
-v, --verbose Enable verbose output
- gowx aggregator - Aggregates individual samples
- gowx all - A brief description of your command
- gowx doc - Documentation generator
- gowx parser - Parse serial data
- gowx server - Web Server