Hello, I am mailing this list as I believe I am still a beginner in some areas of Perl such as Networking protocols. For my research project I am using a device that has the following specifications:
https://www.gumstix.com/store/product_info.php?products_id=257 The device is running Ubuntu, and has a UDP protocol interface to it. To use the device it is plugged in with the Ethernet to the controller. The controller needs to be running a DHCP server. I would like to access this device's UDP protocl via a http interface. The main reason for this is that my VR software is being developed in WebGL and Javascript. Using the device is only a small component of the VR software. My idea is that if I can have a local ip for the device I can have Javascript ajax and websocket to it. I have looked at AnyEvent so far. What module or framework would make this simple for me? My idea is having a HTTP map to the UDP protocol on the machine itself. If not even a server on the controller should work in my mind. Regards, Kartik Thakore