No description
Find a file
2025-07-31 00:37:57 +01:00
.github/workflows github workflows choking when installing octve-dev package, try an earlier ubuntu version 2025-02-22 12:18:47 +10:30
audioio finish updating ffaudio 2025-07-31 00:35:03 +01:00
common Added lots of infrastructure 2025-07-31 00:19:12 +01:00
datalink fix small compilation glitch 2025-07-31 00:37:57 +01:00
freedv Re-organizing the repo 2025-07-31 00:24:51 +01:00
original_docs Repo taking shape 2025-07-30 00:26:58 +01:00
unittest put snr_curve.sh system back in from codec2-dev, curves for datac14 2024-03-30 08:08:09 +10:30
.gitignore Re-organizing the repo 2025-07-30 01:52:39 +01:00
COPYING Repo taking shape 2025-07-30 00:26:58 +01:00
Makefile Re-organizing the repo 2025-07-31 00:24:51 +01:00
README.md Added lots of infrastructure 2025-07-31 00:19:12 +01:00

HERMES modem

This is the Rhizomatica's HERMES (High-Frequency Emergency and Rural Multimedia Exchange System) modem, based on David Rowe's FreeDV modem.

Usage modes: 
./modem -s [modulation_config] -i [device] -o [device] -x [sound_system] -p [arq_tcp_base_port] -b [broadcast_tcp_port]
./modem [-h -l -z]

Options:
 -c [cpu_nr]                Run on CPU [cpu_br]. Use -1 to disable CPU selection, which is the default.
 -s [modulation_config]     Sets modulation configuration for broadcasting. Modes: 0 to 6. Use "-l" for listing all available modulations. Default is 0 (DATAC1)
 -i [device]                Radio Capture device id (eg: "plughw:0,0").
 -o [device]                Radio Playback device id (eg: "plughw:0,0").
 -x [sound_system]          Sets the sound system or IO API to use: alsa, pulse, dsound, wasapi or shm. Default is alsa on Linux and dsound on Windows.
 -p [arq_tcp_base_port]     Sets the ARQ TCP base port (control is base_port, data is base_port + 1). Default is 7002.
 -b [broadcast_tcp_port]    Sets the broadcast TCP port. Default is 7004.
 -l                         Lists all modulator/coding modes.
 -z                         Lists all available sound cards.
 -v                         Verbose mode. Prints more information during execution.
 -h                         Prints this help.