blob: 9d755aae4363e7cda50b5e584b3a88aad4853d38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# puzzle box client
goal (in order of implementation):
```
(pbc) help
exit exit pbc
test send a test puzbus message
help show this help
send <addr> <data> [debug] send raw message
status show global puzzle box state (main controller state)
reset reset entire game state
ls list connected puzzle modules
```
|