ES Libraries Documentation

Online documentation:
Home
What Sensor Data?
Collecting Sensor Data
Formatting Sensor Data
Store/Transfer Data
Research
Contributing
Project Github Page

SMS Log

This sensor will query the device's SMS logs and return an anonymised set of events.

This sensor requires the 'read sms' permission. The JSON format for a sample from this sensor is:

{
	"userid":"test-user-id",
	"deviceid":"test-device-id",
	"senseStartTime":"14:23:59:654 30 06 2015 +0100 GMT+01:00",
	"senseStartTimeMillis":1435670639654,
	"dataType":"SMSContentReader",
	"contentList":
	[
		{
			"bodyWordCount":"8",
			"address":"hash-of-address",
			"date":"1422900027883",
			"bodyLength":"47",
			"local_time_when_sensed":"Mon Feb 02 18:00:27 GMT+00:00 2015",
			"type":"inbox | sent"
		}
	]
}