tomoaki
2adc167207
Refactor Exception handle scheme
...
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2021-05-04 17:34:46 +09:00
tomoaki
60fcab2504
Change Client Type
...
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2021-04-27 21:34:54 +09:00
tomoaki
69b229daae
Change TAB to 4spaces
...
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2021-02-16 15:51:54 +09:00
tomoaki
271b635d3f
Fix Typo
...
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2019-10-03 10:39:44 +09:00
tomoaki
42886b70f0
Compile Errors #68
...
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2018-08-15 06:58:57 +09:00
tomoaki
f7fc5c49f5
Update: Add Aggregate Gateway functions. #127
...
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2018-08-12 14:04:41 +09:00
tomoaki
e942ee451d
BugFix of #126
...
and the content of the conf file matched with the sample program
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2018-07-31 10:06:22 +09:00
tomoaki
4932d2d0ee
QoS-1 PUBLISH is available #34
...
BugFix of #69
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2018-07-30 21:00:01 +09:00
tomoaki
9940aadd4b
Add The forwarder Encapsulation mesage #27 #69
...
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2018-07-28 23:05:16 +09:00
tomoaki
74a9ebaa55
BugFix of #121
...
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2018-07-18 21:03:03 +09:00
tomoaki
bb993aed5b
Update: Add Pre-defined-Topic
...
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2018-07-14 19:20:48 +09:00
Mariusz
e6a9fdca01
Subscribe to all topics with '#'
...
Signed-off-by: Mariusz <mariusz.suchora@tieto.com >
2018-03-06 10:55:40 +01:00
tomoaki
301814cc26
BugFix of #107
...
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2018-02-27 11:50:13 +09:00
Mariusz Suchora
ef715ebfa7
Set pointer to client to 0 when client was erased
...
Signed-off-by: Mariusz Suchora <mariusz.suchora@tieto.com >
2018-02-23 10:40:06 +01:00
Mariusz Suchora
1ef38fb7a0
Fix adding elements to WaitREGACKPacketList
...
Signed-off-by: Mariusz Suchora <mariusz.suchora@tieto.com >
2018-02-23 10:20:32 +01:00
Mariusz Suchora
594db623ee
Lock critical section when adding new Client to list
...
Signed-off-by: Mariusz Suchora <mariusz.suchora@tieto.com >
2018-02-23 10:18:46 +01:00
tomoaki
9d258cf53a
Update: change codes simple #86
...
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2017-09-28 22:26:18 +09:00
tomoaki
4935d2aa86
BugFix of #86
...
Fix of warning: comparison between signed and unsigned integer
expressions
Set a null string to the client ID when it of CONNECT is empty.
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2017-09-28 07:19:22 +09:00
tomoaki
bc731210ae
BugFix of #76 and #77
...
1.Return CONNACK instead of the broker when the gateway receives CONNECT
while the client is Sleep or Awake mode.
2.Define the max size of a que for PUBLISH while the client state is
Asleep mode. Despose packets when the que is full of packets.
3.Return PUBACK or PUBREL to the broker when the client is Asleep or
Awake.
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2017-08-27 16:39:29 +09:00
tomoaki
e05d205843
BugFix: Wild card of Topic + and # handling.
...
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2017-01-17 15:36:02 +09:00
tomoaki
1a415bfebd
BugFix of #44
...
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2016-12-15 11:40:17 +09:00
tomoaki
c3e8470812
BugFix of Issue #35 , #38
...
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2016-10-26 09:24:48 +09:00
tomoaki
19c4d8208e
BugFix of Wildcard of Topic Issue #40
...
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2016-10-25 23:55:27 +09:00
tomoaki
63d2824444
BugFix: stop Process mechanism of ProcessFramework.
...
Update: DISCONNECT procedure for NonActive clients.
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2016-10-06 10:48:29 +09:00
tomoaki
93df7db12e
Update: DISCONNECT (Issue #31 ) and others
...
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2016-10-03 18:19:47 +09:00
tomoaki
2537dd76dd
Update: indivisual client assigns TLS connection by clients.conf file.
...
BugFix: TLS certificate required connection error
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2016-09-23 17:04:08 +09:00
tomoaki
5019ead91d
Update & BugFix Add GatewayTester
...
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2016-08-28 20:44:40 +09:00
tomoaki
64fa07b391
First Commit of MQTT-SN Gateway
...
Add new SensorNetwork XBee
Add a sensor network type in a start message.
Update MQTTSNClient to avoid build warning.
Update WiringPi's functions to my original ones.
BugFix check msgId before adding waitdTopicId table.
BugFix Process termination procedures
Update print curent time in millseconds.
update move currentDateTime() to linux directory.
Bugfix: blink blue lightiIndicator.
Bugfix: Register returns wrong id.
change a status of the client to Disconnected.
change client status procedure
Update README
BugFix: change Network Disconnect procedures.
Signed-off-by: tomoaki <tomoaki@tomy-tech.com >
2016-06-11 19:59:51 +09:00