Pamoja.Core
0.1.17
dotnet add package Pamoja.Core --version 0.1.17
NuGet\Install-Package Pamoja.Core -Version 0.1.17
<PackageReference Include="Pamoja.Core" Version="0.1.17" />
<PackageVersion Include="Pamoja.Core" Version="0.1.17" />
<PackageReference Include="Pamoja.Core" />
paket add Pamoja.Core --version 0.1.17
#r "nuget: Pamoja.Core, 0.1.17"
#:package Pamoja.Core@0.1.17
#addin nuget:?package=Pamoja.Core&version=0.1.17
#tool nuget:?package=Pamoja.Core&version=0.1.17
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.
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
- The reference for
Pamoja.Core, generated from its source. - The guides and the install page.
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
- Pamoja.Native (>= 0.1.17)
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.