All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.hgross.blaubot.ethernet.IEthernetBeacon Maven / Gradle / Ivy

Go to download

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