Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 538 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 538 Bytes

sigwis

Real time general purpose signal visualizer for web browsers.

Requirements

UI Frontend (included)

  • rickshaw.js, d3.js
  • A browser that supports websockets

Python Backend

  • twisted (Generally found in distribution repositories)
  • autobahn (You can install using pip)

Simple Test

python src/server.py &
python src/client.py ws://localhost:9000 &
firefox ui/index.html

You have to see a number of random series plotted in real-time.