This repo contains some simulations of some wireless sensor networks with mobile nodes for repairing holes.
This project depends on node. Once you have node installed, install project dependencies by running npm i
in the project directory in a terminal.
- Run
npm run start
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.