You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application is a MQTT Broker (server on which the devices can connect to)
4
+
5
+

6
+
7
+
The goal of this application is not to provide a fully functional MQTT Broker, but instead give a easy access to a eventhandler that can be used to include MQTT devices into your own application.
8
+
9
+
# Features
10
+
- Connect (unencrypted)
11
+
- Subscribe
12
+
- Unsubscribe
13
+
- Publish
14
+
- Ping
15
+
16
+
Each of these packages will be received and correct (no warranties) responded. Some of the packages need answers during callback calls (see source code for that).
17
+
18
+
There is no routing, or other wildcard features implemented. This is all up to you.
0 commit comments