Event Server
#1
In the Wiki it says that the UDP event server is not two way. I have, howerever, seen posts during my search for info on the UDP server from last year indicating that two way exists (for a truly interactive remote).

I want to use command fusion to control my XBMC players.
Reply
#2
The eventserver isn't two way, but many remotes use httpapi to get the other direction of the communication so it seems two-way from a user perspective.
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply
#3
Doesn't XBMC broadcast events on the 255 IP address as well?
Reply
#4
not over UDP (which eventserver is) no. We do however broadcast over httpapi, you can get samples on how to catch them over at the android xbmc-remote.
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply

Logout Mark Read Team Forum Stats Members Help
Event Server0