https://github.com/wvengen/netswarm-simulator
Browser-based Arduino simulator for NetSwarm
https://github.com/wvengen/netswarm-simulator
arduino js simulator swarm
Last synced: 23 days ago
JSON representation
Browser-based Arduino simulator for NetSwarm
- Host: GitHub
- URL: https://github.com/wvengen/netswarm-simulator
- Owner: wvengen
- License: other
- Created: 2016-09-19T15:18:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T22:51:15.000Z (over 8 years ago)
- Last Synced: 2025-03-24T11:38:18.112Z (about 1 month ago)
- Topics: arduino, js, simulator, swarm
- Language: JavaScript
- Homepage: https://wvengen.github.io/netswarm-simulator/
- Size: 615 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
NetSwarm simulator
==================The real fun with [NetSwarm](https://github.com/wvengen/netswarm-arduino) starts when
multiple nodes begin to act on each other. This simulator gives some visual examples of
how it works, and helps running a NetSwarm network without needing the hardware.**This isn't fully finished yet. Enjoy a basic Arduino simulator, help out to finish it, or come back later.**
Visit the [online Arduino simulator](https://wvengen.github.io/netswarm-simulator).

Development
-----------Start the webserver
```sh
$ npm install
$ npm start
```and open http://localhost:8080/
Deployment
----------Build the document root
```sh
$ npm run build
```and copy the files in `build/` to the webserver.
License
-------GPL version 3 or later, please see [LICENSE](LICENSE.md) for the full text.