SignalK / signalk-derived-data

Generates deltas for values derived from signalk values
Apache License 2.0
18 stars 31 forks source link

Flag state from MMSI #59

Open martijn-heil opened 4 years ago

martijn-heil commented 4 years ago

I believe it would be possible to derive the flag state (path: flag) from an object's MMSI number. Would this be a good addition?

joabakk commented 3 years ago

Should be feasible with the mmsi.js package. Do you want to give it a try @martijn-heil ?

martijn-heil commented 3 years ago

Well I guess it's a year late, but yes I'm working on it right now @joabakk

It seems that this plugin only derives data in the 'self' context, this is fine but for something like this flag key it would be nice to be able to calculate it for all other vessels as well. However that is out of scope for this issue, I'll open another for that. EDIT see #91 for that

martijn-heil commented 3 years ago

I've got it working on a modified version of derived-data, will make a pull request after summer vacation.

alnavasa commented 11 months ago

I've got it working on a modified version of derived-data, will make a pull request after summer vacation.

what happened to this? Is it working?

tkurki commented 7 months ago

@martijn-heil do you still have the code?