![]() |
VOOZH | about |
dotnet add package Nethermind.Multiformats.Address --version 1.1.10
NuGet\Install-Package Nethermind.Multiformats.Address -Version 1.1.10
<PackageReference Include="Nethermind.Multiformats.Address" Version="1.1.10" />
<PackageVersion Include="Nethermind.Multiformats.Address" Version="1.1.10" />Directory.Packages.props
<PackageReference Include="Nethermind.Multiformats.Address" />Project file
paket add Nethermind.Multiformats.Address --version 1.1.10
#r "nuget: Nethermind.Multiformats.Address, 1.1.10"
#:package Nethermind.Multiformats.Address@1.1.10
#addin nuget:?package=Nethermind.Multiformats.Address&version=1.1.10Install as a Cake Addin
#tool nuget:?package=Nethermind.Multiformats.Address&version=1.1.10Install as a Cake Tool
👁 Nethermind.Multiformats.Address
Multiaddr implementation in C#.
PM> Install-Package Multiformats.Address
dotnet add package Multiformats.Address
var ma = Multiaddress.Decode("/ip4/127.0.0.1/udp/1234");
var addresses = ma.Split();
var joined = Multiaddress.Join(addresses);
var tcp = ma.Protocols.Get<TCP>();
There's some extension methods included that let's you create multiaddresses of IPEndPoints, and create IPEndPoints from multiaddresses. Some let's you create sockets directly from IP4/IP6, TCP/UDP multiaddresses.
var socket = ma.CreateSocket();
var localEndPoint = socket.GetLocalMultiaddress();
var remoteEndPoint = socket.GetRemoteMultiaddress();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 1 NuGet packages that depend on Nethermind.Multiformats.Address:
| Package | Downloads |
|---|---|
|
Nethermind.Libp2p.Core
A libp2p implementation for .NET |
Showing the top 1 popular GitHub repositories that depend on Nethermind.Multiformats.Address:
| Repository | Stars |
|---|---|
|
NethermindEth/dotnet-libp2p
A libp2p implementation for .NET in C#.
|