Pamoja.FieldIo 0.1.18

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

Pamoja.FieldIo

The wires a gateway actually has: framed serial packets, an RS485 request and the reply it draws, a CAN frame, the address a chip answers on, and the bus that carries a driver to the part.

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

dotnet add package Pamoja.FieldIo

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
Serial framing Pamoja.Serial SLIP and COBS byte stuffing with streaming decoders, so a UART byte stream carries discrete packets
Modbus RTU Pamoja.Modbus Modbus RTU requests and replies with CRC-16/MODBUS for RS485 field devices
CAN and J1939 Pamoja.Can CAN 2.0 and CAN-FD frames with 11- and 29-bit identifiers, plus J1939 decode and compose
I2C, SPI, and GPIO Pamoja.Gpio I2C address frames with reserved-range checks, the four SPI clock modes, and active-high or active-low pins
Buses Pamoja.Core The embedded-hal traits every driver takes, a bit-banged 1-Wire bus, scripted buses that play a part's side of a conversation, and the Linux backends over i2c-dev, spidev, and the GPIO character device

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 44 9/11/2026
0.1.17 88 9/6/2026
0.1.16 84 9/5/2026
0.1.15 80 9/5/2026