https://github.com/resourcepool/save-lora
An IoT Rescue Game for Developers
https://github.com/resourcepool/save-lora
Last synced: about 1 year ago
JSON representation
An IoT Rescue Game for Developers
- Host: GitHub
- URL: https://github.com/resourcepool/save-lora
- Owner: resourcepool
- Created: 2019-03-15T07:39:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:30:08.000Z (over 3 years ago)
- Last Synced: 2024-05-29T19:02:49.430Z (about 2 years ago)
- Language: JavaScript
- Size: 2.09 MB
- Stars: 4
- Watchers: 8
- Forks: 4
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Save-LoRa
Welcome to the handson workshop **Save-LoRa**.
Before you get to the workshop, please follow the following guidelines.
## Requirements
* Compatible with Windows 8+ / Mac OSX / Linux
* 1 USB Port available
* Internet connection
* Requires [Node 10+](https://nodejs.org/en/download/)
* You can use NVM to get node/npm easily : for linux/MacOs go to : https://github.com/creationix/nvm#install--update-script
Once you have installed nvm, issue the following command : `nvm install v10` and you are ready to go
For windows, try https://github.com/coreybutler/nvm-windows#installation--upgrades but you will need to previously uninstall any version of node you have on your computer.
## Setup
* Clone the current repository in your workspace
* Browse to chapter1/ and Run `npm install`. This might take a while.
* Browse to chapter2/ and Run `npm install`. This might take a while.
* For Linux users, open your serial port with the following command and disconnect/reconnect from your session :
`sudo usermod -aG dialout $USER`
## Game guide
The game step-by-step guide will be available here as soon as the game starts:
[https://resourcepool.github.io/save-lora/index.html](https://resourcepool.github.io/save-lora/index.html)
That's it! See you soon!