Normal
Wow, nice work. But just because it works under windows, does it mean it works under linux? Or are you planning to use WINE...Anyway, UdpHelper is a class to send and receive UDP packets. Doing a quick search using VS2005 (note that my copy of the MP source code is about a month and a bit old), the only classes using it are the HcwRemote ones in the RemotePlugins project. My guess would be that MP communicates with an outside program via UDP which then communicates with the remote.Sam
Wow, nice work. But just because it works under windows, does it mean it works under linux? Or are you planning to use WINE...
Anyway, UdpHelper is a class to send and receive UDP packets. Doing a quick search using VS2005 (note that my copy of the MP source code is about a month and a bit old), the only classes using it are the HcwRemote ones in the RemotePlugins project. My guess would be that MP communicates with an outside program via UDP which then communicates with the remote.
Sam