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

Realtime General Purpose Signal Visualizer for Web Browsers

Notifications You must be signed in to change notification settings

galatasarayuniversity/sigwis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

196f613 · Mar 27, 2014

History

22 Commits
Mar 27, 2014
Jul 8, 2013
Jun 26, 2013

Repository files navigation

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.