From 8e1cbd8f7bd5deb3310be4f4f65f7aa6ea9a9beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 21 Nov 2022 20:11:12 +0100 Subject: created utils/bencoding.c, fixed bencoding (for now decode only). TODO: fuzz --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bfa6215..db218ef 100644 --- a/README.md +++ b/README.md @@ -12,23 +12,4 @@ travnik implements BEP-3 (bencoding), BEP-5 (DHT) and BEP-9 (metadata exchange) ## installation -debian and derivatives users add my package repository (prog.sijanec.eu)[https://prog.sijanec.eu] and `apt install travnik`. - other users compile from source with `make`. - -## usage - -debian users get a systemd service installed and can start `travnik` with `service travnik start`. logs are written to the default log (`journalctl -xe` or `service travnik status`). `travnik` is started as the user `nobody`. - -other users can execute `./travnik`; the command hangs and reports logs to `stderr`. it's important to start `travnik` as a user with the least amount of priviledges, `nobody` for example. - -`travnik` then starts crawling and opens up a web interface on port 8728, open [http://localhost:8728](http://localhost:8728) for searching and exporting the database. 8782 can be remembered by picturing letters TRAV on a mobile phone keyboard. - -## prebuilt binaries - -... are available for my CI/CD server. check the badge below if the latest release was built successfully. - -[![Build Status](https://jenkins.sijanec.eu/job/sear.c/badge/icon)](https://jenkins.sijanec.eu/job/travnik/) - -* `amd64`: [https://cargova.sijanec.eu/prog/travnik/](https://of.sijanec.eu/prog/travnik/) -* `arm64`: [https://of.sijanec.eu/prog/travnik/](https://of.sijanec.eu/prog/travnik/) -- cgit v1.2.3