Skip to content

An apache cordova plugin providing functionality for service advertisement over a local network and socket communication.

Notifications You must be signed in to change notification settings

e2l3n/Communicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Communicator Apache Cordova

Communicator Cordova Plugin, provides ability for hybrid apps to advertise presence over LAN and respond to server sent commands.

Platforms supported

  • iOS v.6.0 or later

How to use?

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

Javascript API

APIs:

broadcast(options, success, fail);
listen(options, success, fail);

enableCaching(options, success, fail);

Check the javascript interface Communicator.js for more information.

Example code

Check the [Xcode Demo project] (https://github.com/e2l3n/Communicator-DemoApp).

About

An apache cordova plugin providing functionality for service advertisement over a local network and socket communication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published