syndilights/clients
Gunstick 775dbf25f4 add a script to start the demos in one command. runs frameserver, nocejs, browser and 2 clients
changed some bits in clients: ports and z value
2013-10-08 21:52:38 +02:00
..
README Working on client -> frameserver -> ws_udp.js -> visionneuse.html stack 2013-09-22 22:17:12 +02:00
cellular.py add a script to start the demos in one command. runs frameserver, nocejs, browser and 2 clients 2013-10-08 21:52:38 +02:00
plasma.py add a script to start the demos in one command. runs frameserver, nocejs, browser and 2 clients 2013-10-08 21:52:38 +02:00
s2llib.py some more changes 2013-09-30 23:36:19 +02:00
test.py add a script to start the demos in one command. runs frameserver, nocejs, browser and 2 clients 2013-10-08 21:52:38 +02:00

README

The goal is to make a nice python client library that allows us to quickly make new clients.

First goal is to get cellular.py and plasma.py to work through full stack.

plasma.py sends packets to:
frameserver, which sends packets to:
ws_udp.js, which sends it to the visionneuse.html client.

PROBLEMS:
- For some reason the cellular.py packet is not being processed by the frameserver
- When running plasma.py there is an alignment error in visionneuse.hml