Skip to content

Commit

Permalink
Improve readme by adding illustration.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklik committed Dec 3, 2023
1 parent aa018e8 commit 204b107
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Web-FIK - set of tools for stratospheric baloons

![Control dashboard illustration](doc/img/Control_Dasboard_illustration.png)

## 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.

Expand All @@ -15,15 +17,15 @@ Web-FIK is a sophisticated toolkit for rapid visualization of data from stratosp

### Car Data Pump (CDP)
- **Technology**: Python3
- **Functionality**:
- **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**:
- **Functionality**:
- Downloads packets from the Lora The things network.
- Sends packets to the GAPP server and sondehub.org.

Expand Down
Binary file added doc/img/Control_Dasboard_illustration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 204b107

Please sign in to comment.