Xbox360 over network

Post any examples or modules that you want to share here
Post Reply
fixstuff555
Posts: 151
Joined: Thu Oct 21, 2010 3:24 pm

Xbox360 over network

Post 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.
Attachments
xbox360_server_client_test_r1.fsm
(23.41 KiB) Downloaded 1965 times
Post Reply