11 Commits

Author SHA1 Message Date
Andrii Shvaika
3661647c3a Version set to 3.3.1-SNAPSHOT 2021-08-16 12:39:43 +03:00
Sergey Matvienko
33b9e37db0 kafka other parameters example 2021-08-05 15:27:45 +03:00
Sergey Matvienko
a488913f66 kafka max.request.size and max.in.flight.requests.per.connection added to *-transport.yml 2021-08-05 15:27:45 +03:00
Andrii Shvaika
3a7a97dd91 PSM and eDRX implementation draft 2021-07-22 11:45:08 +03:00
Igor Kulikov
36eef98264 Add monitoring for lwm2m and snmp transports 2021-05-28 12:38:28 +03:00
Igor Kulikov
9dc88bcb09 Fix transports configurations 2021-05-07 16:28:35 +03:00
Viacheslav Klimov
42438e4c95 Configure Docker setup for SNMP transport 2021-04-26 13:15:37 +03:00
Viacheslav Klimov
306ace040c Refactor 2021-03-25 10:06:06 +02:00
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
2021-03-22 17:17:42 +02:00
Viacheslav Klimov
37b88908fd Fix merge errors 2021-03-15 12:43:42 +02:00
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
2021-03-10 14:56:25 +02:00