From 7c17b56c1b0709c00f2293b07cc8fce25fce1782 Mon Sep 17 00:00:00 2001 From: Kevin R Date: Sat, 13 Mar 2021 22:19:44 +0100 Subject: [PATCH] Update drasyl.nuspec --- drasyl.nuspec | 58 +++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 30 deletions(-) diff --git a/drasyl.nuspec b/drasyl.nuspec index 0471e2b..e6204e5 100644 --- a/drasyl.nuspec +++ b/drasyl.nuspec @@ -18,44 +18,42 @@ https://github.com/drasyl-overlay/drasyl/issues drasyl overlay-network p2p general-purpose overlay network framework for rapid development of distributed P2P applications - - # drasyl + +drasyl is a general-purpose overlay network framework for rapid development of distributed P2P +applications. - drasyl is a general-purpose overlay network framework for rapid development of distributed P2P - applications. +By using drasyl developers can fully concentrate on creating distributed applications. With drasyl, +boundaries between IP-based networks will be eliminated and secure communication channels between +any peers will be provided. Zero-configuration is required to use drasyl. Developers can run a new +drasyl node without having to write configuration files or provide IP addresses of peers. - By using drasyl developers can fully concentrate on creating distributed applications. With drasyl, - boundaries between IP-based networks will be eliminated and secure communication channels between - any peers will be provided. Zero-configuration is required to use drasyl. Developers can run a new - drasyl node without having to write configuration files or provide IP addresses of peers. +![drasyl architecture](https://docs.drasyl.org/master/assets/img/drasyl-architecture.png) - ![drasyl architecture](https://docs.drasyl.org/master/assets/img/drasyl-architecture.png) +## Features - # Features +- Provides Communication Channels between any two Nodes (on the Internet). +- Automatic Discovery of Peers running within same Process, Computer, LAN, or the Internet. +- Automatic Handover to most local Communication Channel. +- Overcomes Network Barriers (Statefull Firewalls, NATs). +- UDP Hole Punching. +- Port Mapping (UPnP-IGD, NAT-PMP, PCP). +- Reacts to Network Changes. +- Asynchronous and Event-Driven. +- Lightweight. +- Extensible. - * Provides Communication Channels between any two Nodes (on the Internet). - * Automatic Discovery of Peers running within same Process, Computer, LAN, or the Internet. - * Automatic Handover to most local Communication Channel. - * Overcomes Network Barriers (Statefull Firewalls, NATs). - * UDP Hole Punching. - * Port Mapping (UPnP-IGD, NAT-PMP, PCP). - * Reacts to Network Changes. - * Asynchronous and Event-Driven. - * Lightweight. - * Extensible. +## Usage and Documentation - # Usage and Documentation +- [Getting Started](https://docs.drasyl.org/getting-started/) +- [Configuration](https://docs.drasyl.org/configuration/) +- [JavaDoc](https://www.javadoc.io/doc/org.drasyl/drasyl-core/latest/index.html) +- [Command Line Interface](https://docs.drasyl.org/cli/) +- [Chat](https://gitter.im/drasyl-overlay/drasyl) - * [Getting Started](https://docs.drasyl.org/getting-started/) - * [Configuration](https://docs.drasyl.org/configuration/) - * [JavaDoc](https://www.javadoc.io/doc/org.drasyl/drasyl-core/latest/index.html) - * [Command Line Interface](https://docs.drasyl.org/cli/) - * [Chat](https://gitter.im/drasyl-overlay/drasyl) +## License - # License - - This is free software under the terms of the [GNU Lesser General Public License v3.0](LICENSE) - +This is free software under the terms of the [GNU Lesser General Public License v3.0](LICENSE) + None