Skip to content

File port_posix_socket.c

FileList > port > posix > port_posix_socket.c

Go to the source code of this file

POSIX socket implementation of the SyntropicOS socket port layer. More...

Detailed Description

Provides UDP and TCP socket functions using the standard BSD/POSIX socket API. Works on any platform with POSIX sockets: Linux, macOS, ESP-IDF (lwIP), Zephyr, and any RTOS with a lwIP or POSIX socket shim.

Compile this file into your project alongside your platform's system port (e.g. port_esp32.c for GPIO/timer/UART) to get full networking support.


The documentation for this class was generated from the following file src/port/posix/port_posix_socket.c