Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florianjacob/dsn-traveller
Travelling the Matrix network, for Science!
https://github.com/florianjacob/dsn-traveller
Last synced: 3 months ago
JSON representation
Travelling the Matrix network, for Science!
- Host: GitHub
- URL: https://github.com/florianjacob/dsn-traveller
- Owner: florianjacob
- License: agpl-3.0
- Created: 2018-06-27T16:37:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T16:08:00.000Z (about 5 years ago)
- Last Synced: 2024-08-02T12:49:35.297Z (6 months ago)
- Language: Rust
- Homepage: https://dsn-traveller.dsn.scc.kit.edu
- Size: 118 KB
- Stars: 14
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - florianjacob/dsn-traveller - Travelling the Matrix network, for Science! (others)
README
# DSN Traveller #
## Travelling the Matrix network, for Science! ##
The DSN Traveller travels the [Matrix](https://matrix.org/) network
under the name of @dsn-traveller:dsn-traveller.dsn.scc.kit.edu and writes a travel report of what it saw. 📝[More information](https://dsn-traveller.dsn.scc.kit.edu/)
## Requirements ##
This depends on rust nightly due to async-await, I use it with rust nightly 2019-04-11.If you use NixOS, the provided `shell.nix` contains everything you need, which you can
[automatically load](https://nixos.wiki/wiki/Development_environment_with_nix-shell) via:
```
direnv allow .
```