Igor Kulikov
cbdc4517e4
Update license header year to 2023
3 years ago
Andrii Shvaika
76082c7177
Version set to 3.5.0-SNAPSHOT
3 years ago
Igor Kulikov
4c3154da4b
Version set to 3.4.4-SNAPSHOT
3 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
31124311a3
Device State performance improvements
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
37533239b4
Single Partition for Kafka response topics. 10 partitions for transport-api by default
4 years ago
Igor Kulikov
64332ecaa0
Improve log config. Fix black box tests.
4 years ago
Andrii Shvaika
f7225f643c
Fix Queue settings for AWS
4 years ago
Andrii Shvaika
13765a4dfc
Reduced redundant logging
4 years ago
YevhenBondarenko
50f3072608
allow circular references
4 years ago
Sergey Matvienko
50f2aa6fec
compression type added for transports yaml
4 years ago
YevhenBondarenko
ee8c9deda9
refactoring
4 years ago
YevhenBondarenko
a0a0d5dcf9
changed log level for transports
4 years ago
YevhenBondarenko
2831c58aed
removed queues config from yml
4 years ago
YevhenBondarenko
8852fc8f8e
enabled autoconfiguration for MeterRegistry
4 years ago
Igor Kulikov
dabd25e760
Version set to 3.4.0-SNAPSHOT
4 years ago
Igor Kulikov
312924a19b
Version set to 3.3.4-SNAPSHOT
4 years ago
Igor Kulikov
da4c742872
Update license year to 2022
4 years ago
Andrii Shvaika
1684945644
Intorduce new processing strategy to cancel the timed out messages
4 years ago
Igor Kulikov
7187ecfdb1
Version set to 3.3.3-SNAPSHOT
5 years ago
Viacheslav Klimov
41b8a2be54
Add Redis config for SNMP transport
5 years ago
Andrii Shvaika
23c6144c20
Develop 3.3.3
5 years ago
Andrii Shvaika
d40bc48898
Ability to log number of active MQTT connections
5 years ago
Igor Kulikov
049627db97
Version set to 3.3.2-SNAPSHOT
5 years ago
Andrii Shvaika
a51c00bd10
Session Activity reporting is isolated and supports short-lived sessions
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
33b9e37db0
kafka other parameters example
5 years ago
Sergey Matvienko
a488913f66
kafka max.request.size and max.in.flight.requests.per.connection added to *-transport.yml
5 years ago
Andrii Shvaika
3a7a97dd91
PSM and eDRX implementation draft
5 years ago
Igor Kulikov
36eef98264
Add monitoring for lwm2m and snmp transports
5 years ago
Igor Kulikov
9dc88bcb09
Fix transports configurations
5 years ago
Viacheslav Klimov
42438e4c95
Configure Docker setup for SNMP transport
5 years ago
Viacheslav Klimov
306ace040c
Refactor
5 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
5 years ago
Viacheslav Klimov
37b88908fd
Fix merge errors
5 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
5 years ago