Skip to content

Instantly share code, notes, and snippets.

@Nevexo
Last active January 30, 2020 22:45
Show Gist options
  • Save Nevexo/e5c77f76093affc81284d4bd4129ee34 to your computer and use it in GitHub Desktop.
Save Nevexo/e5c77f76093affc81284d4bd4129ee34 to your computer and use it in GitHub Desktop.
R.A.M Example JSON
{
"ram_online": true,
"ram_location": "calais",
"ram_parameters": {
"vehicle": {"data": "Car", "last_changed": "2020-01-30T21:52:16+0000"},
"task": {"data": "Pilot", "last_changed": "2020-01-30T21:52:16+0000"},
"mode": {"data": "Piloting", "last_changed": "2020-01-30T21:52:16+0000"},
"control_mode": {"data": "user_control", "last_changed": "2020-01-30T21:52:16+0000"},
"path": {"data": {"city": "Brussels", "company": "Garage"}, "last_changed": "2020-01-30T21:52:16+0000"}
},
"last_uplink_time": "2020-01-30T21:52:16+0000"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment