Commit graph

19 commits

Author SHA1 Message Date
redfast00
394b84bdd8
Prepare for Python controller 2022-01-17 20:00:53 +01:00
redfast00
263db4588b
Now that the debugging protocol is binary, don't use readline 2022-01-17 19:48:36 +01:00
redfast00
e519e5c9ac
Fix order of operators 2022-01-17 19:01:00 +01:00
redfast00
ccfcea08b1
Add ability to send in debugger module 2022-01-17 18:52:39 +01:00
redfast00
393b1c94ce
Add puzzle_modules_solved to gamestate updates 2021-02-01 15:59:46 +01:00
redfast00
ff272fc841
Parse ACKs in debugger 2020-09-11 21:57:18 +02:00
redfast00
11a9c1b3c8
Don't return None when unknown message type, add new messages for info module 2020-09-09 23:14:50 +02:00
c9c15f4d33 remove unused endpoint 2020-09-09 20:44:30 +02:00
0ad56b7457 fix everuthigni 2020-09-09 20:39:47 +02:00
059543aa6c try adding a data class 2020-09-09 19:52:23 +02:00
3a0e512f4c Only send messages the client hasn't seen before
We also only keep 200 messages in memory on the server.
2020-09-09 18:19:40 +02:00
ee463b624b make hiding raw messages more efficient, some tweaks 2020-09-09 14:44:12 +02:00
aa59f4d96d cleanup server code 2020-09-08 20:23:17 +02:00
5fd32888b0 cleanup commented code 2020-09-08 18:57:03 +02:00
54c03165b0 change layout 2020-09-08 18:52:38 +02:00
redfast00
95de8af77d
Variable length debugger 2020-09-07 19:05:44 +02:00
redfast00
5672998e4d
Better initialization 2020-08-20 19:07:59 +02:00
redfast00
5d5ad2decd
Add debugging Arduino code 2020-08-19 02:10:30 +02:00
redfast00
f37452df46
Start writing web-based debugger 2020-08-16 04:16:36 +02:00