A free, open-source, multi-platform application for sending files and messages, using the codec2 HF modems
Go to file
dependabot[bot] 8d81e89d09
Bump vite from 5.0.10 to 5.0.12 in /gui
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.10 to 5.0.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19 22:28:45 +00:00
.github adjusted build process 2024-01-15 16:34:41 +01:00
documentation Prettified Code! 2024-01-17 12:57:38 +00:00
gui Bump vite from 5.0.10 to 5.0.12 in /gui 2024-01-19 22:28:45 +00:00
modem removed hamlib response 2024-01-17 19:48:14 +01:00
tests ARQ WIP - delete outdated arq session after specific age, added statistics, added more ARQ tests 2024-01-15 16:04:11 +01:00
tools starting flask inline 2024-01-14 21:05:53 +01:00
.gitignore Save GUI local settings to config/config.json 2023-12-10 15:51:19 -05:00
.prettierignore exclude waterfall from prettier 2023-02-11 22:58:41 +01:00
.stignore audio tuning and chat optimisation 2022-04-02 14:54:43 +02:00
add-osx-cert.sh add osx_certs 2023-01-21 12:03:13 +01:00
LICENSE moved to GPLv3 2023-05-20 10:18:13 +02:00
README.md Prettified Code! 2023-02-11 21:49:07 +00:00
requirements.txt updated requirements 2023-11-08 10:54:27 +01:00

FreeDATA

My attempt to create a free and open-source TNC with a GUI for codec2 with the idea of sending messages and data from one network based application.

mailing-list

Under development

Build CodeFactor

Please keep in mind, this project is still under development with many issues which need to be solved.

existing/planned TNC features

  • network based
  • raw data transfer
  • fft output
  • JSON based commands
  • speed levels
  • ARQ - stop and wait
  • SNR operation level SNR > 0dB MPP/MPD
  • file compression
  • auto updater
  • channel measurement
  • hybrid ARQ
  • tbc...

existing/planned Chat features

  • chat messages
  • file transfer
  • file transfer with chat message
  • database for not loosing messages
  • smileys
  • database network sync
  • voice messages
  • image compression
  • status messages
  • avatars
  • tbc...

Data Preview

preview

Chat Preview

preview

Installation

Please check the wiki for installation instructions Please check the 'Releases' section for downloading precompiled builds

Credits