Skip to content

Instantly share code, notes, and snippets.

@khssnv
Last active August 15, 2018 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khssnv/391080b9fafb20bd67c35234db38cab9 to your computer and use it in GitHub Desktop.
Save khssnv/391080b9fafb20bd67c35234db38cab9 to your computer and use it in GitHub Desktop.

IPFS через mesh Wi-Fi

Установка

  1. cjdns https://github.com/cjdelisle/cjdns/blob/master/README_RU.md
  2. batctl and batman-avd https://www.open-mesh.org/projects/batman-adv/wiki/Quick-start-guide
  3. ipfs https://ipfs.io/docs/install/

Настройка

cjdns

  1. https://github.com/cjdelisle/cjdns/blob/master/README_RU.md#1-%D0%93%D0%B5%D0%BD%D0%B5%D1%80%D0%B8%D1%80%D1%83%D0%B5%D0%BC-%D0%BD%D0%BE%D0%B2%D1%8B%D0%B9-%D1%84%D0%B0%D0%B9%D0%BB-%D1%81-%D0%BD%D0%B0%D1%81%D1%82%D1%80%D0%BE%D0%B9%D0%BA%D0%B0%D0%BC%D0%B8

mesh Wi-Fi

  1. Отключите сетевой менеджер,
  2. $ sudo su
  3. # modprobe batman-adv #TODO

ipfs

  1. cd ~
  2. ipfs init

Запуск

mesh Wi-Fi

#TODO

cjdns

  1. cjdroute --genconf >> cjdroute.conf

ipfs

  1. $ ipfs daemon --enable-pubsub-experiment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment