No description
Find a file
2025-08-12 02:10:25 +01:00
audioio Re-organized even more the repo, separated broadcast and arq 2025-08-12 02:10:25 +01:00
common Re-organized even more the repo, separated broadcast and arq 2025-08-12 02:10:25 +01:00
datalink_arq Re-organized even more the repo, separated broadcast and arq 2025-08-12 02:10:25 +01:00
datalink_broadcast Re-organized even more the repo, separated broadcast and arq 2025-08-12 02:10:25 +01:00
modem Re-organized even more the repo, separated broadcast and arq 2025-08-12 02:10:25 +01:00
.gitignore re-organizing the repo 2025-08-11 23:03:23 +01:00
COPYING Repo taking shape 2025-07-30 00:26:58 +01:00
Makefile Re-organized even more the repo, separated broadcast and arq 2025-08-12 02:10:25 +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.