SulavGaire / CanSat

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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


Languages

Language:C++ 66.6%Language:C 22.1%Language:Processing 9.1%Language:JavaScript 1.5%Language:HTML 0.5%Language:CSS 0.3%