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.

GUI Composer and custom codecs development

Hello All, i need to develop an application where a lauchpad is connected to a Linux box that has a web server running, the lauchpad is controlling some hardware, then a client will connect (HTTP) and manipulate the controls/parameters on the lauchpad,

Using GUI composer is really simple to create the web page, and conect to the lauchpad using x110 and program_model, however there are not good examples on creating custom codecs, i would like to use my own serial communication protocol between the node.js and the lauchpad, also what is no clear is how to tell GUI composer that the lauchpad is on the server not on the client.

thanks in advance for your inputs.