-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Description
This is an umbrella issue, covering all works we currently do on Zephyr networking arch updates:
- Implement setsockopt for TLS (https://github.com/zephyrproject-rtos/zephyr/projects/12)
- Core stack to use new buffers: Core Network Buffer management rework #7578
Port protocols to use sockets
-
CoAP to use sockets Migrate CoAP implementation to sockets API #7584
- [ ] HTTP to use sockets Migrate HTTP to socket API #7585HTTP API was removed from Zephyr -
LWM2M to use sockets Migrate LWM2M to use BSD sockets #7586
-
DNS to use sockets Migrate DNS to BSD sockets #7587
-
SNTP to use sockets Migrate SNTP to BSD sockets #7588
- [ ] Websocket to use sockets Migrate Websocket to BSD sockets #7589Websocket API was removed from Zephyr -
MQTT PR 5854
-
Reduce engineering debt for the stack, Network stack cleanup #8723
-
Port sockets to new buffers: update BSD sockets implementation to use optimized networking buffers #7590
-
Implement system calls for socket API: Implement system calls for the new socket APIs #8203
-
Port sample networking apps to user mode: Port existing networking sample apps to user mode #8204