Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoreeq committed Nov 2, 2020
1 parent 8c038be commit bd81874
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,29 @@

Popura, an alternative Yggdrasil network client

Popura uses the same Yggdrasil core API internally, but adds some useful and
*Yggdrasil Network* is a peer-to-peer IPv6 network with link-local peer discovery,
automatic end-to-end encryption, distributed IP address allocation, and DHT-based routing information exchange.

Popura uses the same Yggdrasil core API internally, but adds some useful
experimental features which the original client lacks.

## Building
By default, it works just like the original yggdrasil client, all features must be enabled manually.
Popura adds new command line flags and config file sections to control those features.

## Features

- [Autopeering](https://github.com/popura-network/Popura/wiki/Autopeering) over the Internet
- Built-in decentralized DNS system [meshname](https://github.com/popura-network/Popura/wiki/Meshname)
- Automatically connects every LAN device to the Yggdrasil Network by sending [Router Advertisements](https://github.com/popura-network/Popura/wiki/Router-Advertisement)

## Installing

- [Debian](https://github.com/popura-network/popura-debian-repo)
- [Arch Linux](https://aur.archlinux.org/packages/popura-git/)
- [OpenWRT](https://github.com/popura-network/hypermodem-packages)
- [Windows](https://github.com/popura-network/Popura/releases)

## Building from source

1. Install Go
2. Clone this repository
Expand All @@ -15,6 +34,8 @@ experimental features which the original client lacks.

[Wiki](https://github.com/popura-network/Popura/wiki)

[Blog](https://popura-network.github.io)

[Telegram channel](https://t.me/PopuraChan)

[Yggdrasil documentation](https://yggdrasil-network.github.io/)

0 comments on commit bd81874

Please sign in to comment.