FreeDATA/README.md

25 lines
812 B
Markdown
Raw Normal View History

2021-07-17 09:09:43 +02:00
# codec2 | FreeDATA
2021-07-17 09:26:49 +02:00
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.
2020-12-12 20:01:57 +01:00
2021-07-17 09:09:43 +02:00
## Under development
The project is still a prototype and not usable at this time.
2020-12-12 20:40:00 +01:00
2021-07-23 15:30:36 +02:00
## Installation Ubuntu
sudo apt install npm
2021-07-23 17:38:45 +02:00
npm install electron --save
npm i
2021-07-23 15:30:36 +02:00
sudo apt install python3
2021-07-25 16:34:36 +02:00
pip3 install psutil
2021-07-23 15:30:36 +02:00
2021-07-17 09:16:58 +02:00
## 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")
2021-03-15 09:44:10 +01:00
## Credits
David Rowe and the FreeDV team for developing the modem and libraries
FreeDV Codec 2 : https://github.com/drowe67/codec2