-
Notifications
You must be signed in to change notification settings - Fork 23
/
balena.yml
37 lines (37 loc) · 1.18 KB
/
balena.yml
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
name: udp-packet-forwarder
description: This project deploys a LoRaWAN gateway with UDP Packet Forwarder protocol using Docker. It runs on a Raspberry Pi 3/4/5, Compute Module 3/4 or balenaFin with SX1301, SX1302, SX1303 or SX1308 LoRa concentrators.
fleetcta: Add LoRaWAN module
joinable: false
post-provisioning: Read correct config in the repo README - https://github.com/RAKWireless/udp-packet-forwarder
type: sw.application
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/RAKWireless/udp-packet-forwarder'
logo:
type: blob.asset
data:
url: https://raw.githubusercontent.com/RAKWireless/udp-packet-forwarder/master/logo.png
data:
applicationConfigVariables:
- BALENA_HOST_CONFIG_dtoverlay: '"disable-bt"'
- BALENA_HOST_CONFIG_enable_uart: 1
applicationEnvironmentVariables:
- MODEL: RAK5146
- INTERFACE: SPI
- TTN_REGION: eu1
defaultDeviceType: raspberrypi4-64
supportedDeviceTypes:
- fincm3
- raspberry-pi
- raspberrypi0-2w-64
- raspberry-pi2
- raspberrypi3
- raspberrypi3-64
- raspberrypi4-64
- raspberrypi400-64
- raspberrypicm4-ioboard
- raspberrypi5
- generic
version: 2.4.7