Skip to content

denisjuergen/network-collisions

Repository files navigation

Network collision mapper

Provides facilities to track, optimize networks of nodes and check for collisions between them.

Requisites

  • Elixir
  • Erlang
  • Phoenix Framework

Installation instructions

Install Elixir, Erlang and Phoenix following the instructions from this page.

Build

To be able to run tests and the embedded web server, first download the application dependencies

mix deps.get

Running tests

Simply run the following command from a terminal

mix test

Starting the REST API

The API starts at localhost:4000, by default; make sure that host and port combination is available

mix phoenix.server

Generating random network node pairs file

mix networks_file.generate --help

Feeding network node pairs file into the Rest API

mix networks_file.feed --help

Rest API documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published