this is what i already found. I saw your posts about using that too. Right now to be honest i have no clue how to integrate this into an ionic app. Are there any examples for index.html and app.js with which i can start?
Can you perhaps only show your relevant snippets about using the plugin here? Would be really a great help as i really want to start getting deeper into the ionic development.
A note from the author: “it’s entirely possible that a packet of data gets broken up into multiple packets over the network, and you need to call receive until you have it all.”
For anyone interested: the reference to the plugin is made via window, but not through the plugins namespace, but directly. Thus, in order to call, for instance, the create method, one should use: (<any>window).chrome.tcp.socket.create();