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.
- Host: GitHub
- URL: https://github.com/ericbf/mobilenodesimulations
- Owner: ericbf
- Created: 2019-11-28T01:01:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T19:50:16.000Z (over 6 years ago)
- Last Synced: 2025-03-29T03:23:09.061Z (about 1 year ago)
- Language: TypeScript
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.