mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-16 00:46:52 +01:00
@@ -25,7 +25,7 @@ $ make install INSTALL_DIR=/path/to/your_directory CONFIG_DIR=/path/to/your_dire
|
|||||||
### **step2. Execute the Gateway.**
|
### **step2. Execute the Gateway.**
|
||||||
|
|
||||||
````
|
````
|
||||||
$ cd ../
|
$ cd ../../
|
||||||
$ ./MQTT-SNGateway [-f Config file name]
|
$ ./MQTT-SNGateway [-f Config file name]
|
||||||
````
|
````
|
||||||
If you get the error message as follows:
|
If you get the error message as follows:
|
||||||
|
|||||||
@@ -145,10 +145,7 @@ void ClientRecvTask::run()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
client = _gateway->getClientList()->getClient(senderAddr);
|
||||||
{
|
|
||||||
client = _gateway->getClientList()->getClient(senderAddr);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( client )
|
if ( client )
|
||||||
|
|||||||
Reference in New Issue
Block a user