partway through some documentation and bug fixing

This commit is contained in:
2018-02-17 01:08:31 -08:00
parent 176d9f7a54
commit 51be54c964
11 changed files with 146 additions and 38 deletions

View File

@@ -4,6 +4,17 @@
#include "Pub_Sub.h"
#include <list>
/**
*
* NetworkInput
*
* Prototype network joystick, listens to clients connecting to a certain port and reads
* packets pertaining to, in the case of the lights, xyz movement. This could in theory
* provide a very generic way to listen to network input and generate events from received
* packets.
*
*/
struct CustomPacket {
char data[1024];