Help with Broadcaster Plugin
Posted: Tue Jan 17, 2012 11:43 am
Hi guys,
I'm setting up iRule to send UDP packets to my HTPC, and getting eventghost to pick up the packets as an event, then do some action.
So far, the packets are going from the iPad (irule) the HTPC, and eventghost is picking them up, but I can't add a particular broadcast code to a macro (so that on receiving a particular UDP packet, I can do some action).
The Broadcaster plugin is setup with default settings: Port 33333
Payload delimiter is &&
Prefix is either Broadcaster or UDP (both don't change the outcome)
In the log, a particular code shows up as
Broadcaster. 'avVOLUP'
However, if I drag and drop this onto a macro, only
Broadcaster.
is copied across. I don't know why. Leaving it like this obviously causes the macro to fire an action anytime it receives ANY broadcaster code.
If I manually change the eventname for the broadcaster event to
Broadcaster. 'avVolUP' -- including quotes,
the action isn't fired.
No matter what combination i try, the action won't fire unless I leave Broadcaster open.
The code I'm sending from iRule is: &&avVOLUP
EventGhost logs this as: Broadcaster. 'avVOLUP'
Any ideas as to why dragging the logged event across only copies Broadcaster. across? And any suggestions on what I should name the event if I have to manually set it myself?
Thanks, and sorry for the long winded post.
...DJVege...
I'm setting up iRule to send UDP packets to my HTPC, and getting eventghost to pick up the packets as an event, then do some action.
So far, the packets are going from the iPad (irule) the HTPC, and eventghost is picking them up, but I can't add a particular broadcast code to a macro (so that on receiving a particular UDP packet, I can do some action).
The Broadcaster plugin is setup with default settings: Port 33333
Payload delimiter is &&
Prefix is either Broadcaster or UDP (both don't change the outcome)
In the log, a particular code shows up as
Broadcaster. 'avVOLUP'
However, if I drag and drop this onto a macro, only
Broadcaster.
is copied across. I don't know why. Leaving it like this obviously causes the macro to fire an action anytime it receives ANY broadcaster code.
If I manually change the eventname for the broadcaster event to
Broadcaster. 'avVolUP' -- including quotes,
the action isn't fired.
No matter what combination i try, the action won't fire unless I leave Broadcaster open.
The code I'm sending from iRule is: &&avVOLUP
EventGhost logs this as: Broadcaster. 'avVOLUP'
Any ideas as to why dragging the logged event across only copies Broadcaster. across? And any suggestions on what I should name the event if I have to manually set it myself?
Thanks, and sorry for the long winded post.
...DJVege...