Andrii Shvaika
|
4287d838be
|
Refactoring or requests to the client
|
5 years ago |
nickAS21
|
334ee3c384
|
LWM2M: del from yml (double)
|
5 years ago |
nickAS21
|
c3bfb7626e
|
LWM2M: del from yml
|
5 years ago |
Andrii Shvaika
|
ef54e5580e
|
Slect default LwM2M content type based on the version of the client
|
5 years ago |
YevhenBondarenko
|
c61c52bb8b
|
removed redundant annotation
|
5 years ago |
YevhenBondarenko
|
7dc6ee10d8
|
refactored
|
5 years ago |
nickAS21
|
090fde16b4
|
LWM2M: add new log.warn
|
5 years ago |
YevhenBondarenko
|
7003c40282
|
fixed lwm2m x509 with cert security
|
5 years ago |
nickAS21
|
9fd2d34e7c
|
LWM2M: add update Firmware from terminal
|
5 years ago |
Andrii Shvaika
|
74dc1c9df1
|
Fix initialization order
|
5 years ago |
Andrii Shvaika
|
626b6620dd
|
Refactoring to avoid race conditions on device registration
|
5 years ago |
YevhenBondarenko
|
823f1dd39c
|
update lwm2m version
|
5 years ago |
nickAS21
|
99dc49db26
|
LWM2M: six bug send log fw_state
|
5 years ago |
nickAS21
|
f38fc26dcb
|
LWM2M: merge with master
|
5 years ago |
nickAS21
|
6fbd34d6a1
|
LWM2M: firmwareUpdate & coapRecourse
|
5 years ago |
nickAS21
|
36c7008104
|
LWM2M: front add Firmware/Software update strategy
|
5 years ago |
YevhenBondarenko
|
43b4f4461d
|
created data limits for resources and otaPackages, added url for the otaPackage
|
5 years ago |
nickAS21
|
45fa1a7bd2
|
LWM2M: add response FirmWareUpdate
|
5 years ago |
nickAS21
|
d469672706
|
LWM2M: fix bug test
|
5 years ago |
nickAS21
|
f0f08fd0c9
|
LWM2M: fix bug RPC device of line
|
5 years ago |
YevhenBondarenko
|
51d14efe6a
|
fixed OtaPackage data cache
|
5 years ago |
YevhenBondarenko
|
7da03c1b50
|
remove transaction from TbLwM2mRedisRegistrationStore
|
5 years ago |
YevhenBondarenko
|
139af45fd3
|
Renamed Firmware to OtaPackage
|
5 years ago |
YevhenBondarenko
|
67de61e6d5
|
fixed OtaPackage data cache
|
5 years ago |
Viacheslav Klimov
|
1bcee16fa3
|
License headers
|
5 years ago |
nickAS21
|
2aba74a313
|
LWM2M: add AtomicInteger ts
|
5 years ago |
Viacheslav Klimov
|
abf8ff25b5
|
Do not create alarm state if alarms creation is disabled
|
5 years ago |
YevhenBondarenko
|
b4ce9e15cc
|
remove transaction from TbLwM2mRedisRegistrationStore
|
5 years ago |
YevhenBondarenko
|
a7239c9d39
|
Renamed Firmware to OtaPackage
|
5 years ago |
Viacheslav Klimov
|
9e1d86d7e8
|
Refactor
|
5 years ago |
Viacheslav Klimov
|
9bb74b96dc
|
Implement alarms removal by TTL
|
5 years ago |
nickAS21
|
b0f5ff7c63
|
LWM2M: add RPC FirmwareUpdate
|
5 years ago |
nickAS21
|
dfa4433ce9
|
LWM2M: add logs
|
5 years ago |
nickAS21
|
1f00ae833d
|
LWM2M: del log warn
|
5 years ago |
ShvaykaD
|
a764838e62
|
Coap transport improvements (#4644)
* added fix for PROD-518 in subscribe to attribute updates get request, added improvements
* updated coap observe requests implementation & updated tests
* updated coap attributes updates tests
* fix typos
|
5 years ago |
nickAS21
|
4f2e72071d
|
LWM2M: add requestUUID
|
5 years ago |
nickAS21
|
6478903dab
|
RPC: fix bug UUID (#4636)
* RPC: six bug UUID
* RPC: optimized handleDeviceRPCRequest
* RPC: add json & fix bug test certificate
|
5 years ago |
Andrii Shvaika
|
16f548d3dd
|
Fix behavior for simple double values
|
5 years ago |
YevhenBondarenko
|
c83c232166
|
JsonConverter improvements (correct value conversion)
|
5 years ago |
Sergey Matvienko
|
ae010b78f2
|
added hamcrest dependency to the test scope. The purpose is assertThat and various Matchers with advanced output
|
5 years ago |
Volodymyr Babak
|
eae41d112f
|
Refactored
|
5 years ago |
Volodymyr Babak
|
acc9257af7
|
Fix for org.apache.kafka.common.KafkaException: javax.security.auth.login.LoginException: unable to find LoginModule class
|
5 years ago |
AndrewVolosytnykhThingsboard
|
e3fa441d6b
|
Added redis session store
|
5 years ago |
Andrii Shvaika
|
25143378c2
|
Fix message order for Gateway and LwM2M transports in the core consumer
|
5 years ago |
YevhenBondarenko
|
4cd59674ee
|
refactored LwM2M client credentials for the new UI
|
5 years ago |
YevhenBondarenko
|
e9f5fd2706
|
added ability to use redis cluster for lwm2m redis stores.
|
5 years ago |
nickAS21
|
94211021b7
|
Lwm2m: not send request if Object model is absent
|
5 years ago |
nickAS21
|
8d3e30e8a3
|
Lwm2m: Fw/Sw updare with test successful/error (#4566)
* Lwm2m: start Sw
* Lwm2m: FwUpdate - new
* Lwm2m: SwUpdate - error
* Lwm2m: SwUpdate - successful/error -test ok
* Lwm2m: SwUpdate - change
* Lwm2m: add executor to observe
* Lwm2m: add operation observe_cancel_All
* Lwm2m: fix bug add software to profile
* Lwm2m: add for logs object to string
* Lwm2m: fix bug swUpdate
* Lwm2m: add new commands only for rpc
|
5 years ago |
Andrii Shvaika
|
b59c846885
|
Improvements to data converter
|
5 years ago |
Viacheslav Klimov
|
c39fb8c94d
|
Refactor
|
5 years ago |