mirror of
https://github.com/eclipse/paho.mqtt-sn.embedded-c.git
synced 2025-12-13 07:26: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.**
|
||||
|
||||
````
|
||||
$ cd ../
|
||||
$ cd ../../
|
||||
$ ./MQTT-SNGateway [-f Config file name]
|
||||
````
|
||||
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 )
|
||||
|
||||
Reference in New Issue
Block a user