Supply configuration samples
Some checks failed
Test and build / test (push) Successful in 1m1s
Test and build / Build collector (push) Failing after 1m6s
Test and build / Build receiver (amd64, , linux) (push) Failing after 1m6s
Test and build / Build receiver (arm, 6, linux) (push) Failing after 1m7s
Test and build / Build receiver (arm, 7, linux) (push) Failing after 1m9s
Some checks failed
Test and build / test (push) Successful in 1m1s
Test and build / Build collector (push) Failing after 1m6s
Test and build / Build receiver (amd64, , linux) (push) Failing after 1m6s
Test and build / Build receiver (arm, 6, linux) (push) Failing after 1m7s
Test and build / Build receiver (arm, 7, linux) (push) Failing after 1m9s
This commit is contained in:
13
etc/hamview-broker.yaml.sample
Normal file
13
etc/hamview-broker.yaml.sample
Normal 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
|
||||
27
etc/hamview-collector.yaml.sample
Normal file
27
etc/hamview-collector.yaml.sample
Normal file
@@ -0,0 +1,27 @@
|
||||
include:
|
||||
- hamview-broker.yaml
|
||||
- hamview-database.yaml
|
||||
|
||||
# MeshCore protocol specifics:
|
||||
meshcore:
|
||||
# Groups
|
||||
group:
|
||||
secret:
|
||||
Public: "8b3387e9c5cdea6ac9e5edbaa115cd72"
|
||||
public:
|
||||
- '#test'
|
||||
- '#bot'
|
||||
# Regions
|
||||
- '#nederland'
|
||||
- '#gelderland'
|
||||
- '#valleirug'
|
||||
# Cities
|
||||
- '#ede'
|
||||
- '#rhenen'
|
||||
- '#utrecht'
|
||||
- '#wageningen'
|
||||
# Hacker spaces
|
||||
- '#achterhack'
|
||||
- '#hsnl'
|
||||
- '#nurdspace'
|
||||
- '#mazeio'
|
||||
3
etc/hamview-database.yaml.sample
Normal file
3
etc/hamview-database.yaml.sample
Normal file
@@ -0,0 +1,3 @@
|
||||
database:
|
||||
type: postgres
|
||||
conf: user=collector password=collector
|
||||
20
etc/hamview-receiver-meshcore.yaml.sample
Normal file
20
etc/hamview-receiver-meshcore.yaml.sample
Normal 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]
|
||||
Reference in New Issue
Block a user