Skip to content

Small Yggdrasil network crawler with CLI, written in Python3

License

Notifications You must be signed in to change notification settings

HOGGL/yggdrasil-crawler-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yggdrasil-crawler-python

Small Yggdrasil network crawler with CLI, written in Python3

Based on this script

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.

About

Small Yggdrasil network crawler with CLI, written in Python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 99.3%
  • Dockerfile 0.7%