Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cry0ice/yggdrasil-peers-tester
Find the lowest latency Yggdrasil peer
https://github.com/cry0ice/yggdrasil-peers-tester
go golang mesh-networks peer yggdrasil yggdrasil-network
Last synced: about 2 months ago
JSON representation
Find the lowest latency Yggdrasil peer
- Host: GitHub
- URL: https://github.com/cry0ice/yggdrasil-peers-tester
- Owner: cry0ice
- Created: 2024-11-02T14:48:08.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T14:51:42.000Z (2 months ago)
- Last Synced: 2024-11-02T15:22:03.123Z (2 months ago)
- Topics: go, golang, mesh-networks, peer, yggdrasil, yggdrasil-network
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yggdrasil-peers-tester
Find the lowest latency Yggdrasil peer.
Fetch [peers information](https://publicpeers.neilalexander.dev/), test latency, finally output to CSV file. **Just simple.**
## Download
Download it from [here](https://github.com/cry0ice/yggdrasil-peers-tester/releases).
## Usage
Execute this command:
```bash
yggdrasil-peers-tester # output CSV to result.csv
```You read that right, it’s that simple.
For more options, execute it:
```bash
yggdrasil-peers-tester -help
```## License
[MIT License](LICENSE.md)