-
Notifications
You must be signed in to change notification settings - Fork 11
Description
For my current project, I need to create a communication channel in between an iOS app and a Mac. On iOS device, I am using PeerTalk's. I am just running [Peertalk iOS Example] from the library. It seems that initial handshaking is woking fine. But I am facing issues when I am sending a text message from iOS to my node application. My node application always receives the message sent from iOS app but an e character is always appended as a prefix. Do you have any idea what causes this inconsistency?
Will you please suggest me any iOS library to communicate with node-usbmux?
On Linux 16.02, this module is not working for iOS devices. Can you provide/suggest a proper communication way in between an iOS application and a node app running on Linux using your library?