https://github.com/mqlvin/atg-probe
Export automatic tank gauge (ATG) data to markdown files.
https://github.com/mqlvin/atg-probe
atg c iot iot-device markdown markdown-generator veeder-root
Last synced: about 1 year ago
JSON representation
Export automatic tank gauge (ATG) data to markdown files.
- Host: GitHub
- URL: https://github.com/mqlvin/atg-probe
- Owner: Mqlvin
- License: mit
- Created: 2024-07-18T16:49:20.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T17:08:44.000Z (almost 2 years ago)
- Last Synced: 2025-05-30T10:16:09.108Z (about 1 year ago)
- Topics: atg, c, iot, iot-device, markdown, markdown-generator, veeder-root
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ATG Probe
Veeder produce automatic tank gauge solutions for gas/fuel stations. Their ATG devices are commonly public-facing, allowing you to connect and interact with these IoT devices.
This software allows you to export ATG reports to markdown files.
## Support
- In-Tank Inventory Report
- In-Tank Delivery Report *(unsupported)*
- In-Tank Alarm History Report *(unsupported)*
- Service History Report *(unsupported)*
## Build / Run
To build, run `make` in the terminal which will generate an executable called `build`
Usage: `./build [ip] `
The user is solely responsible for the their actions and use of the program. For educational purposes only.