home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Input / Output interfaces
Remotes
Anyone using a PDA or Mobile as a remote?
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="CodeShack" data-source="post: 149424" data-attributes="member: 50468"><p>The MP plugin opens a listening TCP/IP socket (on the port you specify), and listens for clients.</p><p></p><p>The protocol implemented is very simple - it's simply the command name(s) using a period (.) as a separator/terminator. The command names currently used are the "code" attributes from the XML definition here: </p><p></p><p>Program Files\Team MediaPortal\MediaPortal\InputDeviceMappings\defaults\IrTrans mediacenter.xml</p><p></p><p>So to send "Down, Down, OK" you'd simply open the TCP/IP socket and send:</p><p></p><p>down.down.ok.</p><p></p><p>I decided to go this route so that the server plugin is generic - you can front end it with pretty much any platform/client you'd like.</p></blockquote><p></p>
[QUOTE="CodeShack, post: 149424, member: 50468"] The MP plugin opens a listening TCP/IP socket (on the port you specify), and listens for clients. The protocol implemented is very simple - it's simply the command name(s) using a period (.) as a separator/terminator. The command names currently used are the "code" attributes from the XML definition here: Program Files\Team MediaPortal\MediaPortal\InputDeviceMappings\defaults\IrTrans mediacenter.xml So to send "Down, Down, OK" you'd simply open the TCP/IP socket and send: down.down.ok. I decided to go this route so that the server plugin is generic - you can front end it with pretty much any platform/client you'd like. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Input / Output interfaces
Remotes
Anyone using a PDA or Mobile as a remote?
Contact us
RSS
Top
Bottom