mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-13 07:26:52 +01:00
The purpose of this branch is to share work in process. Change sellect() of UDP to poll() Rewrite UDP6 for DTLS6 Known bug: can't reconnect DTLS Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
@@ -15,10 +15,15 @@ cmake .. -DSENSORNET=xbee
|
||||
make MQTT-SNGateway
|
||||
cmake .. -DSENSORNET=udp6
|
||||
make MQTT-SNGateway
|
||||
cmake .. -DSENSORNET=dtls
|
||||
make MQTT-SNGateway
|
||||
cmake .. -DSENSORNET=udp
|
||||
make MQTT-SNGateway
|
||||
cd ../MQTTSNGateway/GatewayTester
|
||||
make
|
||||
|
||||
make SENSORNET=UDP6
|
||||
make SENSORNET=DTLS
|
||||
make SENSORNET=DTLS6
|
||||
make SENSORNET=RFCOMM
|
||||
make SENSORNET=UDP
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user