Update README

delete unused include statement
This commit is contained in:
tomoaki
2021-09-16 11:13:13 +09:00
parent 0398566e82
commit 52500a0c79
2 changed files with 2 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ $ cd paho.mqtt-sn.embedded-c/MQTTSNGateway
```
In order to build a gateway, one sensor network argument is required.
```
$ ./build.sh [udp|udp6|xbee|loralink|rfcomm]
$ ./build.sh [udp|udp6|xbee|loralink|rfcomm|dtls|dtls6]
```
MQTT-SNGateway and MQTT-SNLogmonitor (executable programs) are built in ./bin directory.

View File

@@ -20,8 +20,6 @@
#include "MQTTSNGWEncapsulatedPacket.h"
#include <cstring>
//#include "MQTTSNGWForwarder.h"
using namespace MQTTSNGW;
char* currentDateTime(void);
/*=====================================
@@ -45,7 +43,7 @@ void ClientRecvTask::initialize(int argc, char** argv)
/*
* Receive a packet from clients via sensor netwwork
* and generate a event to execute the packet handling procedure
* and creats a event to execute the packet handling procedure
* of MQTTSNPacketHandlingTask.
*/
void ClientRecvTask::run()