DEPRECATED - NO LONGER WORKS A websocket server in python
Python
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= .gitignore
carview.php?tsp= README
carview.php?tsp= favicon.png
carview.php?tsp= handler.py
carview.php?tsp= index.html
carview.php?tsp= python-socket-server.py
carview.php?tsp= settings.py
carview.php?tsp= tick.py
carview.php?tsp= util.py

README

An extremely simple implementation of a websocket server
handler.py is where you handle sent data
tick.py is where you put the code that you want to happen on each tick.
Examples to come
It seems that, as of now, messages can only be 1022 bytes
seems like you must be connected to the internet for it to work