An open API service indexing awesome lists of open source software.

https://github.com/sulavgaire/cansat

This repo consists of code for Educational Satellite-CANSAT, Ground station, and Webserver.
https://github.com/sulavgaire/cansat

arduino cansat iot lora nodejs

Last synced: about 2 months ago
JSON representation

This repo consists of code for Educational Satellite-CANSAT, Ground station, and Webserver.

Awesome Lists containing this project

README

          

# Setup to setup ground-station
1. Download the github repo of CANSAT
2. Unzip the file
3. Upload receiver code to Ground-Station . Remember the port number we will need it later
4. Open command prompt
5. Run command :: npm install
6. This will install require dependencies
7. Run command :: node server.js
8. This will start the server
9. Open your favourite browser and visit
10. http://localhost:4000/
11. Enter port number (eg: COM14)