Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electroniccats/trackingzero
Dashboard example for the CatSatZero
https://github.com/electroniccats/trackingzero
arduino catsat mkr1300
Last synced: about 2 months ago
JSON representation
Dashboard example for the CatSatZero
- Host: GitHub
- URL: https://github.com/electroniccats/trackingzero
- Owner: ElectronicCats
- Created: 2018-11-01T22:06:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:22:54.000Z (about 2 years ago)
- Last Synced: 2024-05-01T11:47:27.420Z (9 months ago)
- Topics: arduino, catsat, mkr1300
- Language: JavaScript
- Size: 9.6 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TrackingZero
Este es un sistema basado en nodejs utilizado para el seguimiento en estación terrena del CatSat Zero en tiempo real por medio de GPS y comunicación LoRa.
## Instalacion normal (MacOS y Linux)
- Instalar Node.js 8.12.0
- Clonar `https://github.com/ElectronicCats/TrackingZero` a TrackingZero folder
- ir a TrackingZero, abrir terminal y ejecutar`npm install`
## Instalaciones especiales Windows
- Instalar Node.js 8.12.0
- Clonar`https://github.com/ElectronicCats/TrackingZero`
- Abrir terminal de Windows e ir a la carpeta TrackingZero
- Ejecutar los siguientes comandos`npm install --global --production windows-build-tools`
`npm install --msvs_version=2015`
## Ejecutar programa
- Editar el archivo app.js con el puerto serial correspondiente a donde esta conectada la estacion terrena
En la linea 34 [https://github.com/ElectronicCats/TrackingZero/blob/Version_1/app.js#L34](https://github.com/ElectronicCats/TrackingZero/blob/Version_1/app.js#L34)
Guardar el archivo y ejecutar desde terminal
`node app.js `
- Abrir tu navegador favorito e ir a:
`localhost:3000`
## Tecnologias del proyecto.
- Node.js
- Socket.io
- Lora 915Mhz
- Stylus
- Jade
- CatSat
- Open Street MapElectronic Cats invests time and resources providing this open source design, please support Electronic Cats and open-source hardware by purchasing products from Electronic Cats!
Released under an MIT license. See the LICENSE file for more information.