Pamoja.Core 0.1.17

dotnet add package Pamoja.Core --version 0.1.17
                    
NuGet\Install-Package Pamoja.Core -Version 0.1.17
                    
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="Pamoja.Core" Version="0.1.17" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pamoja.Core" Version="0.1.17" />
                    
Directory.Packages.props
<PackageReference Include="Pamoja.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Pamoja.Core --version 0.1.17
                    
#r "nuget: Pamoja.Core, 0.1.17"
                    
#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.
#:package Pamoja.Core@0.1.17
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Pamoja.Core&version=0.1.17
                    
Install as a Cake Addin
#tool nuget:?package=Pamoja.Core&version=0.1.17
                    
Install as a Cake Tool

Pamoja.Core

The pamoja engine's surface for .NET: the runtime version and the transport every link implements. This is the counterpart of the pamoja-core crate, and like it, it is small. It is a capability like the others rather than a foundation: only the transport packages depend on it, because they are the ones that return a transport. The compiled engine, which every package depends on, is Pamoja.Native.

API reference documentation

Install

dotnet add package Pamoja.Core
using Pamoja.Core;

Each capability is its own package (Pamoja.Mqtt, Pamoja.Security, and so on) and dotnet add package Pamoja is the whole framework in one package.

Documentation

License

MIT

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Pamoja.Core:

Package Downloads
Pamoja.Coap

A CoAP client over UDP with confirmable delivery and observe.

Pamoja.Ladder

Cheapest reachable link first, buffering to a store when every link is down.

Pamoja.Loopback

An in-process transport with topic matching and a fault injector, for testing with no broker.

Pamoja.Mqtt

An MQTT client with the topic and wildcard rules, as the core transport.

Pamoja.Sync

Offline-first queues: in memory, and a crash-safe on-disk queue that survives power loss.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.17 150 9/6/2026
0.1.16 158 9/5/2026
0.1.15 149 9/5/2026
0.1.14 91 8/25/2026
0.1.13 116 7/4/2026
0.1.12 126 7/1/2026
0.1.11 132 6/30/2026
0.1.10 122 6/23/2026
0.1.9 122 6/20/2026
0.1.8 120 6/19/2026
0.1.7 137 6/18/2026
0.1.6 128 6/15/2026
0.1.5 125 6/15/2026