Page 1 of 1

Xbox360 over network

PostPosted: Tue Sep 27, 2011 2:55 am
by fixstuff555
Here is some more code using further examples of the Ethernet client / server primitives with some useful modules included. On the server side, and XBox 360 pendant data output is encoded into a message and served up by the Server primitive. The Client side polls the server, receives the message, decodes, and outputs the individual data channels. Useful modules include encoding of the data channels from the xbox primitive, a zero and scaler, and a message decoder on the other end. Both the Client and Server side are included in one program for ease of testing, but they can be easily split into two. Another benefit to doing this would allow multiple clients located on different computers polling the Xbox controller. This could also be useful in a distributed control scheme.