Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/BareRose/swrap

Portable, single-file, protocol-agnostic TCP and UDP socket wrapper, primarily for game networking
https://github.com/BareRose/swrap

Last synced: about 2 months ago
JSON representation

Portable, single-file, protocol-agnostic TCP and UDP socket wrapper, primarily for game networking

Awesome Lists containing this project

README

        

## Documentation

This is a header-only library, as such most of its functional documentation is contained within the "header section" of the
source code in the form of comments. It is highly recommended that you read said documentation before using this library.

## Features

The swrap library provides a cross-platform socket wrapper with automatic protocol-agnosticity, its features include:

- Encapsulates platform-specific socket implementations for both Windows and POSIX systems
- Future-proof protocol-agnosticity thanks to the system-internal getaddrinfo function
- Includes select and multi-select functions with timeouts in double seconds

## Attribution

You are not required to give attribution when using this library. If you want to give attribution anyway, either link to
this repository, [my website](https://www.slopegames.com/), or credit me as [BareRose](https://github.com/BareRose).
If you want to support me financially, consider giving to my [Patreon](https://www.patreon.com/slopegames).

## License

Licensed under CC0 aka the most lawyer-friendly way of spelling "public domain".