-
-
Notifications
You must be signed in to change notification settings - Fork 157
/
volare-file-settings.json
59 lines (55 loc) · 1.19 KB
/
volare-file-settings.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"vessel": {
"name" : "Volare",
"brand" : "Friendship",
"type" : "22",
"uuid" : "urn:mrn:signalk:uuid:c0d79334-4e25-4245-8892-54e8ccc8021d",
"dimensions": {
"length": 7,
"width": 2.5,
"mast": 10,
"depthTransducer": 0.5,
"keel": 1.5
}
},
"interfaces": {},
"pipedProviders": [{
"id": "nmeaFromFile",
"pipeElements": [
{
"type": "providers/filestream",
"options": {
"filename": "samples/plaka.log"
},
"optionMappings": [
{
"fromAppProperty": "argv.nmeafilename",
"toOption": "filename"
}
]
},
{
"type": "providers/throttle",
"options": {
"rate": 500
}
},
{
"type": "providers/liner"
},
{
"type": "providers/nmea0183-signalk",
"optionMappings": [
{
"fromAppProperty": "selfId",
"toOption": "selfId"
},
{
"fromAppProperty": "selfType",
"toOption": "selfType"
}
]
}
]
}]
}