- move pipeline, queue, and config logic into runtime/domain modules - remove legacy client/routes/normalizers/pipeline wiring from core - update connector usage and instrument check to new domain entrypoints - document new structure and add translator engine overrides in configs - align package metadata name in lockfile
27 lines
488 B
YAML
27 lines
488 B
YAML
host:
|
|
url: http://localhost:4000/api/results
|
|
apikey: ""
|
|
port: 4001
|
|
|
|
inst1:
|
|
enabled: true
|
|
connector:
|
|
type: serial
|
|
port: COM1
|
|
baudRate: 9600
|
|
dataBits: 8
|
|
stopBits: 1
|
|
parity: none
|
|
config:
|
|
location: default-lab
|
|
communication_mode: unidirectional
|
|
note: ASTM instrument over serial COM
|
|
translator:
|
|
parser: astm
|
|
engine: overrides
|
|
forceInstrumentId: true
|
|
meta:
|
|
translator: msg1
|
|
connection: serial
|
|
direction: mono
|