Hi
We have a device with a web server running on it. From a PC, you can access web ui of the device using a web browser. This works fine when the pc and device are under same corporate network. We sell these devices to lots of customers. I am working on a tool that helps our support guys to access the web ui of the device that are running behind customer firewall.
The device runs on top of embedded Linux. What I am looking for is something like Copilot that can expose web server to outside world. Lets assume the security things are taken care of somehow. Imagine there is a server running at our company that all these devices can post to using https. Is there any library (open source or commercial) that I can use and build an app
that runs on the device, connects to our server in the cloud, if there is a pending connection from a support guy, it passes that http request to web server and any result from web server back to the support server.
If it is a PC based device, I can use copilot or VNC. This is embedded device with our own set of applications. Just wondering whether there is any library that I can start with instead of building my own from scratch
I appreciate any pointers.
Thanks Video guy