Communicator Cordova Plugin, provides ability for hybrid apps to advertise presence over LAN and respond to server sent commands.
- iOS v.6.0 or later
To install this plugin, follow the Command-line Interface Guide.
-
Installation
cordova plugin add https://github.com/e2l3n/Communicator.git
-
Uninstallation:
cordova plugin rm com.tomapopov.WAUCommunicator
APIs:
broadcast(options, success, fail);
listen(options, success, fail);
enableCaching(options, success, fail);
Check the javascript interface Communicator.js for more information.
Check the [Xcode Demo project] (https://github.com/e2l3n/Communicator-DemoApp).