FreeDATA/README.md
2021-07-23 17:38:45 +02:00

24 lines
792 B
Markdown

# codec2 | FreeDATA
My attempt to create a free and opensource TNC with a GUI for [codec2](https://github.com/drowe67/codec2) to send data over HF channels.
The TNC itself will be completely controllable via network.
## Under development
The project is still a prototype and not usable at this time.
## Installation Ubuntu
sudo apt install npm
npm install electron --save
npm i
sudo apt install python3
## GUI Preview
![alt text](https://github.com/DJ2LS/FreeDATA/blob/main/documentation/FreeDATA_GUI_Preview.png "GUI Preview")
## TNC Preview
![alt text](https://github.com/DJ2LS/FreeDATA/blob/main/documentation/FreeDATA_TNC_Preview.png "TNC Preview")
## Credits
David Rowe and the FreeDV team for developing the modem and libraries
FreeDV Codec 2 : https://github.com/drowe67/codec2