https://github.com/ericbf/sensor-simulator
Simulation of various sensor protocols to show improvements of some over others.
https://github.com/ericbf/sensor-simulator
Last synced: about 1 year ago
JSON representation
Simulation of various sensor protocols to show improvements of some over others.
- Host: GitHub
- URL: https://github.com/ericbf/sensor-simulator
- Owner: ericbf
- Created: 2016-11-11T04:48:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T09:37:53.000Z (over 9 years ago)
- Last Synced: 2025-02-03T13:15:36.348Z (over 1 year ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Sensor Simulator
Dependencies
The only dependency you'll have to install yourself is [node](https://nodejs.org/en/download/).
I highly recommend that you use [atom](https://atom.io) as your editor, along with the `atom-typescript` and `linter-tslint` packages.
I also recommend [SourceTree](https://www.sourcetreeapp.com) as your GUI for git and managing the repository.
Build and Run
Before you can run the project for the first time, go into the project root directory in your preferred command-line interface and run `npm run -s setup`.
After that, you only need to run `npm run -s run` to build and run the application each time.
Making Changes
Changes should be made to the typescript files in the `src` directory. Any files under `build` or any other directory are not tracked by git and should not be changed.
Once your changes are made, create a [pull request](https://github.com/erkalicious/sensor-simulator/compare) and the rest of us will review it and merge it :).