Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ffittschen authored Feb 1, 2017
1 parent 012e16e commit 6bcbc0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Assuming you have downloaded and installed Mote Runner, there are only a few mor
3. Run `mrsh` to start the Mote Runner Shell
4. Inside the Mote Runner Shell, call `install.mrsh`

The `install.mrsh` script will build the assemblies, create motes, load all necessary assemblies onto the motes and run the simulation. You can then navigate to [http://localhost:5000/dashboard/dashboard.html] in you browser, to observe the LEDs or to take a look at the log messages in the console.
The `install.mrsh` script will build the assemblies, create motes, load all necessary assemblies onto the motes and run the simulation. You can then navigate to [http://localhost:5000/dashboard/dashboard.html]() in you browser, to observe the LEDs or to take a look at the log messages in the console.

## Design decisions
Since we only worked with the simulator and therefore did not have any real sensors, I somehow had to simulate temperature changes, so that calculating an average and making differently colored LEDs blink according to that average makes sense.

To do so, I used the feeder API, which will generate random numbers in a reasonable range and feed them into the `MTS400_HUMID_TEMP` sensor device.
To do so, I used the feeder API, which will generate random numbers in a reasonable range and feed them into the `MTS400_HUMID_TEMP` sensor device.

0 comments on commit 6bcbc0b

Please sign in to comment.