Back to project page Soutils.
The source code is released under:
MIT License
If you think the Android project Soutils listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/** Contains all classes necessary for sending out UDP beacons. A beacon is simply a short message that * is broadcasted (continuously sent out) to all devices within the current network using a specified port. * You can either sent, listen or send and listen for beacons at the same time. A beacon is represented * by a SoutilsMessage * @see com.jeromewagener.soutils.messaging.SoutilsMessage */ package com.jeromewagener.soutils.beaconing;