| Package | Description |
|---|---|
| ru.dz.mqtt_udp |
Extremely simple MQTT-based protocol over an UDP broadcast transport.
|
| ru.dz.mqtt_udp.util |
| Modifier and Type | Class and Description |
|---|---|
class |
PacketSourceMultiServer
Supports multiple listeners at once.
|
class |
PacketSourceServer
Usage:
PacketSourceServer ss = new PacketSourceServer();
ss.setSink( pkt -> { System.out.println(pkt);});
Starts automatically.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Sub |
class |
Wait
NB!!
|
Copyright © 2019. All rights reserved.