Eric House
6787fe1406
fix length byte
2017-10-22 21:29:16 -07:00
Eric House
4583b5d88d
use ! with struct instead of ntohs
2017-10-22 15:47:01 -07:00
Eric House
284888df44
add timeoutSecs param
2017-10-21 12:13:19 -07:00
Eric House
7414e0eeae
param should be json array as string
2017-10-18 22:02:14 -07:00
Eric House
fbaa1f139e
add test method and implement query() endpoint
2017-10-18 21:18:30 -07:00
Eric House
c08be98fda
wip: include multiple packets in reponse json
2017-10-18 07:09:05 -07:00
Eric House
b86ffeb2b9
wip: data gets to relay and response handled
...
A device registers and a game can start. But we don't get to being
able to make a move yet.
2017-10-18 06:53:15 -07:00
Eric House
2dc80ac93f
talk to new python script to interface with relay
...
So far uses curl and json-c to send b64-encoded data to new script
which is able to echo the data. Next that script will need to open a
UDP socket to the relay and return results that appear before timeout.
2017-10-17 21:32:11 -07:00