1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

79 Commits

Author SHA1 Message Date
Teufelchen
71e6c86752
Merge pull request #21035 from leandrolanzieri/pr/wakaama/destroy_unused_dtls_sessions
pkg/wakaama/client_connection: destroy unused DTLS sessions
2024-11-25 10:17:17 +00:00
Leandro Lanzieri
22f77994af pkg/wakaama/client_connection: destroy unused DTLS sessions 2024-11-24 16:00:10 +01:00
Leandro Lanzieri
52f1caa698 pkg/wakaama/ipso_sensor: fix _exec_cb 2024-11-24 08:32:50 +01:00
Leandro Lanzieri
60eac20776 pkg/wakaama: remove URI docs 2024-11-24 08:32:50 +01:00
Leandro Lanzieri
1a86962110 pkg/wakaama: update lwm2m_uri_t usage 2024-11-24 08:32:50 +01:00
Moritz Holzer
97acd2e562 examples/lwm2m: changes on example application 2024-11-12 08:47:13 +01:00
Moritz
20d4658f64 pkg/wakaama: adaption of contrib to new interface 2024-10-31 10:01:51 +01:00
Moritz
68db9992e0 pkg/wakaama: changes on config and OS services 2024-10-31 10:01:51 +01:00
Moritz
4d2d10bc95 pkg/wakaama: version bump 2024-10-31 09:33:49 +01:00
Leandro Lanzieri
3d9649183c
pkg/wakaama/objects: add Voltmeter 2024-06-05 16:03:59 +02:00
Leandro Lanzieri
703adb948f
pkg/wakaama/objects: add Temperature Sensor 2024-06-05 16:03:59 +02:00
Leandro Lanzieri
8cc4b481a0
pkg/wakaama/objects: add Illuminance Sensor 2024-06-05 16:03:58 +02:00
Leandro Lanzieri
206b5264c0
pkg/wakaama/objects: add Humidity Sensor 2024-06-05 16:03:58 +02:00
Leandro Lanzieri
1e18b31e9c
pkg/wakaama/objects: add Current Sensor 2024-06-05 16:03:58 +02:00
Leandro Lanzieri
88e1b83b3b
pkg/wakaama/objects: add Barometer 2024-06-05 16:03:57 +02:00
Leandro Lanzieri
572dddcef3
pkg/wakaama/objects: add IPSO sensor base 2024-06-05 16:03:47 +02:00
Leandro Lanzieri
dca33c92bd
pkg/wakaama: improve documentation 2024-05-07 10:34:35 +02:00
Leandro Lanzieri
c0559f68fe
pkg/wakaama: patch cast of COAP macro to time_t 2024-05-06 14:45:07 +02:00
Leandro Lanzieri
6109e588a5
pkg/wakaama: add DTLS support 2024-05-06 14:45:07 +02:00
Leandro Lanzieri
3d012bfd2c
pkg/wakaama/contrib: cleanup device object implementation 2024-05-06 14:43:12 +02:00
Leandro Lanzieri
70c4c6b8c1
pkg/wakaama/client: allow to specify server instance ID 2024-05-06 14:43:12 +02:00
Leandro Lanzieri
4eb3ef4b4f
pkg/wakaama: add own security object implementation 2024-05-06 14:43:11 +02:00
MrKevinWeiss
e0fdc3c16c
*Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
Leandro Lanzieri
991a0bba2c
pkg/wakaama/object: add Light Control object 2024-03-13 10:25:35 +01:00
Leandro Lanzieri
d523d5dab4
pkg/wakaama/common: mark resource as updated when written to 2024-02-01 10:29:20 +01:00
Leandro Lanzieri
2f7e540c3b
pkg/wakaama: patch const URI on value changed function 2024-02-01 10:28:00 +01:00
Leandro Lanzieri
ba63450e9d
pkg/wakaama: fix patch file name 2024-02-01 10:27:25 +01:00
Frederik Haxel
1182de16fd pkg: Use size_t print format specifier 2023-12-21 12:02:32 +01:00
Martine Lenders
d5e63a5e46
Merge pull request #18096 from Teufelchen1/feat/port_parsing
sys/uri_parser: Adding the port as uint16_t
2022-09-19 13:40:53 +02:00
Karl Fessel
05f114d0af doc: fix unbalaced grouping
- most were trivial
    - missing group close or open
    - extra space
    - no doxygen comment
- name commad might open an implicit group
    this hould also be implicit cosed but does not happen somtimes
- crazy: internal declared groups have to be closed internal
2022-09-14 15:05:25 +02:00
Teufelchen1
df8fe4476d sys/uri_parser: Adding the port as uint16 2022-09-08 11:32:49 +02:00
Gunar Schorcht
b6a2696e81 pkg/wakamaama: fix compilation with NDEBUG 2021-12-12 13:18:46 +01:00
Marian Buschsieweke
d41d2b4b22
pkg/wakaama: add -Wcast-align 2021-12-03 10:12:36 +01:00
Leandro Lanzieri
5aa99c0337
pkg/wakaama: use ztimer 2021-11-02 13:15:35 +01:00
Jan Romann
4384795cb9
treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
Benjamin Valentin
9bce87d6da pkg/wakaama: don't modify result of uri_parser 2021-08-05 14:05:31 +02:00
Leandro Lanzieri
1d74a0341b
pkg/wakaama/common: return length when reading strings and opaques
This fixes the API to be able to return the read length of string and
opaque resources.
2021-07-30 09:45:20 +02:00
Leandro Lanzieri
113ae64a55
pkg/wakaama/common: fix lwm2m_set_objlink_by_path 2021-07-30 09:44:21 +02:00
Leandro Lanzieri
327da03314
pkg/wakaama/client_connection: cleanup
Use URI parser and common resource access functions.
2021-07-13 08:11:23 +02:00
Leandro Lanzieri
e0896afddc
pkg/wakaama: add functions to interact with resources 2021-07-13 08:11:23 +02:00
Leandro Lanzieri
bfc81ae967
pkg/wakaama/contrib: remove unneeded reference to security object 2021-07-13 08:11:22 +02:00
Leandro Lanzieri
fcd582eff2
pkg/wakaama: move sock_udp dependency to package 2021-07-13 08:11:20 +02:00
Jose Alamos
c8dbdd2685
pkg/wakaama: remove gnrc dependency 2021-06-22 16:12:05 +02:00
Francisco
7b65dda691
Merge pull request #16190 from aabadie/pr/pkg/make_silent_ci_build
pkg: silent make commands with RIOT_CI_BUILD=1
2021-03-30 10:28:12 +02:00
Karl Fessel
6588db6580 pkg/qcbor,wakaama,wolfssl: remove maybe-uninitialized warning
some variable seem uninitialized to gcc with -Og but aren't
https://gcc.gnu.org/bugzilla/buglist.cgi?quicksearch=may%20be%20used%20uninitialized
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42145
especialy:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90710#c1
2021-03-16 12:14:43 +01:00
9bd22dba79
pkg: silent make commands with RIOT_CI_BUILD=1 2021-03-12 16:05:18 +01:00
Marian Buschsieweke
645fee91ac
pkg/wakaama: fix compilation with 6lowpan-clicker
Drop included of unused header file that caused conflict with the new toolchain
2021-02-17 22:09:06 +01:00
Leandro Lanzieri
0492cc5177
pkg/wakaama: cast macro to time_t
Currently on some toolchains the wakaama package is raising a floating
point exception on native. This seems to be fixing the issue.
2021-02-05 16:20:08 +01:00
a0d4f599d8
pkg/wakaama: use ARRAY_SIZE macro 2021-01-08 14:37:33 +01:00
Bas Stottelaar
38a5ff7d4b pkg/*: realign ENABLE_DEBUG 2020-10-23 02:43:10 +02:00