Close

Messaging formats: example of JSON alert message file

A project log for Elephant AI

a system to prevent human-elephant conflict by detecting elephants using machine vision, and warning humans and/or repelling elephants

neil-k-sheridanNeil K. Sheridan 09/21/2017 at 19:090 Comments

Here's what the JSON alert message file looks like:

{
"spotted" : "True",
"time" : "0000",
"date" : "Today",
"location" : "At the back of field 10 near the stream",
"latitude" : "000",
"longitude" : "000",
"details" : {
	"lonemale" : "no",
	"herd"	: "no",
	"calves" : "no" 	
		},
"deter" : {
	"deterdone" : "no",
	"deteraudio" : "no",
	"deterphysical" : "no"
	},
"battery" : "value"
}

Discussions