p2psim is a p2p network simulator.
run this program by specifying the config file as an argument:
$ p2psim config.toml you can take a look at how this config file may look by looking at example.toml.
using the "help" command at the repl will show help for all available commmands.
$ cabal run p2psim.cabal -- your_config.tomlthis will install the application as a binary named "p2psim" inside your cabal directory.
$ cabal install