Because the browser communicates via HTTP this would not be possible directly because there isn’t a way for the browser to talk arbitrary TCP. You could write a web server for the browser to talk to, which would proxy your requests onto the linknx server.
John > On 17 Feb 2015, at 18:24, Frédéric <f...@gbiloba.org> wrote: > > Hi! > > I'm starting to implement the client/server communication for my mobile > home automation application. > > I first want to communicate with linknx¹, which is listening on a unix > socket, on port 1028 (requests and responses are xml-based). > > See: > > http://sourceforge.net/p/linknx/wiki/Interacting_with_Linknx > > How can I do that with qooxdoo? I don't think Xhr is the correct > way to do that. Could you point me in the right direction? > > Thanks, > > -- > Frédéric > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk > _______________________________________________ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel