Crew manifest
There is
communication.crewNames
, but it is just an array of strings. A more sophisticated crew manifest with presence could be also interesting with Meshtastic (we carry personal devices that can share location)3 Replies
I'd suggest something like:
manifest.crew.<role or name>.presence (boolean)
manifest.crew.<role or name>.location (lat long)
manifest.crew.<role or name>.location.accuracy (meters)
presence can be derived from location but is better served as a standalone pathShouldn't the
presence
key be instead either present
or onboard
?Agree. I like onboard for this application.