Networking lies at the heart of IoT, and Zephyr provides extensive embedded TCP/IP networking support. This chapter assumes that you have a basic understanding of computer networking and TCP/IP. The focus here will be on developing application using the Zephyr RTOS networking framework.
Zephyr’s network stack is a Zephyr OS stack implementation. As with most networking stacks, it has a layered architecture where the interface associated with a given layer provides ...