A collection of scripts for:
- Experiment data storage (online, offline)
- Setup for plotting the data in the browser (online, offline)
We rely on plotly for the plotting part. We use the websockets library to communicate data between the browser and the server.
$ pip install websockets
https://machines-in-motion.github.io/mim_data_utils/
See examples/
folder.
- Get live plotting at 30 Hz working
- Have the data streamed in the data file and treat the file as ring buffer
- Write documentation for the data protocol
Copyright(c) 2021 New York University.
BSD 3-Clause License