An open API service indexing awesome lists of open source software.

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

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
- color

1. Load file with configuration
2. Reset