/MobileNodeSimulations

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

Primary LanguageTypeScript

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. 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.