Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erictapen/a-single-like
Visualization of the traffic flow, caused by a single like.
https://github.com/erictapen/a-single-like
Last synced: about 1 month ago
JSON representation
Visualization of the traffic flow, caused by a single like.
- Host: GitHub
- URL: https://github.com/erictapen/a-single-like
- Owner: erictapen
- Created: 2019-07-12T16:24:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T15:33:02.000Z (4 months ago)
- Last Synced: 2024-09-14T06:30:30.566Z (4 months ago)
- Language: Rust
- Size: 643 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A single like
Ein Poster, dass den Datenfluss eines einzelnen Likes darstellt.
![](preview.jpeg)
In hoher Auflösung kann das Plakat in der Datei `plakat_final.pdf` betrachtet werden.
## Building
Benötigt werden `cargo`, `rustc`, `wireshark` und `inkscape`. [Nix](https://nixos.org/nix)-User können mit `nix-shell` bequem alle Dependencies temporär installieren.
Zum generieren des Plakates dann
```
cargo build
./target/debug/plakat
```ausführen. Das Ergebnis liegt dann in template.svg (in diesem Fall natürlich ohne die meisten Diagramme, weil die Rohdaten nicht im Repo liegen).