Can RoomieRemote control or send commands (call scripts for example) on Linux, e.g. Ubuntu? (much like MCEControl on Windows)
That should be very straightforward, but is something you’d want to put together as its own command set. Assuming no more advanced control interface (Plex, XBMC, etc.) and that you’re just using something like telnet, a custom command set for that could be something like
.AUTH 1 FORMATLogin
.AUTH 2 FORMATPassword
RUN SCRIPT 1./myscript.sh
RUN SCRIPT 2wopr.sh
methodlineio
catLinux
brandCustom
type1
Custom command sets are documented in the DDK:
roomieremote.com/faq/#customDevice
Thank you.