YevhenBondarenko
b4ce9e15cc
remove transaction from TbLwM2mRedisRegistrationStore
5 years ago
YevhenBondarenko
a7239c9d39
Renamed Firmware to OtaPackage
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
Andrii Shvaika
16f548d3dd
Fix behavior for simple double values
5 years ago
YevhenBondarenko
c83c232166
JsonConverter improvements (correct value conversion)
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
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
Andrii Shvaika
4ec25beeb3
LwM2M Integration test
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
YevhenBondarenko
ab10dd4494
implemented software update
5 years ago
nickAS21
e33420d3a8
Lwm2m: firmwareUpdate ( #4516 )
* Lwm2m: firmwareUpdate
* Lwm2m: firmwareUpdate with merge master
* Lwm2m: firmwareUpdate cleaned
* Lwm2m: delete Californium.properties
* Lwm2m: merge with master
5 years ago
Sergey Matvienko
39f0775766
Thread pool naming CE ( #4511 )
* added ThingsBoardExecutors and ThingsBoardForkJoinWorkerThreadFactory to define the name for the pool thread
* thread poll named for the AbstractListeningExecutor
* thread poll named for the RestClient. ThingsBoard util dependency added
* most of thread polls named CE
* thread poll name added for telemetry-web-socket-ping
* executors: added custom names for executors (Queue, RuleEngine). Add topic name to the Thread name (useful for JMX and thread dump)
* fixed licence header for a new classes
5 years ago
Viacheslav Klimov
1de97ad0e1
Refactor SNMP devices' sessions establishing
5 years ago
Viacheslav Klimov
3b74a806bc
RPC functionality refactoring for SNMP ( #4492 )
* Refactor RPC functionality for SNMP
* Refactor
* SNMP response PDU mapping refactoring
5 years ago
ShvaykaD
b34198f30c
refactored CoAP Server component ( #4497 )
* refactored ce code base needed for coap-integration in pe
* added anotation TbCoapServerComponent on CoapTransportService
* license updated
5 years ago
Viacheslav Klimov
79eb1183d9
Request SNMP devices' ids with pagination
5 years ago
Andrii Shvaika
7edcc605e9
Firmware CoAP and transport improvement
5 years ago
zbeacon
8a5a4f0995
Added ability to autogenerate checksum for firmware
5 years ago
YevhenBondarenko
aee3fd3b6e
FirmwareCache refactoring
5 years ago
YevhenBondarenko
1850024fdb
implemented firmware update for the coap transport
5 years ago
nickAS21
5f8a9e9f67
Lwm2m rpc ( #4473 )
* Lwm2m: RPC_terminal
* Lwm2m: RPC_terminal del two file
* Lwm2m: RPC_terminal add test observe
* Lwm2m: RPC_terminal add test delete
5 years ago
YevhenBondarenko
c9439b3976
created created firmware queue
5 years ago
Viacheslav Klimov
030d80d05a
CustomerId to TbMsg and SessionInfo
5 years ago
Andrii Shvaika
0ff4e6ac0d
Improvements to the TbMsg to support CustomerId
5 years ago
Viacheslav Klimov
f89b30777e
Initial implementation for per-customer api usage stats
5 years ago
YevhenBondarenko
75fe679bab
MqttTransportHandler improvements
5 years ago
YevhenBondarenko
f55f0ecb94
implemented firmware update for the http and mqtt transports
5 years ago