-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbalena.yml
40 lines (40 loc) · 1.25 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
38
39
40
name: openthread-border-router
description: >-
a block implementing the Google OpenThread Border Router
# Seem to need to update this manually so the app picks up the new block?
version: 1.2.0
type: sw.block
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/DynamicDevices/openthread-border-router-block'
logo:
type: blob.asset
data:
url: 'https://raw.githubusercontent.com/balenablocks/browser/master/logo.png'
data:
applicationEnvironmentVariables:
- RUN_MQTT_SNGATEWAY: 1
- SENSORNET: udp6
- BROKER_NAME: mqtt.eclipseprojects.io
- BROKER_PORT: 1883
- BROKER_SECURE_PORT: 8883
- GATEWAY_PORT: 10000
- GATEWAY_IPV6_PORT: 10000
- MULTICAST_IPV6: ff05::1
- MULTICAST_IPV6_PORT: 10000
- MULTICAST_IPV6_IF: wpan0
- MULTICAST_IPV6_HOPS: 3
- AUTO_FORM_NETWORK: 1
- THREAD_CHANNEL: 15
- THREAD_PAN_ID: 0x4444
- THREAD_EXT_PAN_ID: 3333333344444444
- THREAD_NETWORK_NAME: INST
# Needs to be a string or Balena deploy converts the number to scientific notation
- THREAD_NETWORK_KEY: "33334444333344443333444433334444"
- THREAD_IPV6_PREFIX: fd11:22::/64 pasor
defaultDeviceType: raspberrypi4-64
supportedDeviceTypes:
- raspberrypi3
- raspberrypi4-64