aboutsummaryrefslogtreecommitdiff
path: root/net/yggdrasil
Commit message (Collapse)AuthorAge
* yggdrasil: fix startup and generate nodeInfo infoWilliam Fleurant2019-03-23
| | | | | | | | | - init: fix no start - defaults: apply ubus system board info to nodeInfo - defaults: fix missing yggdrasil interface - defaults: call uci commit Signed-off-by: William Fleurant <william@netblazr.com>
* yggdrasil: use Golang buildroot appropriately, actually fix #8457Deng Qingfang2019-03-21
| | | | | | | This supersedes #8465 No longer needs FPU emulator now Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* yggdrasil: remove pkgarch, cleanup space with tabsWilliam Fleurant2019-03-20
| | | | Signed-off-by: William Fleurant <william@netblazr.com>
* routing-yggdrasil: add packagePaul Spooren2019-03-19
Yggdrasil builds end-to-end encrypted networks with IPv6. Beyond the similarities with cjdns is a different routing algorithm. This globally-agreed spanning tree uses greedy routing in a metric space. Back-pressure routing techniques allow advanced link aggregation bonding on per-stream basis. In turn, a single stream will span across multiple network interfaces simultaneously with much greater throughput. Authored by: William Fleurant <meshnet@protonmail.com> Signed-off-by: Paul Spooren <mail@aparcar.org>