.. |
lib
|
added bookworm codec2
|
2024-01-06 21:55:19 +01:00 |
.gitignore
|
deleted tnc folder, moved to modem folder
|
2023-10-20 14:12:20 +02:00 |
api_validations.py
|
removed type length check for message attachments
|
2024-02-08 10:06:46 +01:00 |
arq_data_type_handler.py
|
fixed more tests
|
2024-02-07 19:54:54 +01:00 |
arq_session.py
|
introduced schedule manager
|
2024-02-02 19:37:02 +01:00 |
arq_session_irs.py
|
changed dispatcher to a data type handler
|
2024-01-21 20:34:01 +01:00 |
arq_session_iss.py
|
fixed message transmission status
|
2024-02-07 19:43:10 +01:00 |
audio.py
|
ARQ WIP - channel busy detection
|
2023-12-30 21:47:16 +01:00 |
codec2.py
|
starting flask inline
|
2024-01-14 21:05:53 +01:00 |
command.py
|
introduced schedule manager
|
2024-02-02 19:37:02 +01:00 |
command_arq_raw.py
|
arq session type: from string to enum
|
2024-01-30 09:30:13 +01:00 |
command_beacon.py
|
make beacon a service
|
2023-12-21 17:47:48 +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_message_send.py
|
cleanup and fix for empty message body
|
2024-02-06 20:33:36 +01:00 |
command_ping.py
|
get ping dxcallsign from database
|
2024-01-30 21:22:04 +01:00 |
command_qrv.py
|
Refactor beacon
|
2023-11-26 15:45:41 +01:00 |
command_test.py
|
changed some settings
|
2024-01-12 21:40:27 +01:00 |
config.ini.example
|
adjusted some default config
|
2024-02-10 11:02:13 +01:00 |
config.py
|
fixed audio device selection
|
2024-01-05 15:39:37 +01:00 |
cw.py
|
adjusted morse module
|
2023-10-29 23:10:12 +01:00 |
data_frame_factory.py
|
changed dispatcher to a data type handler
|
2024-01-21 20:34:01 +01:00 |
demodulator.py
|
calculate fft after audio level adjustment
|
2024-01-12 23:25:50 +01:00 |
event_manager.py
|
adjusted some db related things
|
2024-01-27 12:07:07 +01:00 |
exceptions.py
|
deleted tnc folder, moved to modem folder
|
2023-10-20 14:12:20 +02:00 |
explorer.py
|
reduced explorer interval
|
2024-02-10 11:05:10 +01:00 |
frame_dispatcher.py
|
beacon to database, beacon endpoint, database index
|
2024-02-03 10:57:56 +01:00 |
frame_handler.py
|
callsign lookup if not present in frame
|
2024-02-08 13:15:46 +01:00 |
frame_handler_arq_session.py
|
ARQ WIP - only run one ARQ session at a time
|
2024-01-15 11:16:33 +01:00 |
frame_handler_beacon.py
|
beacon to database, beacon endpoint, database index
|
2024-02-03 10:57:56 +01:00 |
frame_handler_cq.py
|
Fix the CQFrameHandler base class.
|
2023-12-03 15:30:30 +01:00 |
frame_handler_ping.py
|
ARQ WIP - check if frame is for us
|
2024-01-14 23:33:06 +01:00 |
freedata.spec
|
adjusted pyinstaller conf
|
2023-11-20 16:02:22 +01:00 |
helpers.py
|
fixed crcengine deprecation
|
2024-01-15 16:16:33 +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 |
message_p2p.py
|
fixed message transmission status
|
2024-02-07 19:43:10 +01:00 |
message_system_db_attachments.py
|
adjusted message handler
|
2024-02-07 23:03:55 +01:00 |
message_system_db_beacon.py
|
version update
|
2024-02-03 11:02:41 +01:00 |
message_system_db_manager.py
|
cleanup and fix for empty message body
|
2024-02-06 20:33:36 +01:00 |
message_system_db_messages.py
|
fixed message transmission status
|
2024-02-07 19:43:10 +01:00 |
message_system_db_model.py
|
cleanup and fix for empty message body
|
2024-02-06 20:33:36 +01:00 |
modem.py
|
RADIO MANAGER - WIP initial release
|
2024-01-12 15:51:23 +01:00 |
modem_frametypes.py
|
ARQ WIP - session closing
|
2023-12-21 15:05:22 +01:00 |
queues.py
|
Eliminate modem TX queues and change transmit() to a blocking call
|
2023-12-16 00:51:57 +01:00 |
radio_manager.py
|
RADIO MANAGER - WIP implemented s-meter - possibly broken
|
2024-01-12 20:34:07 +01:00 |
rigctld.py
|
possible fix for stuck radio control
|
2024-02-07 22:23:49 +01:00 |
rigdummy.py
|
RADIO MANAGER - WIP initial release
|
2024-01-12 15:51:23 +01:00 |
schedule_manager.py
|
reduced explorer interval
|
2024-02-10 11:05:10 +01: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
|
version update
|
2024-02-10 11:05:55 +01:00 |
service_manager.py
|
introduced schedule manager
|
2024-02-02 19:37:02 +01:00 |
state_manager.py
|
adjusted database and added attempts and is_read
|
2024-02-03 15:01:01 +01:00 |
stats.py
|
and another global has been eliminated..
|
2023-11-17 23:33:30 +01:00 |
tci.py
|
some modem related work
|
2023-12-25 10:31:00 +01:00 |
websocket_manager.py
|
adjusted events - still a WIP
|
2024-01-04 21:13:32 +01:00 |