StirlingLabs.sockaddr.Net.runtime.win-x64.libsa 22.9.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package StirlingLabs.sockaddr.Net.runtime.win-x64.libsa --version 22.9.0
NuGet\Install-Package StirlingLabs.sockaddr.Net.runtime.win-x64.libsa -Version 22.9.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StirlingLabs.sockaddr.Net.runtime.win-x64.libsa" Version="22.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StirlingLabs.sockaddr.Net.runtime.win-x64.libsa --version 22.9.0
#r "nuget: StirlingLabs.sockaddr.Net.runtime.win-x64.libsa, 22.9.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install StirlingLabs.sockaddr.Net.runtime.win-x64.libsa as a Cake Addin
#addin nuget:?package=StirlingLabs.sockaddr.Net.runtime.win-x64.libsa&version=22.9.0

// Install StirlingLabs.sockaddr.Net.runtime.win-x64.libsa as a Cake Tool
#tool nuget:?package=StirlingLabs.sockaddr.Net.runtime.win-x64.libsa&version=22.9.0

libsa

libsa provides cross-platform socket address bindings in C11, designed to be very portable and easy to use. This allows higher-level network code to use a single format but still communicate effectively with low-level native platform code.

Users are guaranteed big endian (network) byte order of address bytes, so you do not have to worry about byte order for ports and scope indexes regardless of the underlying platform. libsa abstracts away address family values, the location of the address family field, provides sizing information and takes care of allocation and freeing of sockaddr structures on the heap.

Why reinvent the wheel?

Historically, binding authors have had to work around platform inconsistency in sockaddr or rely on native libraries to manipulate sockaddr via helper functions (e.g. libuv has a lot of sockaddr code). The concept provided by libsa is to separate the helper functions from the target library, so it doesn't have to be rewritten every time, yet lets those bindings cooperate effectively.

Portable

Currently wrapped for:

If you wrap libsa for another language, please create a PR to update this list.

Future

We intend to expand this to any platform or shape of sockaddr without changing the API, all that should be required is by simply recompiling to the target platform with no special treatment.

Support

Development of this project is supported by Stirling Labs.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on StirlingLabs.sockaddr.Net.runtime.win-x64.libsa:

Package Downloads
StirlingLabs.sockaddr.Net The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Cross-platform socket addresses. Simply cast from native to StirlingLabs.sockaddr* for validation or manipulation without regard to the native format, then cast back to use in a native API.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
22.9.0 2,153 9/28/2022
22.5.4 373 5/12/2022
22.5.3 402 5/12/2022
22.5.2 403 5/9/2022
22.5.1 364 5/9/2022
22.5.0 2,795 5/6/2022