https://github.com/wafflecomposite/yggdrasil-crawler-python
Small Yggdrasil network crawler with CLI, written in Python3
https://github.com/wafflecomposite/yggdrasil-crawler-python
crawler mesh-networks no-dependencies python python3 yggdrasil yggdrasil-api yggdrasil-network
Last synced: 7 months ago
JSON representation
Small Yggdrasil network crawler with CLI, written in Python3
- Host: GitHub
- URL: https://github.com/wafflecomposite/yggdrasil-crawler-python
- Owner: wafflecomposite
- License: gpl-3.0
- Created: 2020-02-28T11:40:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-25T10:49:30.000Z (over 5 years ago)
- Last Synced: 2025-03-17T08:21:30.175Z (over 1 year ago)
- Topics: crawler, mesh-networks, no-dependencies, python, python3, yggdrasil, yggdrasil-api, yggdrasil-network
- Language: Python
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yggdrasil-crawler-python
Small Yggdrasil network crawler with CLI, written in Python3
Based on [this script](https://github.com/Arceliar/yggdrasil-map/blob/master/scripts/crawl-dht.py)
This tool uses DHTPing in Yggdrasil Admin API to crawl through network, and then collecting NodeInfo on every available node found.
It's assumed that Admin API is available on default config sockets, like ('localhost', 9001) on Windows or "/var/run/yggdrasil.sock" on Linux. If it isn't the case, you have to change API address in yggdrasil_crawler.py. If you get 'Permission denied' on Linux, you probably should use 'sudo' to reach the socket.
crawlerctl.py is command line interface for yggdrasil_crawler.py.