Difference between revisions of "Have external devices control LinuxMCE"

From LinuxMCE
Jump to: navigation, search
 
m
 
Line 1: Line 1:
 +
[[Category: Documentation]]
 
<p> The heart of LinuxMCE is DCE Router, and essentially all DCE Router does is route messages between devices.  Commands and events are nothing but messages that some devices will respond to.  You will find a utility called MessageSend in the directory /usr/pluto/bin.  With this you can send a command or event or any other type of message to an individual device by its device number, or broadcasting to all devices based on their device template or category.  Therefore you're able to control anything connected to LinuxMCE from an external program because all the orbiters and other devices do are send messages.  </p>
 
<p> The heart of LinuxMCE is DCE Router, and essentially all DCE Router does is route messages between devices.  Commands and events are nothing but messages that some devices will respond to.  You will find a utility called MessageSend in the directory /usr/pluto/bin.  With this you can send a command or event or any other type of message to an individual device by its device number, or broadcasting to all devices based on their device template or category.  Therefore you're able to control anything connected to LinuxMCE from an external program because all the orbiters and other devices do are send messages.  </p>

Latest revision as of 20:47, 23 August 2009

The heart of LinuxMCE is DCE Router, and essentially all DCE Router does is route messages between devices. Commands and events are nothing but messages that some devices will respond to. You will find a utility called MessageSend in the directory /usr/pluto/bin. With this you can send a command or event or any other type of message to an individual device by its device number, or broadcasting to all devices based on their device template or category. Therefore you're able to control anything connected to LinuxMCE from an external program because all the orbiters and other devices do are send messages.