An open API service indexing awesome lists of open source software.

https://github.com/ericbf/mobilenodesimulations

A set of simulations of some wireless mobile networks with mobile nodes.
https://github.com/ericbf/mobilenodesimulations

Last synced: 12 months ago
JSON representation

A set of simulations of some wireless mobile networks with mobile nodes.

Awesome Lists containing this project

README

          

# Mobile Node Simulations

This repo contains some simulations of some wireless sensor networks with mobile nodes for repairing holes.

## Environment Setup

This project depends on [node](https://nodejs.org/en/). Once you have node installed, install project dependencies by running `npm i` in the project directory in a terminal.

## To Run

1. Run `npm run start`

## Development

The entrypoint for the project is the `src/index.ts` file. This is the file that gets run when you run `npm run start`. You can implement algorithms under the `src/algorithms` directory.