Packages

Erlang client library for the AT&T M2X (http://m2x.att.com) API. AT&T M2X is a cloud-based fully managed time-series data storage service for network connected machine-to-machine (M2M) devices and the Internet of Things (IoT).

Current section

Files

Jump to
m2x_erlang src m2x.app.src
Raw

src/m2x.app.src

{application, m2x, [
{vsn, "0.0.1"},
{modules, [
m2x,
m2x_client,
m2x_device,
m2x_stream,
m2x_trigger,
m2x_distribution,
m2x_distribution_stream,
m2x_distribution_trigger,
m2x_key
]},
{registered, []},
{applications, [kernel, stdlib]},
{env, []}
]}.