# SDL_net 3.0 This is the SDL3_net wiki. SDL2_net is [over here](/SDL2_net)! ## What is it? This is an example portable network library for use with SDL. This library is distributed under the [zlib license](https://www.libsdl.org/license.php). This license allows you to use it freely in any software. ## Getting Started | | | | ------------------------------------------------| --------------------------------------------| | [Source Code](https://github.com/libsdl-org/SDL_net/releases) | The latest release is available on GitHub. | | [Installation](https://github.com/libsdl-org/SDL_net/blob/main/INSTALL.md) | How to install SDL_net on your platform of choice and link your program against it. | | [API overview](CategorySDLNet) | Reference documentation for SDL_net can be found here. | ## API Documentation - [API overview](CategorySDLNet) - [API quick reference](QuickReference) - [Complete API index](CategoryAPI) - [Hello World](https://github.com/libsdl-org/SDL_net/blob/main/docs/hello.c) example, with build instructions for your development environment in the [installation instructions](https://github.com/libsdl-org/SDL_net/blob/main/INSTALL.md) ## Other sources of information - [SDL_net 2.0 Migration Guide](README-migration) - [Forums/mailing lists](https://discourse.libsdl.org/) and of course [a Discord server](https://discord.gg/BwpFGBWsv8). Both are great places to keep up with the latest news, help other users out, and ask questions. ## Other stuff We hope you find everything you are looking for and enjoy using SDL_net! If anything is not addressed somewhere here, feel free to [open an issue](https://github.com/libsdl-org/SDL_net/issues) or [submit a pull request](https://github.com/libsdl-org/SDL_net/pulls). **Enjoy!**