This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Web interface

Have anybody implemented web interface for Ti DaVinci devices?

Have anybody used Webmin or Webif²?

- Webmin http://www.webmin.com/   http://en.wikipedia.org/wiki/Webmin
- Webif²  http://x-wrt.org/ http://en.wikipedia.org/wiki/X-Wrt

What can you suggest?

  • My davinci application implements a TCP based command interface.  I created a library to talk to the interface through a tcp socket  and then used multiple CGI programs to allow a user to configure the application through a browser.  It's clumsy, so my latest strategy is to write a browser based java applet to talk to the device through the same tcp interface.

    John A