Pamoja.Radio 0.1.17

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

Pamoja.Radio

Budgeting airtime, framing a mesh packet, routing it, and securing a LoRaWAN uplink: everything a node needs to reach a network it cannot see.

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

dotnet add package Pamoja.Radio

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
LoRa airtime Pamoja.Lora Time-on-air, duty-cycle off-time, and the regional channel plans a LoRa node must keep to
LoRaWAN Pamoja.Lorawan LoRaWAN 1.0.x MAC framing, AES-CMAC and AES encryption, and both halves of the OTAA join
Mesh frames Pamoja.Mesh Addressed, hop-limited, CRC-checked frames and duplicate suppression that floods a packet exactly once
Routing Pamoja.Routing Reverse-path routing that learns the cheapest route from overheard traffic

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.17 78 9/6/2026
0.1.16 77 9/5/2026
0.1.15 73 9/5/2026