mirror of https://github.com/DJ2LS/FreeDATA.git
Merge branch 'main' into dev
commit
1f3f8c326e
|
@ -3,6 +3,7 @@
|
||||||
My first attempt to learn more about FreeDV and how to create a TNC which gets data from a TCP/IP socket
|
My first attempt to learn more about FreeDV and how to create a TNC which gets data from a TCP/IP socket
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
David Rowe and the FreeDV team for developing the modem and libraries
|
David Rowe and the FreeDV team for developing the modem and libraries
|
||||||
|
|
|
@ -522,7 +522,7 @@ def open_dc_and_transmit(data_out, mode, n_frames):
|
||||||
|
|
||||||
#on a new transmission we reset the timer
|
#on a new transmission we reset the timer
|
||||||
static.ARQ_START_OF_TRANSMISSION = int(time.time())
|
static.ARQ_START_OF_TRANSMISSION = int(time.time())
|
||||||
|
|
||||||
|
|
||||||
# lets wait a little bit
|
# lets wait a little bit
|
||||||
#time.sleep(5)
|
#time.sleep(5)
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
Loading…
Reference in New Issue