Difference between revisions of "Main Page"

From xPL
Jump to: navigation, search
m (xPL home automation)
Line 1: Line 1:
 
== xPL home automation ==
 
== xPL home automation ==
  
The [http://en.wikipedia.org/wiki/XPL_Protocol xPL protocol] allows different devices to exchange information in a simple manner.
+
The [http://en.wikipedia.org/wiki/XPL_Protocol xPL protocol]
The devices broadcast their messages and register to a hub in order to receive the messages sent by others.
+
allows different devices to exchange information in a simple manner.
 +
The devices broadcast their messages to the others
 +
and register to a hub in order to receive the messages sent by others.
  
 
The protocol is light enough to run on simple machines such as the [http://beagleboard.org BeagleBone].
 
The protocol is light enough to run on simple machines such as the [http://beagleboard.org BeagleBone].
Line 8: Line 10:
 
The hub and the devices can be developed on different [http://xplproject.org.uk/wiki/index.php/Development_Tools platforms].
 
The hub and the devices can be developed on different [http://xplproject.org.uk/wiki/index.php/Development_Tools platforms].
 
The system shown here bases on [http://www.perl.org Perl],
 
The system shown here bases on [http://www.perl.org Perl],
which is part of the Linux and Mac OS operating systems and can be easily installed on Windows.
+
which is part of the Linux and Mac OS operating systems and can easily be installed on Windows.
  
 
The first step to xPL automation is to [[install xpl hub|install a hub]].
 
The first step to xPL automation is to [[install xpl hub|install a hub]].

Revision as of 12:05, 16 March 2014

xPL home automation

The xPL protocol allows different devices to exchange information in a simple manner. The devices broadcast their messages to the others and register to a hub in order to receive the messages sent by others.

The protocol is light enough to run on simple machines such as the BeagleBone.

The hub and the devices can be developed on different platforms. The system shown here bases on Perl, which is part of the Linux and Mac OS operating systems and can easily be installed on Windows.

The first step to xPL automation is to install a hub.

MediaWiki editing

Consult the User's Guide for information on using the wiki software.