https://github.com/rkalnins/grapher
Graphing tool implemented using PyQt to plot realtime data coming from MQTT and TCP/IP or UDP
https://github.com/rkalnins/grapher
Last synced: about 2 months ago
JSON representation
Graphing tool implemented using PyQt to plot realtime data coming from MQTT and TCP/IP or UDP
- Host: GitHub
- URL: https://github.com/rkalnins/grapher
- Owner: rkalnins
- License: gpl-3.0
- Created: 2021-05-14T02:14:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T19:36:31.000Z (over 3 years ago)
- Last Synced: 2025-02-13T10:47:28.298Z (4 months ago)
- Language: Python
- Homepage:
- Size: 3.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grapher
## Sources
- MQTT
- TCP## Channels
Each source has a list of channels. Channels are graphable.
- color
- id
- enabled
- < all other graphing stuff \>## Parameters
- Configuration
- Plot Config
- xmin
- xmax
- ymin
- ymax
- Sources
- MQTT
- id
- enabled
- color
- TCP (WIP)
- id
- enabled
- color
- Serial (WIP)
- id
- enabled
- color1. Load file with configuration
2. Reset