Pamoja.Transports 0.1.18

dotnet add package Pamoja.Transports --version 0.1.18
                    
NuGet\Install-Package Pamoja.Transports -Version 0.1.18
                    
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.Transports" Version="0.1.18" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pamoja.Transports" Version="0.1.18" />
                    
Directory.Packages.props
<PackageReference Include="Pamoja.Transports" />
                    
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.Transports --version 0.1.18
                    
#r "nuget: Pamoja.Transports, 0.1.18"
                    
#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.Transports@0.1.18
                    
#: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.Transports&version=0.1.18
                    
Install as a Cake Addin
#tool nuget:?package=Pamoja.Transports&version=0.1.18
                    
Install as a Cake Tool

Pamoja.Transports

Reaching the network when no single link always works, and testing all of it with nothing plugged in.

One reference for the 9 capabilities of this domain. Each is also its own package, and Pamoja is the whole framework in one.

dotnet add package Pamoja.Transports

This package ships no assembly: it brings in the packages below, and each keeps its own namespace, so a type is named the way it is when the package is referenced directly.

Capability Package What it covers
MQTT Pamoja.Mqtt An MQTT client with the topic and wildcard rules, as the core transport
CoAP Pamoja.Coap A CoAP client over UDP with confirmable delivery and observe
Loopback Pamoja.Loopback An in-process transport with topic matching and a fault injector, for testing with no broker
Store and forward Pamoja.Sync Offline-first queues: in memory, and a crash-safe on-disk queue that survives power loss
Transport ladder Pamoja.Ladder Cheapest reachable link first, buffering to a store when every link is down
Event bus Pamoja.Bus An in-memory typed publish and subscribe event bus
Engine surface Pamoja.Core The transport every link shares (send, receive, subscribe, and a faulty wrapper for tests) and the runtime version
Your own link Pamoja.Core A link pamoja does not ship, written in your language against the transport contract and composed like any other
Simulators Pamoja.Sim Noisy and replay sensors, a recording actuator, and a simulated robot that dead-reckons its pose

The guides, with a worked C# example for each, are at https://pamoja.molex.cloud/docs.

License

MIT

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.18 39 9/11/2026
0.1.17 83 9/6/2026
0.1.16 83 9/5/2026
0.1.15 77 9/5/2026