|
arduino-audio-tools
|
#include <zephyr/net/socket.h>#include <cstring>Go to the source code of this file.
Classes | |
| class | WiFiServerZephyr |
| WiFiServer (Zephyr zsock version) This class provides a TCP server interface using Zephyr's socket API (zsock). It mimics the Arduino WiFiServer API for compatibility. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Typedefs | |
| using | EthernetServer = WiFiServerZephyr |
| using | WiFiServer = WiFiServerZephyr |