iot-embeddedc
iot-embeddedc copied to clipboard
Client libraries and samples for connecting to IBM Watson IoT using Embedded C
ConnectNetwork -- prefer ip4 addresses
The iotclient.c contain many sprintf() with strings as paramters without any check if the argument i a NULL pointer. Could cause a buffer overrun and in an embedded device it...
Excluding cmocka module with cmake flag
MQTT clients that subscribe with QoS>0 and CleanSession=false should be able to receive messages if clients suffers a crash. Messages should be delivered after the crash.
Hi. I am using the esp32 device and I am trying to program with the esp-idf framework that espressif gave me. Can I use these published libraries (iot-embeddedc) on windows?