LUNS.Library
1.0.7
dotnet add package LUNS.Library --version 1.0.7
NuGet\Install-Package LUNS.Library -Version 1.0.7
<PackageReference Include="LUNS.Library" Version="1.0.7" />
paket add LUNS.Library --version 1.0.7
#r "nuget: LUNS.Library, 1.0.7"
// Install LUNS.Library as a Cake Addin #addin nuget:?package=LUNS.Library&version=1.0.7 // Install LUNS.Library as a Cake Tool #tool nuget:?package=LUNS.Library&version=1.0.7
LUNS.Library - Local UDP Network Simulation
The LUNS.Library package provides the core functionality to create simulated UDP networks for testing purpose.
Purpose
You are developing a decentralized, distributed software or system which exchanges data via UDP and you want to automate testing with a large number of nodes? LUNS is the tool which helps you make it possible.
LUNS provides a network simulation for UDP traffic, including:
- Explicity route definition: which node can send data to which other node(s).
- Routing of unicast and multicast packets.
- Route quality settings: Define bitrate, packet loss rate and bit error rate for each route individually.
- Separation of applications and multicast endpoints: Keep them packets logically seperated.
- Custom port assignment: You are in control which listen ports are used.
- Lightweight: No special network configuration is required. LUNS runs all traffic on the localhost adresses.
- Transparency: Localhost traffic can be observed, e.g. using Wireshark.
- Scalability: Support for up to 254 multicast groups and 240 nodes.
LUNS helps developers write automated test routines in scenarios where several applications communicate with each other in a distributed network of nodes.
Getting Started
A Demo project will be available soon.
Roadmap
- The LUNS Library will undergo its first real-world testing phase until end of 2023.
- Source repository and ways of contributing will be made available in 2024.
License
Copyright © Andreas Helbling
Distributed under the MIT License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.8
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.