-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmos.yml~
34 lines (29 loc) · 1.08 KB
/
mos.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
author: shivesh
description: College minor project on Implementation of IoT using blockchain .
# arch: PLATFORM
version: 1.0
manifest_version: 2017-05-18
libs_version: ${mos.version}
modules_version: ${mos.version}
mongoose_os_version: ${mos.version}
sources:
- src
config_schema:
- ["mqtt.server", "iot.eclipse.org:1883"]
- ["i2c.enable", true]
- ["device.idd", "s", "iotain_0",{title: "Device ID"}]
- ["device.no", "i", 0,{title: "Device No"}]
- ["device.firmware_version", "s", "10",{title: "Device SW Version"}]
- ["device.firmware_version_previous", "s", "10",{title: "Device SW Version Last Working"}]
- ["device.hardware_version", "s", "10",{title: "Device HW Version"}]
- ["upd_reset_count", "i", 0,{title: "Device HW Version"}]
tags:
- js
filesystem:
- fs
libs:
- origin: https://github.com/mongoose-os-libs/boards
- origin: https://github.com/mongoose-os-libs/js-demo-bundle
- origin: https://github.com/mongoose-os-libs/bt-common
- origin: https://github.com/mongoose-os-libs/rpc-service-i2c
- origin: https://github.com/Dionid/arduino-LiquidCrystal_I2C