Andrii Shvaika
c813d41abe
Minor refactoring of the PR #6198
4 years ago
nickAS21
506d9279c2
lwm2m: for build
4 years ago
Samuel Gallet
51c88b7712
Add method documentation
4 years ago
Samuel Gallet
bd35adc5ba
Implement SendService Listener
4 years ago
Igor Kulikov
d2b0e2ca25
Fix license header
4 years ago
Andrii Shvaika
afa3e88339
Suppress adaptor exception stack trace
4 years ago
Andrii Shvaika
40c2fe3fd2
Suppress spaming logs and fix connection statistics in case of rate limits by ip
4 years ago
nickAS21
53ab636505
lwm2m: add BOOTSTRAP_DEFAULT_SHORT_ID = 0
4 years ago
nickAS21
dce0ca9149
lwm2m: Comments...
4 years ago
Igor Kulikov
dabd25e760
Version set to 3.4.0-SNAPSHOT
4 years ago
nickAS21
5241c371df
lwm2m: The method "getTasks" is thread-safe
4 years ago
nickAS21
eac0157984
lwm2m: Corrections according to comments
4 years ago
nickAS21
5d839ab75f
lwm2m: fix bug of commits
4 years ago
nickAS21
b6f317a3b7
lwm2m: fix bugs: init client after connect Lwm2m Server -> awaitClientAfterStartConnectLw() and null pointer exception in getObjectModel
4 years ago
nickAS21
ecc9f8fe38
lwm2m: fix bugs in PR commits
4 years ago
YevhenBondarenko
f1f0ea4edf
added test for LwM2mClient
4 years ago
nickAS21
974d4cb338
lwm2m: fix bug: client.destroy after newClientCreate and client registered on the server
4 years ago
YevhenBondarenko
a0b4f7c38e
fixed "No value present"
4 years ago
YevhenBondarenko
ad541703ce
fixed read/observe "dataRead" object 19
4 years ago
YevhenBondarenko
799fa019c7
fixed sending shared attributes after sleeping
4 years ago
YevhenBondarenko
dffb6ab892
removed Serializable from ResourceValue
4 years ago
YevhenBondarenko
c449a96ccf
minor fixes in LwM2MClientSerDes
4 years ago
Igor Kulikov
312924a19b
Version set to 3.3.4-SNAPSHOT
4 years ago
YevhenBondarenko
c6475226e4
added test for LwM2MClientSerDes
4 years ago
nickAS21
29a551d048
lwm2m: fix bug: add afterClass "await (3 sec, closed all ports lwm2server and bootstrapServer)"
4 years ago
Viacheslav Klimov
b31460dbc3
Change startup order for SnmpTransportContext
4 years ago
Andrii Shvaika
92842e0f0e
Improved IP Filter to delete next handlers from pipeline
4 years ago
nickAS21
8480f21994
lwm2m: del info debug
4 years ago
nickAS21
c3081c45cf
lwm2m: tests with execute "/1/0/9" - add Security and Server with instanceId
4 years ago
YevhenBondarenko
fde8ecdead
LwM2mClient is no more serializable
4 years ago
nickAS21
6a370dc643
lwm2m: tests associated with different security mode (successful):
- connection only to lwm2m server
- connect bootstrap server, update two client security sections and then connect lwm2m server
4 years ago
YevhenBondarenko
e3af72eb88
Registration is not Serializable
4 years ago
YevhenBondarenko
0d3718f05c
fixed lwm2m transport initialization (ordering)
4 years ago
zbeacon
abe421cf36
Removed redundant method call
4 years ago
zbeacon
6d32e3f712
Moved sending response to onDeviceDeleted method
4 years ago
YevhenBondarenko
c1f43bd3ba
added updating session metadata if attributes/rpc subscription was sent by this way
4 years ago
zbeacon
b6bd4247da
Fix for PROD-1337
4 years ago
nickAS21
427f9b191f
lwm2m: add bootstrap DTLS config - SERVER_ONLY
4 years ago
Andrii Shvaika
7f32c10d77
Fix initialization error for LwM2M Bootstrap mode
4 years ago
Andrii Shvaika
ced4f23908
License header fix for bootstrap verifier
4 years ago
Andrew Shvayka
93f647b7a7
Update TbLwM2MDtlsBootstrapCertificateVerifier.java
4 years ago
YevhenBondarenko
292220cddc
updated Californium and Leshan versions
4 years ago
desoliture
7b14fdaf5e
add isMultipleAttributesRequest field in queue.proto in GetAttributeResponseMsg message
4 years ago
nickAS21
3916457367
lwm2m: refactoring2 by commit in PR
4 years ago
nickAS21
b1855cfea2
lwm2m: refactoring by commit in PR
4 years ago
Igor Kulikov
da4c742872
Update license year to 2022
4 years ago
nickAS21
175984a411
lwm2m: add verify trust certificate to bootstrap
4 years ago
Sergey Matvienko
1507ac69ab
Revert "MqttTransportHandler refactored to not reference on InetSocketAddress instances to free some heap space. IPv4 are stored and logged as int."
This reverts commit 0ef9d5753c .
4 years ago
Sergey Matvienko
565b6284d2
Revert "MqttTransportHandler fixed test"
This reverts commit ef53df7512 .
4 years ago
desoliture
35c30b7678
refactor GatewayDeviceSessionCtx and MqttAdaptors
refactor GatewayDeviceSessionCtx to determine the value of multipleAttrKeysRequested before calling the JsonMqttAdaptor, add corresponding convertToGatewayPublish method to adaptors interface with multipleAttrKeysRequested parameter, refactor other adaptors to deal with new method
4 years ago