FreeDATA/modem
2023-12-10 14:58:49 +01:00
..
data cemetery saving thoughts regarding to processing arq commands... 2023-12-03 14:11:43 +01:00
lib/pyaudio/windows forgot a tnc to modem change .. 2023-10-20 14:19:31 +02:00
.gitignore deleted tnc folder, moved to modem folder 2023-10-20 14:12:20 +02:00
api_validations.py Explicit args on modem primitive methods. API error format. 2023-11-22 14:57:51 +01:00
arq_session.py WIP adding arq data frame 2023-12-10 09:59:02 +01:00
arq_session_irs.py WIP adding arq data frame 2023-12-10 14:58:49 +01:00
arq_session_iss.py WIP adding arq data frame 2023-12-09 13:28:32 +01:00
audio.py Separate demodulation code 2023-11-29 17:35:23 +01:00
beacon.py Move Beacon from data_handler_broadcasts to modem 2023-11-26 22:24:09 +01:00
callsign_reverse_db.txt deleted tnc folder, moved to modem folder 2023-10-20 14:12:20 +02:00
codec2.py Move codec2 functions to codec2 interface 2023-11-25 23:14:49 +01:00
command.py WIP ARQ 2023-12-05 15:40:19 +01:00
command_arq_raw.py WIP ARQ 2023-12-05 15:40:19 +01:00
command_beacon.py Improve beacon 2023-11-26 21:51:43 +01:00
command_cq.py Implement more commands and remove old code 2023-11-26 00:11:39 +01:00
command_feq.py Implement more commands and remove old code 2023-11-26 00:11:39 +01:00
command_ping.py ensure callsign in correct format 2023-12-01 19:54:07 +01:00
command_qrv.py Refactor beacon 2023-11-26 15:45:41 +01:00
command_test.py Implement more commands and remove old code 2023-11-26 00:11:39 +01:00
config.ini.example Add first protocol test for ping - ping ack 2023-12-04 15:04:14 +01:00
config.py test with frame dispatcher 2023-11-23 10:14:11 +01:00
cw.py adjusted morse module 2023-10-29 23:10:12 +01:00
data_frame_factory.py WIP adding arq data frame 2023-12-10 09:59:02 +01:00
demodulator.py Move reset_data_sync() to Demodulator 2023-12-03 15:05:44 +01:00
deprecated_protocol_arq_connection.py renamed deprecated files so its clear which are new and old 2023-12-08 11:08:02 +01:00
deprecated_protocol_arq_session.py renamed deprecated files so its clear which are new and old 2023-12-08 11:08:02 +01:00
deprecated_protocol_arq_session_irs.py renamed deprecated files so its clear which are new and old 2023-12-08 11:08:02 +01:00
deprecated_protocol_arq_session_iss.py renamed deprecated files so its clear which are new and old 2023-12-08 11:08:02 +01:00
event_manager.py GUI scatter 2023-11-30 21:12:04 -05:00
exceptions.py deleted tnc folder, moved to modem folder 2023-10-20 14:12:20 +02:00
explorer.py Explorer tweaks 2023-12-03 13:16:09 -05:00
frame_dispatcher.py WIP adding arq data frame 2023-12-09 12:31:08 +01:00
frame_handler.py WIP ARQ 2023-12-05 15:40:19 +01:00
frame_handler_arq_session.py WIP adding arq data frame 2023-12-10 14:38:19 +01:00
frame_handler_cq.py Fix the CQFrameHandler base class. 2023-12-03 15:30:30 +01:00
frame_handler_ping.py Switch to new frame dispatcher process data with new class based frame handlers. 2023-11-30 09:24:36 +01:00
freedata.spec adjusted pyinstaller conf 2023-11-20 16:02:22 +01:00
helpers.py Fix ping receive handling 2023-11-29 19:09:01 +01:00
log_handler.py deleted tnc folder, moved to modem folder 2023-10-20 14:12:20 +02:00
mesh.py Improve threading.Event() usage on transmission 2023-11-22 21:54:50 +01:00
modem.py Get rid of the DATA_QUEUE_TRANSMIT (there is still the MODEM_TRANSMIT_QUEUE) 2023-12-04 11:05:45 +01:00
modem_frametypes.py WIP adding arq data frame 2023-12-09 13:28:32 +01:00
queues.py Remove some unused global queues 2023-12-04 11:36:50 +01:00
rigctld.py Some rig control work 2023-11-18 17:50:40 -05:00
rigdummy.py Some rig control work 2023-11-18 17:50:40 -05:00
selftest.py deleted tnc folder, moved to modem folder 2023-10-20 14:12:20 +02:00
serial_ports.py some small cleanup 2023-11-13 09:19:42 +01:00
server.py Just use structlog on Command classes 2023-12-04 11:54:03 +01:00
service_manager.py Get rid of the DATA_QUEUE_TRANSMIT (there is still the MODEM_TRANSMIT_QUEUE) 2023-12-04 11:05:45 +01:00
state_manager.py Progress on ARQ TDD 2023-12-05 19:12:21 +01:00
stats.py and another global has been eliminated.. 2023-11-17 23:33:30 +01:00
tci.py Separate demodulation code 2023-11-29 17:35:23 +01:00
websocket_manager.py Fix several errors to get server to start again. 2023-11-26 12:45:51 +01:00