Meshmakers.Octo.Sdk.Pipeline 3.4.18

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

octo-communication-sdk

OctoMesh Communication SDK — the adapter framework, ETL pipeline, and runtime infrastructure used to build adapter services that connect external systems to the OctoMesh platform.

This repository was carved out of octo-sdk in Phase 3 of the YAML pipeline migration. The split separates the client SDK (REST clients, contracts — stays in octo-sdk) from the adapter / pipeline infrastructure (lives here).

Layout

src/
├── Sdk.Adapters/             — adapter base classes (was Sdk.Common/Adapters)
├── Sdk.Pipeline/             — ETL pipeline + node framework + execution services
│                               (was Sdk.Common/EtlDataPipeline + Sdk.Common/Services)
├── Sdk.CommunicationAdapter/ — Generic Host + DI bootstrap for hosting adapters
├── Sdk.Plug.Simulation/      — sample simulation adapter
└── Sdk.SimulationNodes/      — pipeline-node implementations for simulation

Dependency direction

octo-distributedEventHub
        ↓
octo-construction-kit-engine
        ↓
   octo-sdk    (Communication.Contracts, Sdk.ServiceClient, Sdk.Common/Encryption stay here)
        ↓
octo-common-services
        ↓
octo-communication-sdk    ← this repo
        ↓
(consumers: mesh-adapter, eda-adapter, loxone, mqtt, sap, finapi,
 modbus, demos, communication-controller-services, communication-operator)

Build

# Production
dotnet build Octo.CommunicationSdk.sln -c Release

# Local dev (reads NuGets from ../nuget — populated by `invoke-buildall -configuration DebugL`)
dotnet build Octo.CommunicationSdk.sln -c DebugL

Release

Releases are driven by release-communication-train.yml in octo-mesh-deployment (Phase 5 of the migration). The train tags r<X.Y.Z> on this repo and queues the CI on the tag. Versioning follows the A2 Layered strategy: this repo carries its own version line (comm-X.Y.Z) and pins to a Libs major-minor via OctoVersion in Directory.Build.props.

See also

  • Architecture concept: octo-mesh-deployment/docs/pipeline-architecture-concept.md
  • Original SDK: octo-sdk
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (5)

Showing the top 5 NuGet packages that depend on Meshmakers.Octo.Sdk.Pipeline:

Package Downloads
Meshmakers.Octo.Sdk.Common.Web

Package to create AspNetcore based sockets and plugs Octo Mesh

Meshmakers.Octo.MeshAdapter.Nodes

Mesh adapter nodes

Meshmakers.Octo.Sdk.SimulationNodes

Simulation pipeline nodes

Meshmakers.Octo.Sdk.MeshAdapter

Mesh adapter SDK to create custom mesh adapters

Meshmakers.Octo.Sdk.Adapters

Adapter base classes for OctoMesh communication adapters. Carved out of Sdk.Common/Adapters in Phase 3 of the YAML migration.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.4.18 0 6/24/2026
3.4.16 138 6/18/2026
3.4.15 175 6/16/2026
3.4.14 181 6/15/2026
3.4.13 178 6/15/2026
3.4.12 174 6/15/2026
3.4.11 176 6/15/2026
3.4.10 128 6/13/2026
3.4.8 123 6/13/2026
3.4.7 123 6/13/2026
3.4.5 127 6/12/2026
3.4.3 366 6/12/2026