eclipse-paho / paho.mqtt.embedded-c

Paho MQTT C client library for embedded systems. Paho is an Eclipse IoT project (https://iot.eclipse.org/)
https://eclipse.org/paho
Other
1.37k stars 757 forks source link

Add REVERSED bitfield definition for big endian processors #170 #171

Open fnadeau opened 5 years ago

fnadeau commented 5 years ago

Similar to paho.mqtt.c project, attempt to connect from a big endian platform would fail. Applied 862b1d3 from paho.mqtt.c.

Signed-off-by: Frédéric Nadeau fred.nadeau@gmail.com