AetherNet.Storage
2.4.1
dotnet add package AetherNet.Storage --version 2.4.1
NuGet\Install-Package AetherNet.Storage -Version 2.4.1
<PackageReference Include="AetherNet.Storage" Version="2.4.1" />
<PackageVersion Include="AetherNet.Storage" Version="2.4.1" />
<PackageReference Include="AetherNet.Storage" />
paket add AetherNet.Storage --version 2.4.1
#r "nuget: AetherNet.Storage, 2.4.1"
#:package AetherNet.Storage@2.4.1
#addin nuget:?package=AetherNet.Storage&version=2.4.1
#tool nuget:?package=AetherNet.Storage&version=2.4.1
AetherNet.Storage
Pluggable key-value storage abstraction (in-memory, filesystem, encrypted-at-rest), with KeyValue-backed adapters for DtnBundleStore, MessageStore, RouteStore, PreKeyStore, SignalSessionStore. Encrypted-at-rest wraps any store with AES-GCM envelope encryption.
dotnet add package AetherNet.Storage
using AetherNet.Storage;
// Pick a backend
IKeyValueStore kv = new FileSystemKeyValueStore(rootPath: "./aether-state");
// Wrap with at-rest encryption
var keyProvider = new DerivedDataAtRestKeyProvider(deviceMasterKey);
IKeyValueStore encrypted = new EncryptedKeyValueStore(kv, keyProvider);
// Use as the backing store for any AetherNet adapter
var routeStore = new KeyValueRouteStore(encrypted);
See protocol-spec
for the wire format, and formal/
for the machine-checked Petri net models that prove the safety and liveness
properties of every layer this package touches.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. 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
- AetherNet.Core (>= 2.4.1)
- AetherNet.Messaging (>= 2.4.1)
- AetherNet.Security (>= 2.4.1)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.2)
-
net9.0
- AetherNet.Core (>= 2.4.1)
- AetherNet.Messaging (>= 2.4.1)
- AetherNet.Security (>= 2.4.1)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AetherNet.Storage:
| Package | Downloads |
|---|---|
|
AetherNet.DependencyInjection
One-call DI registration and health checks for the Aether mesh networking protocol stack. Hosts call services.AddAetherNetProtocol(...) to wire routing, DTN, Signal Protocol, and messaging — opt-in per capability. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.4.1 | 0 | 7/4/2026 |
| 2.4.0 | 0 | 7/4/2026 |
| 2.3.0 | 35 | 7/3/2026 |
| 2.2.0 | 65 | 7/2/2026 |
| 2.1.0 | 91 | 7/1/2026 |
| 2.0.0 | 140 | 6/27/2026 |
| 1.8.0 | 120 | 6/14/2026 |
| 1.7.0 | 118 | 6/13/2026 |
| 1.6.2 | 127 | 6/10/2026 |
| 1.6.1 | 126 | 6/10/2026 |
| 1.6.0 | 117 | 6/10/2026 |
| 1.5.0 | 121 | 6/9/2026 |
| 1.4.0 | 112 | 6/9/2026 |
| 1.3.0 | 125 | 6/9/2026 |
| 1.2.0 | 126 | 6/8/2026 |
| 1.1.0 | 134 | 6/6/2026 |