src/platforms/posix/README.md
POSIX helpers for networking in host environments (non‑Windows).
socket_posix.h: Thin passthrough typedefs and function declarations for POSIX sockets (bind/connect/send/recv, getaddrinfo, etc.). Used when FASTLED_HAS_NETWORKING and not on Windows.socket_posix.cpp: Implementation for the declarations above.shared/ui/json for host‑side UI control or data export; keep socket operations non‑blocking to avoid stalling render loops.