Вы находитесь на странице: 1из 4

AVSystem 1

AVSystem Anjay
Enabling lightweight device management
in the Internet of Things ecosystems

All rights reserved. Copyrights by AVSystem 2006-2016


Introduction
In the era of the Internet of Things, the challenge that device manufacturers truly need to face is management, configuration and
overall maintenance of millions of connected devices. What’s even more challenging, most of those devices communicate via
public network and require strong security and protection against unauthorized access.

To answer the industry’s need for a low-cost remote management and service enablement mechanism, Open Mobile Alliance
created a lightweight communication protocol – LightweightM2M (LwM2M). As an active member of OMA, AVSystem decided
to contribute to the protocol development by providing the most complete, fully developed LwM2M library – Anjay. The library is
available at www.anjay.io as free and open-source software under Apache 2.0 license.

LightweightM2M
OMA’s LighweightM2M is a device management protocol designed for sensor networks and the demands of M2M environments.
It enables efficient remote management of lightweight and low power devices. OMA LwM2M addresses similar use cases as other
already established M2M protocols such as MQTT or CWMP (TR-069), but it also optimizes link consumption by using space-effi-
cient binary payloads and introduces additional features such as support for multiple servers or SMS transport to improve reliabil-
ity in places where network connection is not always stable.

OMA LwM2M also establishes robust security requirements – messages exchanged between servers and clients are reliably
encrypted using industry-standard DTLS protocol. In case of communicating with multiple servers, access control lists precisely
govern which parts of the data model exposed by the device can be managed by which server. All this makes the OMA LwM2M a
perfect choice for the M2M communication in the Internet of Things ecosystem.

MQTT

*The full comparison can be found on www.avsystem.com/products/anjay.

www.avsystem.com
AVSystem 3
Anjay

Anjay
Anjay is a free and open-source LwM2M library that helps vendors of the Internet of Things equipment to quickly and reliably
implement support for OMA LightweightM2M. It can be easily incorporated into the firmware of a device to enable remote man-
agement over LwM2M protocol. Anjay is used to create individual LwM2M clients, to enable the communication between M2M
devices and M2M servers. It can also handle all protocol details - all you need to do is to provide device-specific information.

Anjay architecture

DEVICE
CLIENT
Bootstrap

Register
ANJAY
Object / Resource Access SERVER
Reporting

Features

Conformance to the latest LwM2M specification Latest web standards built-in

Anjay implements all core interfaces specified in the lat- Anjay uses its own internal implementation of CoAP,
est revision of the OMA document, which allows effort- LwM2M’s underlying protocol optimized for size and sup-
less interoperability with most LwM2M servers on the porting all the latest standards, including Observe and
market right from the first boot. Block extensions. Anjay implements the core LwM2M
protocol and some essential parts of the data model.
Support for any data model However, in general, implementation of the concrete data
model has to be done by the customer.
The library is data model agnostic and can be used with
any of the standard LwM2M Objects and Resources pub-
Minimal external dependencies
lished by OMA, as well as with any custom data model
extensions. The only external dependency of Anjay is a DTLS backend
implementation – otherwise, it can be used even on “bare
Runs on any platform metal”.

Anjay can be compiled for any platform with a standard


Robust security
ISO C compiler. Operating system abstraction layer al-
lows to easily port it, while it works on POSIX- compliant Anjay is compliant with all the security requirements
systems out of the box. of LwM2M, which means strong encryption of network
communication and access control lists for multiple
server environments.

All rights reserved. Copyrights by AVSystem 2006-2016


Benefits

Make your IoT devices market ready Save your time and effort

Use Anjay to implement OMA LwM2M and make Focus on the essentials and instead of implementing
your devices for the newest challenges in the field of the complicated internal logic of the management pro-
management and monitoring. tocol ‒ let Anjay do the job.

Zero initial cost Avoid incompatibility

Anjay’s core technology is available as a free and Take advantage of the open nature of the protocol to
open source project – you can start using it with no market your products among different customers.
commitment.

Technical specification of Anjay

Commercial options About AVSystem


Anjay is free and open source soft- AVSystem is an expert in large-scale solutions for Telco operators. The
ware available under Apache 2.0 li- company’s product portfolio, primarily focused solely on device manage-
cense. In addition to its free features, ment and monitoring solutions (TR-069, LwM2M), is constantly evolving
you may also make use of additional and currently contains also M2M and IoT service delivery platforms, WiFi
functionalities and benefits offered as value-added service platform, WiFi location engine and other systems for
a part of the commercial license. SDN and NFV. AVSystem actively participates in the standardization pro-
Contact us at sales@avsystem.com cess of the LwM2M standard to enable secure device management and
to find out more. service orchestration in the Internet of Things ecosystem.

www.avsystem.com

Вам также может понравиться