-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbalena.yml
28 lines (27 loc) · 914 Bytes
/
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
name: nanomq
description: >-
NanoMQ is a lightweight MQTT broker designed for use on embedded devices.
version: 1.0.0
type: sw.block
assets:
repository:
type: blob.asset
data:
url: "https://github.com/arribada/nanomq-balena"
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/arribada/nanomq-balena/main/logo.png
data:
defaultDeviceType: raspberrypi3
supportedDeviceTypes:
- raspberrypi4-64
- fincm3
- raspberrypi3
- raspberrypi3-64
- raspberrypi400-64
- intel-nuc
- genericx86-64-ext
post-provisioning: >-
[NanoMQ](https://nanomq.io/) is a lightweight MQTT broker designed for use on embedded devices, such the Raspberry Pi. Written in C and released under the MIT license, it uses the libev library for handling events. This balenaBlock is designed for Arribada's wildlife conservation and humanitarian projects.