Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.15 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.15 KB

Socscrollsave

Python application for creating a real-time scrolling plot and storing data from a websocket. Most of the code is from Sebastián Sepúlveda's excellent RTplot. socscrollsave is a simplified version of RTplot, which also can use sockets and serial connections.

Requirements

Usage

From a terminal, on the root folder of the application, run python -m socscrollsave.

The client IP address (and port), can be found on line 43 of ~/socscrollsave/SocketClient.py.

Incoming data should be in csv format.

Currently plots data from 4 variables from the same csv stream. The number of plots can be changed at /socscrollsave/ui/mainWindow.py line 89.

Data is stored as a .csv file in ~/data.

For an examples using ESP-32 microcontroller see link below.

Links

License

The project is distributed under MIT License