Andrii Shvaika
|
99b19034e2
|
Uplink notifications for PSM & eDRX for CoAP in MSA deployment
|
2021-07-23 13:50:48 +03:00 |
|
YevhenBondarenko
|
c9fbe74321
|
Used OtaPackage tag for FW/SW updates
|
2021-07-22 18:48:10 +03:00 |
|
Andrii Shvaika
|
4ce9e0968d
|
CoAP Content format improvements
|
2021-07-22 14:00:57 +03:00 |
|
YevhenBondarenko
|
5c8618c3cc
|
added content format for the CoAP responses
|
2021-07-22 12:34:57 +03:00 |
|
Andrii Shvaika
|
a4636347e5
|
Merge PSM & eDRX for LwM2M
|
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 |
|
Andrew Shvayka
|
eb3ceabaf7
|
Correct initialization order.
|
2021-07-19 12:15:06 +03:00 |
|
YevhenBondarenko
|
027758f7b8
|
Merge branch 'master' of github.com:thingsboard/thingsboard into lwm2m-improvements
|
2021-07-19 11:31:23 +03:00 |
|
YevhenBondarenko
|
621752cb7a
|
fixed getOrInitSwInfo
|
2021-07-16 18:50:00 +03:00 |
|
YevhenBondarenko
|
39ff7af478
|
update fw/sw strategy
|
2021-07-16 17:57:34 +03:00 |
|
YevhenBondarenko
|
be86a2df48
|
fixed sendReadRequests
|
2021-07-16 12:06:14 +03:00 |
|
YevhenBondarenko
|
050f0d9b07
|
fixed duplicated read/observe requests
|
2021-07-16 10:06:08 +03:00 |
|
Andrii Shvaika
|
45c5703f2f
|
eDRX cycle parameters on device level
|
2021-07-12 12:36:50 +03:00 |
|
YevhenBondarenko
|
040473ac80
|
added edrxCycle to the Lwm2mDeviceTransportConfiguration
|
2021-07-12 12:26:51 +03:00 |
|
Vladyslav_Prykhodko
|
3d04d5b11c
|
Add support lwm2m edrxCycle settings
|
2021-07-12 12:26:51 +03:00 |
|
Andrii Shvaika
|
cf2a7762d0
|
eDRXcycle support
|
2021-07-09 16:25:19 +03:00 |
|
YevhenBondarenko
|
aa569ceec1
|
added fw/sw update tests
|
2021-07-02 15:57:45 +03:00 |
|
Igor Kulikov
|
934020d184
|
Fix conflicts
|
2021-07-01 20:02:20 +03:00 |
|
Igor Kulikov
|
38e3dcc9d7
|
Use certificate chain from keystore for server identity
|
2021-07-01 19:58:12 +03:00 |
|
Andrii Shvaika
|
690c97dd4d
|
Renaming of the lwm2m configuration properties
|
2021-07-01 17:32:36 +03:00 |
|
Andrii Shvaika
|
ee55c0bf85
|
Improvements to key store read for lwm2m.
|
2021-07-01 17:08:41 +03:00 |
|
Andrii Shvaika
|
a482a30198
|
Merge Opaque resource conversion to String
|
2021-07-01 13:42:03 +03:00 |
|
Andrii Shvaika
|
307aeaf57e
|
Merge remote-tracking branch 'origin/Lwm2m_OPAQUE'
|
2021-07-01 13:15:44 +03:00 |
|
nickAS21
|
31a86d0555
|
Lwm2m: Write Composite
|
2021-07-01 13:14:40 +03:00 |
|
nickAS21
|
2d9717f910
|
Lwm2m: Opaque fix bug byte[]
|
2021-06-30 19:10:36 +03:00 |
|
Andrii Shvaika
|
9f499d9188
|
ResourceUtil implementation
|
2021-06-30 18:04:06 +03:00 |
|
nickAS21
|
6083036f94
|
Lwm2m: opaque merge from master
|
2021-06-30 16:45:03 +03:00 |
|
nickAS21
|
b161f20220
|
Merge branch 'master' into Lwm2m_OPAQUE
# Conflicts:
# common/transport/lwm2m/src/main/java/org/thingsboard/server/transport/lwm2m/server/client/LwM2mClientContextImpl.java
|
2021-06-30 16:19:47 +03:00 |
|
nickAS21
|
3d8f19c23e
|
Lwm2m: opaque
|
2021-06-30 16:08:59 +03:00 |
|
Andrii Shvaika
|
eb9b0f8433
|
Implementation of software management
|
2021-06-30 15:42:25 +03:00 |
|
YevhenBondarenko
|
0e6df2a343
|
added fetching device profile
|
2021-06-30 12:24:17 +03:00 |
|
Andrii Shvaika
|
290074ffcd
|
replay downlink on device awake
|
2021-06-30 11:53:00 +03:00 |
|
YevhenBondarenko
|
d8ee955079
|
implemented sendMsgsAfterSleeping
|
2021-06-30 11:27:50 +03:00 |
|
YevhenBondarenko
|
393d422784
|
fetch all clients after startUp
|
2021-06-29 20:06:34 +03:00 |
|
Andrii Shvaika
|
023915c2e1
|
Read Composite support
|
2021-06-29 17:22:43 +03:00 |
|
Andrii Shvaika
|
afeca4cc59
|
Minor imrovements
|
2021-06-29 16:32:51 +03:00 |
|
Andrii Shvaika
|
27b4c99609
|
Do not remove info from security store
|
2021-06-29 15:19:32 +03:00 |
|
nickAS21
|
7f38366a47
|
Lwm2m: merge with master
|
2021-06-29 13:14:14 +03:00 |
|
nickAS21
|
fe78b69f1c
|
Merge branch 'master' into Lwm2m_Composite
# Conflicts:
# common/transport/lwm2m/src/main/java/org/thingsboard/server/transport/lwm2m/server/client/LwM2mClient.java
|
2021-06-29 13:06:38 +03:00 |
|
Andrii Shvaika
|
9251ca7f16
|
Replace throw with callback execution on duplicated observe request
|
2021-06-29 12:55:09 +03:00 |
|
nickAS21
|
a4e3049c27
|
Lwm2m: content format for observe fx bug
|
2021-06-29 12:54:43 +03:00 |
|
Andrii Shvaika
|
4bf8ef1806
|
Fetch LwM2M device profile when restart
|
2021-06-29 12:49:27 +03:00 |
|
YevhenBondarenko
|
f1611dcfb3
|
created TbRedisLwM2MClientStore
|
2021-06-29 11:40:45 +03:00 |
|
nickAS21
|
a94810126d
|
Lwm2m: RPC composite read
|
2021-06-28 17:28:02 +03:00 |
|
nickAS21
|
83bfa14d58
|
Merge branch 'master' into Lwm2m_Composite
|
2021-06-25 20:58:38 +03:00 |
|
Andrii Shvaika
|
40659a2087
|
LwM2M client profile
|
2021-06-25 19:12:43 +03:00 |
|
Andrii Shvaika
|
0e7f96b7a3
|
Fix profile update for LwM2M transport
|
2021-06-25 19:11:05 +03:00 |
|
Andrii Shvaika
|
85910d8dce
|
Correct KeyStore Lookup
|
2021-06-25 18:11:11 +03:00 |
|
nickAS21
|
f9db556650
|
Merge branch 'master' into Lwm2m_Composite
|
2021-06-25 13:53:25 +03:00 |
|
YevhenBondarenko
|
bc8c58c3cb
|
ResourceValue is serializable
|
2021-06-25 12:47:16 +03:00 |
|