Difference between revisions of "Antelope(Database Management System) - Contiki"

From Contiki
Jump to: navigation, search
Line 9: Line 9:
  
 
In this tutorial, we briefly study how antelope is implemented in Contiki operating system by going through some of the basic and important code blocks. We will also study how to run database client and server in cooja and get some hands on experience.
 
In this tutorial, we briefly study how antelope is implemented in Contiki operating system by going through some of the basic and important code blocks. We will also study how to run database client and server in cooja and get some hands on experience.
 +
 +
== Antelope architecture ==
 +
Antelope consists of eight components as shown in the below figure.

Revision as of 01:43, 7 November 2014

Back to Contiki Tutorials

Introduction

Antelope is a database management system for resource-constrained memory devices. It is a relational database management system(provides a set of relational database operations) which enables dynamic creation of databases and complex data querying.

You will learn

In this tutorial, we briefly study how antelope is implemented in Contiki operating system by going through some of the basic and important code blocks. We will also study how to run database client and server in cooja and get some hands on experience.

Antelope architecture

Antelope consists of eight components as shown in the below figure.