40 Commits

Author SHA1 Message Date
Viacheslav Klimov
ff2ccefa66
Merge pull request #12725 from YevhenBondarenko/fix/coap-config
Fix CoAP enabled properties
2025-02-25 11:45:31 +02:00
Igor Kulikov
5cf26d4851 Update license header 2025-02-25 09:39:16 +02:00
YevhenBondarenko
f3c93104f6 fixed coap.enabled property config 2025-02-20 16:53:35 +01:00
Kulikov
c5ca395844
fix_bug_coaps_x509_docker_many_devices (#12327)
* coaps: x509 - tests

* coaps: x509 - tests add sever cert.pem

* coaps: x509 - tests add sever cert.pem -2

* coaps: x509 - tests add sever cert.pem -3

* coaps: x509 - tests add sever cert.pem -4

* fix bug: coaps x509 - ddocker many devices with re-port

* fix bug: coaps - add test, connect client with X509

* fix bug: coaps - add two test devices with the same port

* fix bug: coaps - add two test devices with the same port (FeatureType.ATTRIBUTES)

* fix bug: coaps - add two test devices with the same port (FeatureType.ATTRIBUTES) - 1

* fix bug: coap comments 1
2025-01-03 18:17:30 +02:00
nick
50e6968170 coaps: x509 - dtls add default values here (1024) and in yml add note 2024-12-13 12:13:11 +02:00
nick
4cfe7441b1 coaps: x509 - dtls add default values here (1024) 2024-12-12 19:30:50 +02:00
nick
dc316ec10d coaps: x509 - dtls reuse length variable 2024-12-12 17:38:08 +02:00
nick
272a1aa1b1 coaps: x509 - dtls add: DTLS_MAX_FRAGMENT_LENGTH, DTLS_MAX_TRANSMISSION_UNIT 2024-12-11 18:23:15 +02:00
Dmytro Skarzhynets
bbe328d158 Implemented safe scheduled thread pool 2024-09-18 19:46:17 +03:00
Andrii Landiak
5ca6ad03e3 CE: optimize java imports 2024-08-01 11:12:10 +03:00
Kulikov
010224acc8
coap_refactoring_ransport_yml_03 (#10821)
* coap: refactoring transport (*.yml)

* coap: refactoring transport (*.yml) -2

* lwm2m: delete the parameter that is not used

* coap: refactoring service as PE

* coap: refactoring service as PE

* coap: refactoring dtlsSettings as PE

* coap: refactoring dtlsSettings as PE

* coap: refactoring dtlsSettings as PE-3
2024-05-22 16:28:12 +03:00
Sergey Matvienko
37e730a75f TbCoapDtlsSettingsTest 2024-04-30 10:02:40 +02:00
Sergey Matvienko
115596da28 coap.dtls.connection_id_length added default null value to tolerate yaml inconsistency case 2024-04-26 17:19:24 +02:00
nick
c2268595eb lwm2m_coap: DTLS Cid Length 2024-02-12 13:31:38 +02:00
YevhenBondarenko
60be820915 merge with master 2024-01-15 18:51:00 +01:00
Igor Kulikov
c5a72ed8df Update license header to 2024 year. 2024-01-09 10:46:16 +02:00
YevhenBondarenko
db6f310284 migration to spring boot 3.1 2023-06-05 15:24:47 +02:00
YevhenBondarenko
fbf9773a61 optimize imports 2023-05-02 10:57:58 +02:00
Igor Kulikov
cbdc4517e4 Update license header year to 2023 2023-01-31 10:43:56 +02:00
Andrew Shvayka
5a3a121997
Merge pull request #7232 from thingsboard/DTLS_RETRANSMISSION_TIMEOUT
[3.5] dtls retransmission timeout
2022-09-28 12:07:15 +03:00
nickAS21
a8db5fcf8a DTLS_: commit3 2022-09-28 11:26:49 +03:00
nickAS21
559af3b46a fix_bug: comments 2022-09-07 17:16:35 +03:00
nickAS21
bbcd2ed047 coap. lem2m: add DTLS_RETRANSMISSION_TIMEOUT 2022-09-06 17:50:09 +03:00
thingsboard
c7daaa571e replace StringUtils usages with in-repository implementation 2022-07-12 12:08:52 +03:00
Jan Christoph Bernack
80b7b9cee9
add config parameter: transport.coap.piggyback_timeout 2022-05-04 23:00:36 +02:00
YevhenBondarenko
292220cddc updated Californium and Leshan versions 2022-01-20 09:41:36 +02:00
Igor Kulikov
da4c742872 Update license year to 2022 2022-01-17 14:07:46 +02:00
Igor Kulikov
362ccf9f31 Unified transport SSL credentials 2021-10-26 19:40:38 +03:00
Sergey Matvienko
3f97bb682a executors: names added, shutdownNow for some executors to prevent memory leaks during lifecycle (mostly affects the test runner JVM) 2021-09-01 14:07:34 +03:00
Andrii Shvaika
3a7a97dd91 PSM and eDRX implementation draft 2021-07-22 11:45:08 +03:00
Andrii Shvaika
34aa44d2cb Added deduplication of transport sessions for CoAP. Fix response codes 2021-07-22 11:45:08 +03:00
Igor Kulikov
422d44433a Use hybrid client authentication for DTLS CoAP transport 2021-07-01 14:03:03 +03:00
Andrii Shvaika
9f499d9188 ResourceUtil implementation 2021-06-30 18:04:06 +03:00
nickAS21
91863ac1c1 Coap: noSec one Endpoint/Sec one EndPoint host&port from yml 2021-06-23 14:52:11 +03:00
nickAS21
ac18585e17 Coap: noSec one Endpoint 2021-06-22 18:03:44 +03:00
Andrii Shvaika
be3e97d3e1 Improvements for CoAP 2021-06-18 12:24:31 +03:00
Andrii Shvaika
7322afac0b Implementation draft 2021-05-05 19:09:15 +03:00
Andrii Shvaika
c9bdce48a1 Merge with master 2021-05-05 17:00:48 +03:00
ShvaykaD
b34198f30c
refactored CoAP Server component (#4497)
* refactored ce code base needed for coap-integration in pe

* added anotation TbCoapServerComponent on CoapTransportService

* license updated
2021-04-28 16:39:13 +03:00
ShvaykaD
dc87550835
Extract coap-server component to separate module to be used in coap transport and core (CoAP integrations).
* init commit: coap-server component

* move coap-server to separate module

* fix typo
2021-04-09 13:06:43 +03:00