Pamoja.Native
0.1.17
dotnet add package Pamoja.Native --version 0.1.17
NuGet\Install-Package Pamoja.Native -Version 0.1.17
<PackageReference Include="Pamoja.Native" Version="0.1.17" />
<PackageVersion Include="Pamoja.Native" Version="0.1.17" />
<PackageReference Include="Pamoja.Native" />
paket add Pamoja.Native --version 0.1.17
#r "nuget: Pamoja.Native, 0.1.17"
#:package Pamoja.Native@0.1.17
#addin nuget:?package=Pamoja.Native&version=0.1.17
#tool nuget:?package=Pamoja.Native&version=0.1.17
Pamoja.Native
The compiled pamoja engine for .NET, bundled for win-x64, linux-x64, linux-arm64, osx-x64, and osx-arm64, and the P/Invoke contract every Pamoja package builds on: Pamoja.Native.Interop.NativeMethods mirrors the generated C header one-to-one. It also carries the marshalling a facade needs to use that contract: the safe handle type, the status helpers, owned strings, and PamojaException, which every failed native call raises and which sits in the root Pamoja namespace so a facade sees it without a using. It is one library that carries every capability; the capability packages are facades over it, so picking packages narrows the API you depend on, not the size of the engine.
You do not install this package directly. Every Pamoja.<Capability> package and the Pamoja metapackage depend on it. The interop layer stays available for anything a facade does not cover.
Documentation
- The guides and the C# reference.
License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages (31)
Showing the top 5 NuGet packages that depend on Pamoja.Native:
| Package | Downloads |
|---|---|
|
Pamoja.Core
The pamoja engine's surface for .NET: the runtime version and the transport every link implements, the counterpart of the pamoja-core crate. |
|
|
Pamoja.Ladder
Cheapest reachable link first, buffering to a store when every link is down. |
|
|
Pamoja.Codec
CBOR, JSON, and raw codecs behind one trait, delta and varint batch packing, and an f32 quantizer for metered links. |
|
|
Pamoja.Gpio
I2C address frames with reserved-range checks, the four SPI clock modes, and active-high or active-low pins. |
|
|
Pamoja.Bus
An in-memory typed publish and subscribe event bus. |
GitHub repositories
This package is not used by any popular GitHub repositories.