Provide example configurations
Some checks failed
Test and build / Build (push) Failing after 1m9s

This commit is contained in:
2026-02-23 16:39:58 +01:00
parent eb2157b812
commit 45dbdfafd8
4 changed files with 42 additions and 0 deletions

6
.gitignore vendored
View File

@@ -25,3 +25,9 @@ go.work.sum
# env file
.env
# Build artifacts
build/
# Local configuration files
etc/*.key
etc/*.yaml

View File

@@ -0,0 +1,13 @@
broker:
type: mqtt
conf:
host: 127.0.0.1:1883
username: hamview
password: secret
# Example using Kafka:
#broker:
# type: kafka
# conf:
# bootstrap.hosts: 127.0.0.1:9092
# client.id: hamview-receiver

View File

@@ -0,0 +1,3 @@
database:
type: postgres
conf: user=collector password=collector

View File

@@ -0,0 +1,20 @@
include:
- hamview-broker.yaml
receiver:
type: companion
conf:
port: /dev/ttyUSB0
baud: 115200
# Trace performs periodic tracing
trace:
interval: 5m
links:
# Via NL-NTD-Omni
# - PI-AIR-VSR RP3
- [0x78, 0xbf, 0x78]
# - Didam Omni
- [0x78, 0x41, 0x78]
# - Didam Yagi 1
- [0x78, 0x9a, 0x78]