Meshmakers.Octo.Sdk.SimulationNodes 3.4.18

dotnet add package Meshmakers.Octo.Sdk.SimulationNodes --version 3.4.18
                    
NuGet\Install-Package Meshmakers.Octo.Sdk.SimulationNodes -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.SimulationNodes" 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.SimulationNodes" Version="3.4.18" />
                    
Directory.Packages.props
<PackageReference Include="Meshmakers.Octo.Sdk.SimulationNodes" />
                    
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.SimulationNodes --version 3.4.18
                    
#r "nuget: Meshmakers.Octo.Sdk.SimulationNodes, 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.SimulationNodes@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.SimulationNodes&version=3.4.18
                    
Install as a Cake Addin
#tool nuget:?package=Meshmakers.Octo.Sdk.SimulationNodes&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 (1)

Showing the top 1 NuGet packages that depend on Meshmakers.Octo.Sdk.SimulationNodes:

Package Downloads
Meshmakers.Octo.Sdk.MeshAdapter

Mesh adapter SDK to create custom mesh adapters

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 137 6/18/2026
3.4.15 137 6/16/2026
3.4.14 129 6/15/2026
3.4.13 132 6/15/2026
3.4.12 135 6/15/2026
3.4.11 131 6/15/2026
3.4.10 102 6/13/2026
3.4.8 92 6/13/2026
3.4.7 102 6/13/2026
3.4.5 93 6/12/2026
3.4.3 129 6/12/2026
3.4.2 99 6/11/2026
3.4.1 103 6/11/2026
3.4.0 128 6/11/2026
3.3.121 157 6/9/2026
3.3.120 156 6/8/2026
3.3.118 153 6/6/2026
3.3.117 195 6/5/2026
3.3.116 151 6/4/2026
Loading failed