Skip to content

Commit da342fa

Browse files
ADD: Documentation
1 parent 96f9815 commit da342fa

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

TCP_IP/MQTT_Broker/Readme.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# MQTT broker
2+
3+
This application is a MQTT Broker (server on which the devices can connect to)
4+
5+
![](preview.png)
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.
19+
20+
# Use cases
21+
- debugging of MQTT Connections
22+
- endpoint for MQTT devices
23+

TCP_IP/MQTT_Broker/preview.png

22.5 KB
Loading

0 commit comments

Comments
 (0)