Skip to content

Commit be14d09

Browse files
add MQTT Broker demo
1 parent 883e245 commit be14d09

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Overview.png

12.6 KB
Loading

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Collection of classes and examples that are mainly related to Serial and Network
2929

3030
| Example | Description |
3131
| --- | --- |
32+
| MQTT_Broker | Shows a implementation of uMQTTbroker.pas (only publish / subscibe no evaluations) |
3233
| Modbus_Diagnostic | Shows a implementation for the MODBUS RTU, MODBUS-TCP and MODBUS-TCP RTU version, use to detect address offset and encoding of the MODBUS SLAVE |
3334
| uMQTTbroker.pas | a simpliest MQTT broker, only capable of receiving publishing clients (need L-Net) |
3435
| uchunkmanager.pas | Server / Client component to send packages of data through a TCP-IP connection (need L-Net) |

overview.plantuml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ package "Examples" {
1313
object CirclePackChart
1414
}
1515
package "TCP_IP" {
16+
object MQTT_Broker
1617
object Modbus_Diagnostic
1718
}
1819
package "Sound" {
@@ -31,6 +32,7 @@ DGLOpenGL <|-- Mapviewer
3132
DGLOpenGL <|-- Animation_Editor
3233
Synapse <|-- Modbus_Diagnostic
3334
LNet <|-- Modbus_Diagnostic
35+
LNet <|-- MQTT_Broker
3436
}
3537

3638
@enduml

0 commit comments

Comments
 (0)