YevhenBondarenko
|
43b4f4461d
|
created data limits for resources and otaPackages, added url for the 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 |
Viacheslav Klimov
|
9873115d8b
|
Implement created alarms limiting
|
5 years ago |
nickAS21
|
a703dead7b
|
Lwm2m: add Update Fw && Sw (#4557)
* Lwm2m: add Update Fw && Fix bug toLwM2mObject (not add Lwm2mObject without resources)
* Lwm2m: fix bug test
* Lwm2m: fw_update_start
* Lwm2m: fw_update send state
* Lwm2m: add registration_store_pool_size: "${LWM2M_REGISTRATION_STORE_POOL_SIZE:100}"
clean_period_in_sec: "${LWM2M_CLEAN_PERIOD_IN_SEC:2}"
* Lwm2m: add Update Execute
* Lwm2m: add Update Execute Successful
* Lwm2m: send state to tningsboard if only Successful
|
5 years ago |
YevhenBondarenko
|
92719c2ac2
|
added lwm2m x509 test
|
5 years ago |
Igor Kulikov
|
5cc3a93cb9
|
Introduce default dashboard for device profile
|
5 years ago |
Igor Kulikov
|
3094fb7240
|
Add customerId to alarm
|
5 years ago |
Andrii Shvaika
|
4ec25beeb3
|
LwM2M Integration test
|
5 years ago |
Igor Kulikov
|
d5b640d602
|
Add image fields for dashboard and device profile entities. Introduce getAllAlarms and getCustomerAlarms API
|
5 years ago |
Andrii Shvaika
|
38843c839c
|
Merge with the new data structures
|
5 years ago |
Yevhen Bondarenko
|
7ca626a086
|
Created LwM2M credentials (#4546)
* Created LwM2M credentials
* psk endpoint
|
5 years ago |
Andrii Shvaika
|
38af4d5d2d
|
Implementation of custom L2M2M Authorizer
|
5 years ago |
zbeacon
|
a4eb2df8ee
|
Fix for device software/firmware response topic
|
5 years ago |
Andrii Shvaika
|
7322afac0b
|
Implementation draft
|
5 years ago |
nickAS21
|
89c1743fa0
|
Lwm2m: RPC finish
|
5 years ago |
nickAS21
|
50209d91fe
|
Lwm2m: add Write_Update many
|
5 years ago |
Andrii Shvaika
|
72382a52e3
|
LwM2M Server refactoring
|
5 years ago |
nickAS21
|
bacf822f15
|
Lwm2m: add Write_Update example #1
|
5 years ago |
Andrii Shvaika
|
dd5195e8d7
|
Refactoring of LwM2MTransport
|
5 years ago |
Andrii Shvaika
|
8a4c0a71ce
|
Reduced warnings
|
5 years ago |
Andrii Shvaika
|
54543ae4b5
|
Merge improvements from outdated PR 4527
|
5 years ago |
Andrii Shvaika
|
8b3e34f0ef
|
Refactoring of LwM2M transport
|
5 years ago |
Andrii Shvaika
|
a787ca9d5d
|
Refactoring of the lwm2m yml configuration
|
5 years ago |
Andrii Shvaika
|
ff334b5438
|
Improvements to support large files for firmware updates
|
5 years ago |