platform_status-from_usbl_example.json 626 Bytes
Newer Older
1 2 3 4 5 6
{
    "header":{
        "message_ID": "b427003c-0000-11aa-a1eb-bvcdfghjgfdd",
        "timestamp": "2022-11-16T00:00:00Z",
        "version": 2,
        "source": "hermes",
7
        "destination": "soar.planet-ocean.ecosub.ecosub-5.from_platform.platform_status",
8 9 10 11 12 13 14 15 16 17
        "delivery_type": "publish",
        "encoded": false
    },
    "payload":{
        "message_type": "platform_status",
        "platform_ID": "ecosub-5",
        "platform_timestamp": "2022-12-21T00:00:00Z",
        "status_source": "usbl",
        "latitude": 178.2,
        "longitude": -10.122,
18 19
        "depth": 50.0,
        "altitude": 20.0
20 21
    }
}