Andrii Shvaika
d440d500e5
Mqtt Transport Configuration
2020-09-03 18:38:11 +03:00
Andrii Shvaika
01ec9f048d
Transport Refactoring to fetch Device Profile with Credentials
2020-09-03 18:20:49 +03:00
Andrii Shvaika
22755e8763
Device Profile implementation for Transport
2020-09-02 18:52:59 +03:00
Andrii Shvaika
35b2996401
Merge with 2.5.3
2020-08-05 17:15:42 +03:00
nordmif
52bed17489
changed logging level to WARN
2020-08-05 15:00:29 +03:00
nordmif
e5a6ddb03b
added logging of MQTT payload errors
2020-08-05 15:00:29 +03:00
nordmif
045c8e3aca
added logging of MQTT payload errors
2020-08-05 15:00:29 +03:00
nordmif
b445473e3c
added logging of MQTT payload errors
2020-08-05 15:00:29 +03:00
Dmytro Shvaika
a8fe8b9e10
fix typo in ConditionalOnExpression annotation
2020-08-05 14:52:18 +03:00
vzikratyi
67f122647b
Added property to disable 'transport' features for 'monolith' service type (in cluster mode)
2020-08-03 16:40:59 +03:00
vzikratyi
61e1ce44aa
device creation lock upgrade
2020-07-21 15:06:29 +03:00
Andrii Shvaika
ab890e6b1c
Improved handling of peak connect attempts
2020-06-08 13:41:49 +03:00
Andrii Shvaika
2407c868c1
Cluster mode improvements
2020-05-28 17:40:26 +03:00
Andrii Shvaika
a38ee80e09
Refactoring of device creation using gateway
2020-04-29 10:02:00 +03:00
Andrii Shvaika
79b4411c69
Synchronization of device connect processing in gateways
2020-04-29 09:45:24 +03:00
Andrii Shvaika
eb3cc332d1
Fix gateway/device last activity time checks
2020-04-28 18:19:30 +03:00
bdrlamb
cb6e91277f
Fix MQTT inactivity disconnects
...
MQTT clients don't send PINGREQ messages if they've recently sent [UN]SUBSCRIBE/PUBLISH messages. The MQTT server last activity timestamp is currently only updated in response to PINGREQ messages. This causes the server to disconnect any clients that regularly send PUBLISH messages since they don't send PINGREQ.
This change adds reportActivity calls in response to PUBLISH, SUBSCRIBE and UNSUBSCRIBE in addition to PINGREQ.
2020-04-28 14:15:57 +03:00
Andrii Shvaika
d380ac7106
Device -> Server RPC implementation and improvements
2020-04-13 18:33:11 +03:00
Andrii Shvaika
6fe25a2ee2
Refactoring to support TB-Rule-Engine service
2020-03-28 01:42:17 +02:00
Andrii Shvaika
7203e7aa19
Distributed Mode fixes
2020-03-18 18:07:24 +02:00
Andrii Shvaika
f8cc5b3cd2
Transport service refactoring
2020-03-10 17:47:16 +02:00
blackstar-baba
0fa963be85
fix bug:Device reconnect abnormal when certificate authentication is turned on
2020-02-19 14:56:44 +02:00
Igor Kulikov
850d6d948c
Update License header year to 2020
2020-01-06 16:52:41 +02:00
Igor Kulikov
1265a9a1e3
Revert "Update License header year to 2020"
...
This reverts commit 9b42397c4a820688daf07117cb7efefa3f387f46.
2020-01-06 16:48:55 +02:00
Igor Kulikov
9b42397c4a
Update License header year to 2020
2020-01-06 16:41:04 +02:00
Andrew Shvayka
6d2b856afe
Performance improvement
2019-11-25 18:53:15 +02:00
Igor Kulikov
4255bf485a
Fixed memory leaks in MqttTransportHandler ( #1787 )
2019-07-24 18:35:44 +03:00
Igor Kulikov
78f75440a0
MqttTransportHandler: Use default channelReadComplete implementation to avoid memory leaks.
2019-07-23 17:29:34 +03:00
Igor Kulikov
6cdb508c71
Claiming devices implementation
2019-06-27 10:00:17 +03:00
nordmif
137c9de7f7
added log details
2019-05-16 16:49:28 +03:00
nordmif
eebc6aca69
added try-catch check to converter
2019-05-15 16:31:36 +03:00
nordmif
2731ff69ae
trying to pass tests
2019-04-17 14:55:30 +03:00
Andrew Shvayka
4625f93d9c
Revert "Added MQTT keep-alive parameter"
2019-04-17 13:01:29 +03:00
nordmif
3fec1a2dda
fixed mqtt keep-alive
2019-04-15 20:06:11 +03:00
rodrigoabella
edcad249a3
deviceName added to attribute response message
2019-04-01 16:07:14 +03:00
Volodymyr Babak
d049ad8e51
Fixed doulbe PUBACK for attribute request messages
2019-03-29 16:11:08 +02:00
Igor Kulikov
ced63c4e70
Update License Header year to 2019
2019-02-01 16:39:33 +02:00
Andrew Shvayka
920ebc792a
Issue #1355 fixed
2018-12-27 14:03:35 +02:00
Andrew Shvayka
f5bd9a2133
Issue #1327 fixed
2018-12-27 13:12:59 +02:00
Andrew Shvayka
7563e03074
Adding extra logs on transport layer
2018-11-06 16:57:50 +02:00
Andrew Shvayka
cdb2903f95
Fixed initialization order
2018-11-06 15:42:01 +02:00
Andrew Shvayka
362c275022
Added session registration #1212
2018-11-02 15:12:30 +02:00
Andrew Shvayka
8ab4f144b2
Implementation of Session timeouts
2018-10-29 18:31:14 +02:00
Igor Kulikov
4a74c50150
Remove Quota service.
2018-10-22 18:01:39 +03:00
Andrew Shvayka
b773ee0c66
Rate limits draft
2018-10-22 08:34:44 +03:00
Andrew Shvayka
5242864ccc
CoAP transport implementation
2018-10-18 13:47:42 +03:00
Andrew Shvayka
d7c4ff6bb0
HTTP transport implementation
2018-10-17 20:49:35 +03:00
Andrew Shvayka
823b6aa7a7
HTTP transport implementation
2018-10-17 18:59:52 +03:00
Andrew Shvayka
68eabb9ec2
TMP commit for HTTP transport
2018-10-16 13:20:40 +03:00
Andrew Shvayka
67431a044a
Refactoring of packages
2018-10-15 15:53:06 +03:00