Igor Kulikov
cbdc4517e4
Update license header year to 2023
4 years ago
Andrii Shvaika
76082c7177
Version set to 3.5.0-SNAPSHOT
4 years ago
Igor Kulikov
4c3154da4b
Version set to 3.4.4-SNAPSHOT
4 years ago
Igor Kulikov
109caee7c7
Version set to 3.4.3-SNAPSHOT
4 years ago
Andrii Shvaika
770f069f22
Version set to 3.4.2
4 years ago
Andrii Shvaika
dea933d906
Version set to 3.4.2
4 years ago
Andrii Shvaika
fa0433a7eb
Version set to 3.4.1-SNAPSHOT
4 years ago
Igor Kulikov
626f4c71d7
Version set to 3.4.0
4 years ago
Andrii Shvaika
165148a126
Fixed and improved startup sequence
4 years ago
Andrii Shvaika
4472bd7f7c
Initial implementation of the ClusterVersionControlService
4 years ago
Igor Kulikov
dabd25e760
Version set to 3.4.0-SNAPSHOT
5 years ago
Igor Kulikov
312924a19b
Version set to 3.3.4-SNAPSHOT
5 years ago
Viacheslav Klimov
b31460dbc3
Change startup order for SnmpTransportContext
5 years ago
Igor Kulikov
da4c742872
Update license year to 2022
5 years ago
Igor Kulikov
7187ecfdb1
Version set to 3.3.3-SNAPSHOT
5 years ago
Andrii Shvaika
23c6144c20
Develop 3.3.3
5 years ago
Igor Kulikov
b173e0799c
Update OS package plugin version. Code cleanup.
5 years ago
Igor Kulikov
049627db97
Version set to 3.3.2-SNAPSHOT
5 years ago
Sergey Matvienko
3f97bb682a
executors: names added, shutdownNow for some executors to prevent memory leaks during lifecycle (mostly affects the test runner JVM)
5 years ago
YevhenBondarenko
8869dc0cb0
added new RPC statuses
5 years ago
Andrii Shvaika
6be0cb020a
Version set to 3.3.2-SNAPSHOT
5 years ago
Andrii Shvaika
3661647c3a
Version set to 3.3.1-SNAPSHOT
5 years ago
Sergey Matvienko
1f1f7e3456
DeviceAwareSessionContext refactored: setDeviceInfo splitted into setDeviceInfo and setConnected to able to set connected status on callback after device info already set.
5 years ago
Andrii Shvaika
f932a90b00
Improvements to Persistent RPC call delivery confirmation
5 years ago
Andrii Shvaika
99b19034e2
Uplink notifications for PSM & eDRX for CoAP in MSA deployment
5 years ago
YevhenBondarenko
a665b2cbe6
added power mode to lwm2m-device-profile-transport-configuration
5 years ago
ShvaykaD
d3e16ad650
updated observe sessions closing actions
5 years ago
YevhenBondarenko
489c67778a
implemented persisted RPC
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
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
Viacheslav Klimov
79eb1183d9
Request SNMP devices' ids with pagination
5 years ago
Viacheslav Klimov
a1e4bbbb31
Implement RPC for SNMP; refactor
6 years ago
Viacheslav Klimov
783b959577
Refactor
6 years ago
Viacheslav Klimov
415bf570ba
Refactor
6 years ago
Viacheslav Klimov
e52ac96c62
Implement SNMP v3 security support, remove traps support
6 years ago
Viacheslav Klimov
61341a7caf
Refactor, implement SNMP traps, add support for SNMP v3 targets
6 years ago
Viacheslav Klimov
306ace040c
Refactor
6 years ago
Viacheslav Klimov
fc06e8ac99
Provide SNMP transport configuration validation; refactor
6 years ago
Viacheslav Klimov
039508bfbd
Refactor
6 years ago
Viacheslav Klimov
afab5150b8
Provide SNMP transport configuration validation; refactor
6 years ago
Viacheslav Klimov
0532d22d9d
Refactor
6 years ago
Viacheslav Klimov
8f2438d6ab
SNMP devices balancing ( #4254 )
* Fix merge errors
* Implement SNMP transports balancing
* Refactor; implement transport device cache
* Refactor
* Finish up device lifecycle handling implementing; refactor
* Refactor
* Change base image to thingsboard/openjdk11 for msa snmp transport
* Refactor
* Change transport services names to upper-case
6 years ago
Viacheslav Klimov
37b88908fd
Fix merge errors
6 years ago
vkukhtyn
5a72479951
[WIP] SNMP initial implementation ( #3755 )
* Add SNMP type to transport profiles
* Update reference config for transport profiles
* Initial implementation to retrieve a value using SNMP GET message
* Fix license header
* Move config files
* Use async handler for SNMP response
* Send SNMP agent response to attributes and telemetry
* UI: add SNMP option for device profile
* UI: use JSON field to set SNMP profile configuration
* Handle device profile update event
* Use concurrent hash map for SNMP device sessions
* UI: Add device transport configuration control
* Cancel async request to avoid memory leak and timeout handling
* Start SNMP pooling after application started
* Move OID per profile mapping to SNMP transport context
* Fix build after merge with 3.2.1-SNAPSHOT
* Init device sessions on TB start
* Fix build error, refactoring
* Update session context on device update
* Set device info on session context creating
* Refresh pooling params on device or profile update
* Update license header
* Process device and profile transport config update
* Process SNMP response asynchronously
* Change polling implementation
6 years ago