Page 1 of 1

Girder LUA extensions

PostPosted: Wed Oct 29, 2003 1:54 am
by mjcumming
Hi Jon,

Just wondering if you would consider some LUA extensions to Girder. Ie. to allow LUA to send IR commands.

Reason for asking... is to use girder as an IRserver similar to NRIRServer - which I don't use as I need the UIRT with Girder. BUT, there is a way using the LUA to capture all incoming events from given device. I would use this to then send out IR commands using LUA. This could be done using a large look up table. If I can't do the send from LUA then I would have to use an endless number of TriggerEvent commands etc.

Mike

PostPosted: Wed Oct 29, 2003 4:19 am
by jrhees
Mike,

I know this is not an answer to your question, but be aware that software updates are now available which allow the USB-UIRT to be shared among multiple applications. So, for example, you could have Girder running *and* the NRIRServ plugin.

-Jon

PostPosted: Wed Oct 29, 2003 5:06 am
by Guest
Cool,

Still would be useful to have the ability to tell the driver what codes you want either using a variable or directly from LUA script.

It should be too hard to have Girder use one of the payload variables....
;)

Mike