DCF mesh node (C) — DeModFrame/UDP + a Faust-DSP modem (FSK/OOK/PSK/QAM)
9.9K
The DCF / HydraMesh C SDK node (dcfnode). Two transports for the certified 17-byte
DeModFrame:
alh477/dcf-go and alh477/dcf-rs.Built hermetically with Nix (dockerTools). Entrypoint dcfnode; default command start.
docker run --rm -p 7777:7777/udp alh477/dcf-c start --bind 0.0.0.0:7777
docker run --rm alh477/dcf-c send-text --peer HOST:7777 --channel lobby --text "hi"
docker run --rm alh477/dcf-c send-game --peer HOST:7777 --channel-id 1 --hex deadbeef --type 2
docker run --rm alh477/dcf-c send-position --peer HOST:7777 --x 1 --y 2 --z 3
# Faust modem over a file "medium" (a shared volume stands in for the channel)
docker run --rm -v ch:/m alh477/dcf-c send-modem --medium /m/x.dcfm --modulation qam --text "hi"
docker run --rm -v ch:/m alh477/dcf-c recv-modem --medium /m/x.dcfm
DeModFrame — certified, shared across SDKs.DCF_MODEM_SPEC.md.Tags: latest, 0.3.0. Ports: 7777/udp. License: LGPL-3.0-only.
Source & full docs: https://github.com/ALH477/HydraMesh
Content type
Image
Digest
sha256:4cd4de9f7…
Size
11.3 MB
Last updated
about 1 month ago
docker pull alh477/dcf-c:0.3.0