Go to file
Quentin 81e2b12273 Create binaries 2020-01-28 10:05:16 +01:00
r Better logs + other stuff 2020-01-23 10:48:36 +01:00
scripts Better parsing 2020-01-24 13:34:59 +00:00
src Parameterize dcall 2020-01-28 08:47:47 +01:00
.dockerignore Fix makefile and dockerignore 2019-11-02 18:03:04 +00:00
.gitignore Add some CSV 2019-09-17 01:41:47 +02:00
CMakeLists.txt Create binaries 2020-01-28 10:05:16 +01:00
Dockerfile Create binaries 2020-01-28 10:05:16 +01:00
README.md Create binaries 2020-01-28 10:05:16 +01:00
README.more.md Create binaries 2020-01-28 10:05:16 +01:00
create_binaries.sh Create binaries 2020-01-28 10:05:16 +01:00
linphone.dockerfile Linphone in Docker (but no mic+webcam) 2019-05-29 10:24:11 +02:00
torrc_guard_1 Add different configurations 2019-09-02 14:53:48 +02:00
torrc_guard_2 Better logs + other stuff 2020-01-23 10:48:36 +01:00
torrc_guard_3 Add different configurations 2019-09-02 14:53:48 +02:00
torrc_guard_4 Add different configurations 2019-09-02 14:53:48 +02:00
torrc_guard_5 Add different configurations 2019-09-02 14:53:48 +02:00
torrc_guard_6 Add different configurations 2019-09-02 14:53:48 +02:00
torrc_guard_7 Add different configurations 2019-09-02 14:53:48 +02:00
torrc_guard_8 Add different configurations 2019-09-02 14:53:48 +02:00
torrc_guard_12 Add torrc guard 12 2019-11-02 19:13:59 +01:00
torrc_guard_16 Try with 16 links 2019-11-03 11:26:34 +00:00
torrc_simple Better logs + other stuff 2020-01-23 10:48:36 +01:00
torrc_single_hop Add feature to create single hop circuits 2019-09-04 16:40:02 +02:00
torrc_single_hop_12 Prepare for the battle! 2019-11-02 19:17:40 +01:00
torrc_single_hop_16 Try with 16 links 2019-11-03 11:26:34 +00:00

README.md

DONAR

1) Runtime dependencies

On Fedora:

sudo dnf install -y \
  glib2 \
  gstreamer1.0 \
  libevent \
  zlib \
  openssl \
  libzstd \
  xz-libs

On Ubuntu:

sudo apt-get install -y \
  libglib2.0-0 \
  gstreamer1.0 \
  libevent \
  zlib \
  libssl1.1 \
  zstd \
  liblzma5

2) Obtain binaries

3) Run them