A simple, cross-platform wrapper over TCP/IP sockets.
  • C 89.5%
  • C++ 5.9%
  • Perl 2%
  • Python 1.4%
  • CMake 1.1%
  • Other 0.1%
Find a file
2026-06-17 11:26:39 -04:00
.github ci: bump actions 2026-05-15 17:54:12 +02:00
build-scripts Fixed release-info.json 2026-05-18 21:56:28 -07:00
cmake Add CYGWIN support for DLL library check 2026-05-25 17:16:22 +03:00
docs docs/hello.c: Replaced with a cutdown version of examples/echo-server.c 2026-05-17 15:27:02 -04:00
examples api: Added broadcast packets, creation properties, datagram.c example. 2026-05-15 00:46:48 -04:00
include/SDL3_net Updated to version 3.3.0 for development 2026-05-31 07:35:48 -07:00
src PS Vita support 2026-06-17 11:26:39 -04:00
VisualC visualc: Added datagram example project. 2026-05-17 21:32:32 -04:00
Xcode Updated to version 3.3.0 for development 2026-05-31 07:35:48 -07:00
.gitignore dont .gitignore build-scripts/ 2025-12-20 14:40:24 +03:00
.wikiheaders-options .wikiheaders-options: Enable READMEs to bridge to wiki. 2026-05-17 14:57:23 -04:00
AGENTS.md policy: Added LLM policy. 2026-05-10 14:16:11 -04:00
Android.mk Android.mk: unconditionally enable getifaddrs() 2026-05-24 13:49:56 -04:00
CLAUDE.md policy: Added LLM policy. 2026-05-10 14:16:11 -04:00
CMakeLists.txt cmake: Turn off PLATFORM_SUPPORTS_SHARED by default for MS-DOS. 2026-06-06 22:47:37 -04:00
INSTALL.md Updated README and added installation instructions 2026-05-18 21:55:01 -07:00
LICENSE.txt Updated copyright for 2026 2026-01-01 11:25:27 -08:00
README.md Updated README and added installation instructions 2026-05-18 21:55:01 -07:00

SDL_net 3.0

This is a portable network library for use with SDL. It's goal is to simplify the use of the usual socket interfaces and use SDL to handle common portable functionality such as threading and reporting errors.

This library supports most platforms that offer both SDL3 and networking.

The latest version of this library is available from GitHub: https://github.com/libsdl-org/SDL_net/releases

Installation instructions and a quick introduction is available in INSTALL.md

This library is distributed under the terms of the zlib license, available in LICENSE.txt.

Enjoy!