loopix-messaging

command module
v0.0.0-...-f65740e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2018 License: Apache-2.0 Imports: 10 Imported by: 0

README

Anonymous messaging using mix networks

This is an experimental implementation of an anonymous messaging system based on Ania Piotrowska's PhD research.

Note that this is not an officially supported DeepMind product.

Setup

To build and test the code you need:

  • Go 1.9 or later

Before running or testing the code run:

govendor install +local
govendor test +local

To perform the unit tests run:

go test ./...

Before first fresh run of the system run:

bash clean.sh

This removes all log files and database

Usage

To run the network, i.e., mixnodes and providers run

bash run_network.sh

This spins up 3 mixnodes and 1 provider

To simulate the clients run

bash run_clients.sh

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package node implements the core functions for a mix node, which allow to process the received cryptographic packets.
Package node implements the core functions for a mix node, which allow to process the received cryptographic packets.
Package server implements the mix server.
Package server implements the mix server.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL