Skip to content

Accepts data from a socket, displays it on a real-time dashboard.

License

Notifications You must be signed in to change notification settings

pwighton/socket2dash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket2dash

Read data from a socket and display it on a real-time dashbord

Geared mostly towards creating a real-time motion dashboard but hopefully useful more generally.

!!!---!!! WORK IN PROGRESS !!!---!!!

Setup

conda create --name socket2dash python=3.8
conda activate socket2dash
git clone git@github.com:pwighton/socket2dash
cd socket2dash
pip install -r requirements.txt

Run

streamlit run app.py

Refs

Forked from https://github.com/amrrs/real-time-live-streamlit-dashboard-python

See Also:

About

Accepts data from a socket, displays it on a real-time dashboard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%