tree: 10aa2ae5bbf691c36be322eeb03bcd892ecd8a7a [path history] [tgz]
  1. internal/
  2. measured/
  3. scripts/
  4. Makefile
  5. README.md
go/src/v.io/x/sensorlog/README.md

Sensor Log Lite

Sensor Log Lite is an example Syncbase application for measuring streams of time series data on a group of devices.

A Sensor Log Lite system consists of a master and any number of measuring devices. The master device runs Syncbase and the command line client, while each measuring device runs Syncbase and the measuring daemon (measured). The client controls the measuring daemon through Syncbase.

Measuring data

TODO(ivanpi): Skeleton, expand.

Starting measured

measured, along with the required mounttabled and syncbased services, can be started by:

$ V23_CREDENTIALS=<creds> ./scripts/run_measured.sh

Using the client

Before using the client, syncbased must be started by:

$ V23_CREDENTIALS=<creds> ./scripts/run_cli_syncbased.sh

TODO(ivanpi): Skeleton, expand.