Update README.md

This commit is contained in:
DJ2LS 2021-02-16 16:55:25 +01:00 committed by GitHub
parent f789925b50
commit bd659f168f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,17 @@ My first attempt to learn more about FreeDV and how to create a TNC which gets d
David Rowe and the FreeDV team for developing the modem and libraries David Rowe and the FreeDV team for developing the modem and libraries
FreeDV Codec 2 : https://github.com/drowe67/codec2 FreeDV Codec 2 : https://github.com/drowe67/codec2
This software has been heavily inspired by https://github.com/xssfox/freedv-tnc/ This software has been heavily inspired by https://github.com/xssfox/freedv-tnc/
## ToDo
- [ ] ARQ: Stop-And-Wait
- [ ] ARQ: Go-Back-N
- [ ] ARQ: Selective repeat lost frames
- [ ] SETTING: Callsign with selective receiveing
- [ ] SOCKET: Set Settings
- [ ] SOCKET: Send Commands
- [ ] SOCKET: Receive Data
## Setup ## Setup