-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpins.env
More file actions
51 lines (51 loc) · 3.44 KB
/
Copy pathpins.env
File metadata and controls
51 lines (51 loc) · 3.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Pinned upstream commits. Every bump is a PR with a changelog reading of the
# upstream diff. CI builds exactly these SHAs — nothing floats.
# MMDVM-Host is a Waypoint FORK, not g4klx directly: upstream removed M17 (commit
# 1e2e0c74, "M17 and AX.25 removal cleanups.") so the pinned g4klx tree can no
# longer key M17. The fork = g4klx 43edd65 + revert both M17-removal commits +
# reconcile drift (rename, display removal, MQTT); AX.25 stays dropped. Every
# other mode is unchanged from 43edd65. Rebase the fork on g4klx bumps.
# The fork also carries the deferred station identification: the CW Id interval
# free-runs and the identification is held pending until the station transmitting
# keys off, instead of being discarded whenever traffic was passing.
# And inbound Talker Alias (95a8e1d): MMDVM-Host already SENT the alias it heard
# on RF out to the gateway as a DMRA packet, and now accepts one coming back, so
# waypointd can name a caller on the receiving radio. Behind
# [DMR Network] InboundTalkerAlias, default off.
MMDVM_HOST_REPO=https://github.com/KN4OQW/MMDVM-Host.git
MMDVM_HOST_SHA=95a8e1dc440c264e80ee4935dc42e0d164d1683d
DMRGATEWAY_REPO=https://github.com/g4klx/DMRGateway.git
DMRGATEWAY_SHA=79edbc43962f25b33d383d59f8bf635d24da74b8
# YSFClients builds YSFGateway (+ YSFParrot) — the MQTT-era System Fusion path.
YSFCLIENTS_REPO=https://github.com/g4klx/YSFClients.git
YSFCLIENTS_SHA=2b480aaea7c58f0e29694cd984b8fac0ac7eae99
# P25Clients builds P25Gateway (+ P25Parrot) — the MQTT-era P25 path.
P25CLIENTS_REPO=https://github.com/g4klx/P25Clients.git
P25CLIENTS_SHA=9751c6e91ff159a6eec3afb41c10c845414df08c
# NXDNClients builds NXDNGateway (+ NXDNParrot) — the MQTT-era NXDN path.
NXDNCLIENTS_REPO=https://github.com/g4klx/NXDNClients.git
NXDNCLIENTS_SHA=18b4e9af545ed327b0f0ae54bce57cce6f232393
# DStarGateway builds the D-Star gateway (dstargateway) — the MQTT-era D-Star
# path (publishes <name>/json + <name>/log like the other gateways). Needs Boost
# headers + nlohmann-json. Its top Makefile 'all' also builds DGW* helper tools;
# build.sh targets just the gateway.
DSTARGATEWAY_REPO=https://github.com/g4klx/DStarGateway.git
DSTARGATEWAY_SHA=612f388727a9bb47aaeaae3a89f5abff3152ed93
# M17Gateway builds the M17 gateway. Unlike the YSF/P25/NXDN/D-Star gateways this
# one is still PRE-MQTT (no libmosquitto): it logs to the console/journal rather
# than publishing status over MQTT. It pairs with the forked MMDVM-Host's [M17]
# support above (upstream MMDVM-Host dropped M17, but M17Gateway is maintained).
M17GATEWAY_REPO=https://github.com/g4klx/M17Gateway.git
M17GATEWAY_SHA=c72b989248b14005215469aa24eccc120b46efaa
# DAPNETGateway builds the POCSAG paging gateway (DAPNETGateway) — MQTT-era like
# the YSF/P25/NXDN/D-Star gateways: it links libmosquitto and its ini carries the
# same [Log] DisplayLevel/MQTTLevel + [MQTT] Address/Port/Keepalive/Auth/Username/
# Password/Name shape (Conf.cpp SECTION::MQTT, key "Auth", not "Authenticate").
# Needs nlohmann-json headers as well as libmosquitto-dev; no Boost. The Makefile's
# default target builds the one binary, in the repo root.
# This is the missing half of Waypoint's POCSAG support: waypoint already renders
# DAPNETGateway.ini, gates it on the POCSAG mode enable, and ships
# waypoint-dapnetgateway.service pointing at /usr/bin/DAPNETGateway — only the
# binary was never built or packaged.
DAPNETGATEWAY_REPO=https://github.com/g4klx/DAPNETGateway.git
DAPNETGATEWAY_SHA=552754628f29ebdba0ea9bfd4710c998a42cd17c