I work with an electronics manufacturer to implement LAN-based control systems. The idea is to serve the system configuration / management interface through a web browser, so customers never need to install software. We can communicate with the device by sending and receiving serial data through the built-in module. Since the device can also be controlled using the front panel interface, this creates a problem for synchronizing the remote web interface with very low latency. It seems that web interfaces or some kind of Push is what we need to process events in real time from the server to the clients.
I am using the Lantronix Mathport AR Embedded Server. Out of the box, the device will serve any custom HTML and Java servlets / applets. We have the opportunity to install a lightweight Linux distribution if we need more flexibility. I'm not sure how to implement any applications on the server side, since the standard Apache does not work on the device. I believe that he uses Boa.
Can someone lead me in the right direction how to do this?
source share