gr-satnogs/grc/satnogs_json_converter.bloc...

21 lines
284 B
YAML
Raw Normal View History

2019-12-03 12:47:45 +01:00
id: satnogs_json_converter
label: Telemetry to JSON
parameters:
- id: extra
label: Extra JSON field
dtype: raw
inputs:
- id: in
domain: message
outputs:
- id: out
domain: message
templates:
imports: import satnogs
make: satnogs.json_converter(${extra})
file_format: 1