-
Notifications
You must be signed in to change notification settings - Fork 0
/
nmea.mux.ais.test.2.yaml
38 lines (37 loc) · 1.1 KB
/
nmea.mux.ais.test.2.yaml
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
#
# MUX definition.
#
name: "With a GPS and AIS (replay), for tests"
description:
- "Replay Channel"
- "Require Internet connection for sinagot.net (warning, it's a lot of data)"
- "No forwarders"
- "AIS Manager Computer"
- "Markers"
- "Just HTTP - static and REST"
context:
with.http.server: true
http.port: 9999
init.cache: true
markers: markers.yaml
channels:
# GPS and AIS replay
- type: file
filename: ../../NMEA-multiplexer/logged/dives.zip
path.in.zip: dives_2023_05_28.nmea
zip: true
verbose: false
# AIS Data, from a GPSd server (a lot of data, careful)
- type: tcp
server: sinagot.net
port: 2947
# initial.request: "?WATCH={\"enable\":true,\"json\":false,\"nmea\":true,\"raw\":0,\"scaled\":false,\"timing\":false,\"split24\":false,\"pps\":false}"
initial.request: ?WATCH={"enable":true,"json":false,"nmea":true,"raw":0,"scaled":false,"timing":false,"split24":false,"pps":false}
keep.trying: true
verbose: false
# forwarders:
# - type: console
computers:
- class: nmea.computers.AISManager
verbose: false
properties: ais.mgr.properties