Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: An Inter-Wiki Page Data Processor for a M2M System
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Abstract—A data processor, which inputs data from wiki pages,
processes the data, and outputs the processed data on a wiki
page, is proposed. This data processor is designed for a
Machine-to-Machine (M2M) system, which uses Arduino,
Android, and Wiki software. This processor is controlled by the
program which is written on a wiki page. This M2M system
consists of mobile terminals and web sites with wiki software.
A mobile terminal of the system consists of an Android terminal
and it may have an Arduino board with sensors and actuators.
The mobile terminal can read data from not only the sensors in
the Arduino board but also wiki pages on the Internet. The
input data may be processed by the data processor of this paper.
The processed data may be sent to a wiki page. The mobile
terminal can control the actuators of the Arduino board by
reading commands on the wiki page or by running the program
of the processor. This system realizes an open communication
forum for not only people but also for machines.
Keywords- Sensor Network, Social Network, Wiki, Java, API
I. INTRODUCTION
A wiki[12] is a web site that allows the easy creation and
editing of any number of interlinked web pages via a web
browser and can be used as a means of effective collaboration
and information sharing. Wikipedia[11] is a well-known wiki
site.
If a wiki is friendly to people, it also must be friendly to
machines. If a machine can read and write data on a wiki
page automatically, people can obtain much more beneficial
information. People also can easily control machines
through the wiki page. Not only machine-to-people or
people-to-machine, but also machine-to-machine
communication, must be achieved easily. If such
communication can be achieved, the wiki can be much more
useful. For example, if a well-known wiki can be used to
connect sensors in a sensor network, building one's own
sensor network becomes easier.
To confirm the above presumption regarding the
usefulness of wikis, we are developing a machine-tomachine
(M2M) system using wiki software[3]. This system
consists of mobile terminals and web sites with wiki
software. A mobile terminal of the system consists of an
Android[4] terminal and it may have an Arduino[6] board
with sensors and actuators. We have made a mobile terminal
which reads data from the Arduino board sensors and sends
the sensor data to a wiki page of PukiWiki[10]. The mobile
terminal also reads commands on the wiki page and controls
the actuators of the Arduino board.
We have added a data processor to the mobile terminal.
This processor reads data from the sensors or wiki pages.
The processor processes the data after that. And the
processor outputs the processed data on a wiki page or
controls actuators by the processed data. This processor is
controlled by the program which is written on a wiki page.
The programming language of this processor is a kind of
BASIC programming language. The processor has the
ability of reading a kind of CSV (Comma Separated Values)
format data into a table and the ability to manipulate the table
like a macro program of a spreadsheet.