Skip to content

dateZ/DiscoveryPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscoveryPlugin

The DiscoveryPlugin adds support to send broadcast messages and receive a response.

PhoneGap Build

To include the StatusBar plugin in your PhoneGap Build application, add this to your config.xml:

<gap:plugin name="be.fullcircle.discovery.discoveryplugin" />

Methods

discovery.js

  • startDiscovery : Sets broadcastIP, port and message to be used to communicate. Broadcasts the message over the network every three seconds.
  • stopDiscovery : Stops scanning for devices.

Permissions

Following permissions will be automatically added to the AndroidManifest

Description

Sends broadcast messages using IP, PORT and BROADCAST MESSAGE. Receiving devices should reply to ip where broadcast is send from.

Supported Platforms

  • iOS

About

Network broadcasting plugin to discover devices on network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors