/* TCP-Protokoll */

This commit is contained in:
Astro 2011-09-11 00:37:31 +00:00
parent f7f02e7ee7
commit 13c9db9c59
1 changed files with 10 additions and 1 deletions

View File

@ -35,4 +35,13 @@ File:ledwall_random2.jpg
[...]
==Software==
[...]
===TCP-Protokoll===
https://github.com/carwe/pentawallsim/blob/master/rgbproto.txt
====Input handling====
* Sende '''0901''' um Controller-Eingaben zu erhalten
* Haben die Form '''090pkkbb''', wo
** '''p''' der Player 1 oder 2,
** '''kk''' der Keycode, und
** '''bb''' der Batteriestand ist.