SomeIp.Wire
0.3.0
dotnet add package SomeIp.Wire --version 0.3.0
NuGet\Install-Package SomeIp.Wire -Version 0.3.0
<PackageReference Include="SomeIp.Wire" Version="0.3.0" />
<PackageVersion Include="SomeIp.Wire" Version="0.3.0" />
<PackageReference Include="SomeIp.Wire" />
paket add SomeIp.Wire --version 0.3.0
#r "nuget: SomeIp.Wire, 0.3.0"
#:package SomeIp.Wire@0.3.0
#addin nuget:?package=SomeIp.Wire&version=0.3.0
#tool nuget:?package=SomeIp.Wire&version=0.3.0
SomeIp.Wire
Clean-room SOME/IP wire layer for .NET. Provides complete encoding/decoding of the SOME/IP wire protocol, suitable for embedded systems and high-performance scenarios targeting net10.0.
Features
- Message header encode/decode: Full SOME/IP header handling with service/method/client/session/interface/message-type fields and protocol version negotiation.
- Event/notification codec: Encode and decode SOME/IP event and notification messages, including multicast routing.
- Service Discovery (SD): Complete SOME/IP-SD datagram codec supporting service entries, event entries, option arrays, and multicast configuration.
- SOME/IP-TP segmentation & reassembly: Wire-level support for SOME/IP TP (transport protocol) fragmentation and reassembly of large payloads over TCP/UDP.
- TCP stream framing: Stateful TCP connection handler with SOME/IP-TP framing, supporting both split and sequential message boundaries.
- Transport endpoints: IPv4 and IPv6 endpoint abstraction for unicast and multicast communication.
- Descriptor-driven IDL type_support: Serialization and deserialization of application types via wire descriptor–based
type_supportschema, enabling automatic codec generation. - Wire constants: Complete set of SOME/IP magic numbers, port ranges, version info, and configuration defaults.
License
Commercial/Proprietary. Licensed under LicenseRef-Commercial. © 2026 Dahlke Engineering GmbH.
Repository
| Product | Versions 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. |
-
net10.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SomeIp.Wire:
| Package | Downloads |
|---|---|
|
SomeIp.Runtime
SOME/IP runtime roles for .NET over a pluggable transport: request/response methods (client and server), pub/sub (publisher and subscriber), fields (getter/setter + notifier), Service Discovery client and server state machines, a typed IDL layer, and loopback plus real-socket transports. Builds on SomeIp.Wire. Part of the someipx SOME/IP stack. |
GitHub repositories
This package is not used by any popular GitHub repositories.