RiV-chain/RiV-mesh

 

RiV-chain/RiV-mesh

By the device 
GitHub
3 min
January 21, 2023

RiV-mesh first self arranging mesh network with link aggregation.

Why fork?

RiV-mesh is fork of Yggdrasil which is great project. Yggdrasil uses a custom admin TCP protocol istead of REST. Second reason: Yggdrasil uses deprecated 200::/7 IPv6 address pool which can be assigned for some network in future, unlike this fc00::/7 is safe and has been taken for RiV-mesh. So far RiV-mesh can be easy switched to Yggdrasil network address space with NetworkDomain.Prefix 2 in mesh.conf configuration file.

Introduction

RiV-mesh is an implementation of a fully end-to-end encrypted IPv6 network, created in the scope to produce the Transport Layer for RiV Chain Blockchain, also to facilitate secure conectivity between a wide spectrum of endpoint devices like IoT devices, desktop computers or even routers. It is lightweight, self-arranging, supported on multiple platforms and allows pretty much any IPv6-capable application to communicate securely with other RiV-mesh nodes. RiV-mesh does not require you to have IPv6 Internet connectivity - it also works over IPv4.

Supported Platforms

RiV-mesh works on a number of platforms, including Linux, macOS, Ubiquiti EdgeRouter, VyOS, Windows, FreeBSD, OpenBSD and OpenWrt.

Please see our Installation page for more information. You may also find other platform-specific wrappers, scripts or tools in the contrib folder.

Building

If you want to build from source, as opposed to installing one of the pre-built packages:

  1. Install Go (requires Go 1.18 or later)
  2. Clone this repository
  3. Run ./build

Note that you can cross-compile for other platforms and architectures by specifying the GOOS and GOARCH environment variables, e.g. GOOS=windows ./build or GOOS=linux GOARCH=mipsle ./build.

Other OS packages can be built in this repo: https://github.com/RiV-chain/RiV-mesh-builds.

Running

Generate configuration

To generate static configuration, either generate a HJSON file (human-friendly, complete with comments):

./mesh -genconf > /path/to/mesh.conf

... or generate a plain JSON file (which is easy to manipulate programmatically):

./mesh -genconf -json > /path/to/mesh.conf

You will need to edit the mesh.conf file to add or remove peers, modify other configuration such as listen addresses or multicast addresses, etc.

Run RiV-mesh

To run with the generated static configuration:

./mesh -useconffile /path/to/mesh.conf

To run in auto-configuration mode (which will use sane defaults and random keys at each startup, instead of using a static configuration file):

./mesh -autoconf

You will likely need to run RiV-mesh as a privileged user or under sudo, unless you have permission to create TUN/TAP adapters. On Linux this can be done by giving the RiV-mesh binary the CAP_NET_ADMIN capability.

Documentation

Documentation is available on our website.

Community

Feel free to join us on our Telegram channel.

Public peers

If you are operating RiV-mesh peer and may create your pool request with your new per or use existing one https://github.com/RiV-chain/public-peers

Known issues

1. Log message:

An error occurred starting multicast: listen udp6 [::]:9001: socket: address family not supported by protocol

and

An error occurred starting TUN/TAP: operation not supported

Caused by:

The device has no IPv6 support

2. Log message:

An error occurred starting TUN/TAP: permission denied

Caused by:

IPv6 support is not enabled. See the solution: yggdrasil-network#479 (comment)

3. Mesh infinite output in log:

Connected SCTP ...

Disconnected SCTP ...

Caused by:

Docker interface docker0 is conflicting with SCTP bind process. The issue can be resolved by removing docker.

License

This code is released under the terms of the LGPLv3, but with an added exception that was shamelessly taken from godeb. Under certain circumstances, this exception permits distribution of binaries that are (statically or dynamically) linked with this code, without requiring the distribution of Minimal Corresponding Source or Minimal Application Code. For more details, see: LICENSE.


РиВ-ланцюг/РиВ-сітка

За апаратом 
GitHub
хв
21 січня 2023 р

RiV-mesh перша самоорганізована сітчаста мережа з агрегацією посилань.

Чому вилка?

RiV-mesh є розгалуженням Yggdrasil, який є чудовим проектом. Yggdrasil використовує налаштований адміністраторський протокол TCP замість REST. Друга причина: Yggdrasil використовує застарілий пул адрес 200::/7 IPv6, який можна буде призначити для певної мережі в майбутньому, на відміну від цього, fc00::/7 безпечний і прийнятий для RiV-mesh. Поки що RiV-mesh можна легко переключити на мережевий адресний простір Yggdrasil за допомогою NetworkDomain.Prefix 2 у файлі конфігурації mesh.conf.

вступ

RiV-mesh — це реалізація повністю наскрізної зашифрованої мережі IPv6, створеної для створення транспортного рівня для блокчейну ланцюга RiV, а також для сприяння безпечному з’єднанню між широким спектром кінцевих пристроїв, таких як пристрої IoT, настільні комп’ютери або навіть маршрутизатори. Він легкий, самоорганізований, підтримується на багатьох платформах і дозволяє майже будь-якій програмі, що підтримує IPv6, безпечно спілкуватися з іншими вузлами RiV-mesh. RiV-mesh не вимагає підключення до Інтернету IPv6 - він також працює через IPv4.

Підтримувані платформи

RiV-mesh працює на кількох платформах, включаючи Linux, macOS, Ubiquiti EdgeRouter, VyOS, Windows, FreeBSD, OpenBSD і OpenWrt.

Для отримання додаткової інформації перегляньте нашу сторінку встановлення . Ви також можете знайти в contribпапці інші обгортки, сценарії або інструменти для певної платформи.

будівля

Якщо ви хочете створити з вихідного коду, а не встановити один із попередньо зібраних пакетів:

  1. Встановіть Go (потрібна Go 1.18 або новіша версія)
  2. Клонуйте це сховище
  3. бігти./build

Зверніть увагу, що ви можете крос-компілювати для інших платформ і архітектур, вказавши змінні середовища GOOSі , наприклад або .GOARCHGOOS=windows ./buildGOOS=linux GOARCH=mipsle ./build

Інші пакети ОС можна створити в цьому репо: https://github.com/RiV-chain/RiV-mesh-builds .

Біг

Згенерувати конфігурацію

Щоб згенерувати статичну конфігурацію, згенеруйте файл HJSON (зручний для людини, разом із коментарями):

./mesh -genconf > /path/to/mesh.conf

... або згенеруйте звичайний файл JSON (з яким легко працювати програмно):

./mesh -genconf -json > /path/to/mesh.conf

Вам потрібно буде відредагувати mesh.confфайл, щоб додати або видалити однорангові вузли, змінити іншу конфігурацію, наприклад адреси прослуховування або адреси групової передачі тощо.

Запустіть RiV-mesh

Щоб запустити зі згенерованою статичною конфігурацією:

./mesh -useconffile /path/to/mesh.conf

Для запуску в режимі автоматичної конфігурації (який використовуватиме розумні параметри за замовчуванням і випадкові ключі під час кожного запуску замість використання статичного файлу конфігурації):

./mesh -autoconf

Ймовірно, вам потрібно буде запустити RiV-mesh як привілейований користувач або під sudo, якщо у вас немає дозволу на створення адаптерів TUN/TAP. У Linux це можна зробити, надавши можливість двійковому файлу RiV-mesh CAP_NET_ADMIN.

Документація

Документація доступна на нашому сайті .

Спільнота

Не соромтеся приєднуватися до нас на нашому каналі Telegram .

Публічні колеги

Якщо ви керуєте вузлом RiV-mesh і можете створити свій запит пулу за допомогою нового per або використати наявний https://github.com/RiV-chain/public-peers

Відомі проблеми

1. Повідомлення журналу:

An error occurred starting multicast: listen udp6 [::]:9001: socket: address family not supported by protocol

і

An error occurred starting TUN/TAP: operation not supported

Спричинений:

Пристрій не підтримує IPv6

2. Повідомлення журналу:

An error occurred starting TUN/TAP: permission denied

Спричинений:

Підтримка IPv6 не ввімкнена. Дивіться рішення: yggdrasil-network#479 (коментар)

3. Нескінченний висновок Mesh у журналі:

Підключено SCTP...

Відключено SCTP...

Спричинений:

Інтерфейс Docker docker0 конфліктує з процесом зв’язування SCTP. Проблему можна вирішити, видаливши докер.

Ліцензія

Цей код випущено згідно з умовами LGPLv3, але з додатковим винятком, який безсоромно взято з godeb . За певних обставин цей виняток дозволяє розповсюджувати двійкові файли, які (статично чи динамічно) пов’язані з цим кодом, не вимагаючи розповсюдження мінімального відповідного вихідного або мінімального програмного коду. Для отримання додаткової інформації див.: ЛІЦЕНЗІЯ .

Просмотры:

Коментарі

Популярні публікації