mqtt: started working on 2nd generation msgio implementation.

This commit is contained in:
Martin Preuss
2023-07-08 01:58:43 +02:00
parent b4175f4a89
commit d766a3635a
3 changed files with 149 additions and 0 deletions

View File

@@ -46,6 +46,7 @@
<headers dist="true" install="$(pkgincludedir)/ipc" >
endpoint_mqttc.h
endpoint2_mqtt.h
msg_mqtt.h
msg_mqtt_connect.h
msg_mqtt_connack.h
@@ -65,6 +66,7 @@
$(local/typefiles)
endpoint_mqttc.c
endpoint2_mqtt.c
msg_mqtt.c
msg_mqtt_connect.c
msg_mqtt_connack.c