The D-Star Repeater.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Andy Taylor 6dc8097d20
Add optional MQTT support, Display-Driver compatibility, and documentation
5 months ago
Arduino/RepeaterControl Initial commit. 8 years ago
Common Add optional MQTT support, Display-Driver compatibility, and documentation 5 months ago
DStarRepeater Add optional MQTT support, Display-Driver compatibility, and documentation 5 months ago
DStarRepeaterConfig Improve Linux build 6 years ago
Data Improve Linux build 6 years ago
GUICommon Improve Linux build 6 years ago
LinuxUSB Initial commit. 8 years ago
WindowsUSB Initial commit. 8 years ago
debian Initial commit. 8 years ago
linux Add optional MQTT support, Display-Driver compatibility, and documentation 5 months ago
.gitignore Makefile Tweaks 8 years ago
BUILD.txt Add the new web page for the VC2017 redist downloads. 8 years ago
CHANGES.txt Update the text files for this version. 8 years ago
CONFIGURATION.md Add optional MQTT support, Display-Driver compatibility, and documentation 5 months ago
COPYING.txt Initial commit. 8 years ago
DStarRepeater.sln Initial commit. 8 years ago
DStarRepeater32.nsi Update to the latest version. 8 years ago
DStarRepeater64.nsi Update to the latest version. 8 years ago
MQTT.md Add optional MQTT support, Display-Driver compatibility, and documentation 5 months ago
Makefile Add optional MQTT support, Display-Driver compatibility, and documentation 5 months ago
MakefileGUI Improve Linux build 6 years ago
MakefileGUIPi Makefile fixes 8 years ago
MakefilePi Makefile fixes 8 years ago
README.md Add optional MQTT support, Display-Driver compatibility, and documentation 5 months ago

README.md

DStarRepeater

DStarRepeater is the D-Star repeater controller for homebrew repeater hardware. It links into ircDDBGateway or the newer DStarGateway to provide access to D-Star networking facilities such as callsign routing, reflector linking, and ircDDB.

Supported Hardware

  • DVAP
  • DV-Mega (D-Star only)
  • GMSK Modems
  • Soundcard repeaters (including UDRC)
  • MMDVM (D-Star only)
  • DV-RPTR V1, V2, and V3
  • Icom Terminal and Access Point modes

Building

Builds on 32-bit and 64-bit Linux as well as on Windows using Visual Studio 2017 (x86 and x64).

Standard Build

make

With MQTT Support

DStarRepeater can optionally publish live telemetry to an MQTT broker, including log messages, repeater status, and Display-Driver-compatible events for driving OLED/TFT displays.

sudo apt-get install libmosquitto-dev
make MQTT=1

MQTT support is entirely opt-in. When built without the MQTT=1 flag, the binary is identical to the tree before MQTT was added — no MQTT code is compiled in and no additional libraries are required.

See MQTT.md for full configuration details, topic structure, JSON examples, and Display-Driver compatibility information.

Licence

This software is licenced under the GPL v2.

Powered by TurnKey Linux.