Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak authored Dec 2, 2023
1 parent cfe0f6b commit f61c63d
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
# Web-FIK
# Web-FIK - set of tools for stratospheric baloons

## Overview
Web-FIK is a sophisticated toolkit for rapid visualization of data from stratospheric balloons, utilizing multiple communication channels, specifically SiK with MAVLINK packets and Lora TTN. It extracts data from the TTN network and from scripts in tracking vehicles that receive Sik packets (mavlink) using ISM02A or TFSIK modems. The data is immediately sent to a server, visualized, and forwarded to amateur.sondehub.org.

![Screenshot 2023-12-02 at 19-47-46 UJF](https://github.com/ODZ-UJF-AV-CR/Web-FIK/assets/5196729/13da7159-cbff-4126-8152-a9d6690a923d)


## Components

### Ground App (GAPP)
- **Technology**: Node.js web application.
- **Functionality**: Visualizes the status of components or experiments on a stratospheric balloon.
- **Details**: Uses ejs templates.

### Car Data Pump (CDP)
- **Technology**: Python3
- **Functionality**:
- Receives mavlink data from SiK radio receivers.
- Determines car location via GPSD.
- Forwards data to GAPP and sondehub.
- **Implementation**: The `car` directory in the repository contains relevant code and setup details.

### LORA Data Pump (LDP)
- **Technology**: Python.
- **Functionality**:
- Downloads packets from the Lora The things network.
- Sends packets to the GAPP server and sondehub.org.

---

# Aditional notes

node.js server with ejs template that shows balloon informations (Now mock data). The apiKey and ttnEndpoint is in file config.json and that file is in gitignore. So you must make that by yourself. Example:
```json
Expand All @@ -22,4 +53,4 @@ npm install express fs

- [node.js](https://nodejs.org/en)
- [EJS](https://ejs.co/)
- [fs](https://nodejs.org/api/fs.html)
- [fs](https://nodejs.org/api/fs.html)

0 comments on commit f61c63d

Please sign in to comment.