Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
douginoz committed Jul 21, 2024
1 parent a8b661e commit a5034fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Apart from this sentence, this program, structure, workflow, files, and the rest
- **Plain ASCII Output (`-o` or `--output`)**: Outputs the data in a human-readable format to a specified file or prints it to stdout if no filename is provided.
- **MQTT Publishing (`-m` or `--mqtt`)**: Publishes the data to an MQTT server specified in a configuration file. If no file is specified, it looks for a default configuration file (`config.yaml`).
- The MQTT configuration file can be generated using the -S option.
- **Database recording (`--database`)**: Saves data to an sqlite database.

4. **MQTT Configuration**:
- **Setup (`-S` or `--setup-mqtt`)**: Prompts the user to enter MQTT configuration details (server, port, username, password, root topic, windrose root topic) and saves them to a default configuration file (`config.yaml`). If the file already exists, it reads the existing values and allows the user to update them.
Expand Down

0 comments on commit a5034fc

Please sign in to comment.