SignalK / specification

Signal K is a JSON-based format for storing and sharing marine data from different sources (e.g. nmea 0183, 2000, seatalk, etc)
Other
91 stars 68 forks source link

integration of BMS, J1939,... datas #657

Open fulup-bzh opened 1 year ago

fulup-bzh commented 1 year ago

To address some customer projects I'm in the process of merging BMS,J1939 and maritime data within a single data-set. For J1939 I use DBC and VSS specifications ( https://covesa.github.io/vehicle_signal_specification ). For maritime data, I leverage Canboat spec to parse N2K.

My goal would be to merge Signal-K spec with VSS spec. I posted the same message to VSS group. Even if VSS focus on automotive and signal-k on navigation, from a functional point both groups objective are equivalent. VSS provide a data gateway (Kuska-val) that while written in RUST is very comparable to Signal-K.

Any idea on how to merge both spec would be more than wellcome.