eu.hgross.blaubot.ethernet.IEthernetBeacon Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of blaubot Show documentation
Show all versions of blaubot Show documentation
An easy to use publish/subscribe middleware to create and communicate through dynamically created adhoc networks.
The newest version!
package eu.hgross.blaubot.ethernet;
/**
* Interface defining some common methods for Ethernet beacons to reuse components as the accept thread ...
* @author Henning Gross {@literal ([email protected])}
*
*/
public interface IEthernetBeacon {
public Thread getAcceptThread();
public int getBeaconPort();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy