A free, open-source, multi-platform application for sending files and messages, using the codec2 HF modems
Go to file
DJ2LS 96b0f7cb3a
Merge pull request #98 from DJ2LS/ls-arq
ARQ and protocol optimization
This PR isnt't completed yet, but the new ARQ protocol can be tested now. 
I wasn't able solving the problems with N>1 frames per burst because of additional other problems. 
I decided merging this PR so other topics can be solved.
N>1 frames per burst is a future milestone which will need a lot of time then. However, the basics are done!
2022-01-05 11:51:29 +01:00
.github/workflows moving from ubuntu-latest to ubuntu-20.04 2021-12-26 14:50:10 +01:00
documentation updated documentation 2022-01-04 20:37:07 +01:00
gui Bytes -> kBytes 2022-01-05 11:48:32 +01:00
test test and ARQ improvements 2022-01-04 23:02:29 +01:00
tnc removed buffer management for N>1 frames per burst 2022-01-05 11:38:39 +01:00
tools changing file permissions closes #75 2021-10-05 18:16:15 +02:00
.gitignore gitignore for test artifacts 2021-12-12 11:00:47 +01:00
CMakeLists.txt fixed ctest for arq 2022-01-04 16:34:20 +01:00
LICENSE Initial commit 2020-12-12 19:57:27 +01:00
README.md updated readme 2021-12-26 19:30:19 +01:00

FreeDATA

My attempt to create a free and opensource TNC with a GUI for codec2 for sending data over HF channels.

Under development

This project is still a prototype and not usable at this time. Build steps for other OS than Ubuntu are provided, but not working, yet.

Preview

preview

Credits

Running the Ubuntu app bundle

Download the latest developer release from the releases section, unpack it and just start the ".AppImage file". No more dependencies

Manual installation

Please check the wiki for installation instructions