@ Kalle - Would you mind giving me an example of how you use your iRule. So mine is just set up as a pure remote. I log in to iRule website and create my buttons and IR codes etc, sync my iPod and done. So from what I understood you interface from iRule to your VOX? Do you still log in to the iRule website (aka the $50 lic version) If so I would really like to learn more about how you use it. Seems really interesting and something I have not thought of yet
here is a example video in which I use VC for TTS feedback on a iRule remote.
https://www.youtube.com/watch?v=7JyM7bLgADUIt is very easy to send commands from your iRule device to VC.
1. select "gateways" on your iRule device (iPod) and add a new Network Gateway, give it a name - as example "UDP" and use following settings - IP address: 192.168.0.255 (the IP address depends on your network, but use as last number sequence 255) - Port: 33000 (this is the port where VC listen as default)
2. In your iRule Builder click on "devices tab" (upper right) and select "Browse devices". In the open window select the "User" tab, then select for type "AUX" and Vendor "Jittersoft" and click "search" and you will find a device "VoxCommando Kalle" - import this device.
[attachment=2]
[attachment=1]
3. In this device you can see some network codes as example - you can delete or edit the codes. To create your own network code do a right click on "Network Codes" and select "add device code" - after this step you can see on the left side in iRule Builder two fields with properties of the created device code. As example type in the
name field
PLAY and in the
data field
tts.speak&&play and save the configuration.
In other words you can type in the data field any action (which is available in the VoxCommando Command Builder) followed by two delimiter (&&) and the parameter which you want to use.
[attachment=3]
[attachment=4]
4. You can drag and drop the created "device code" to any button in iRule, then sync to your iPod - that is all
Press the button which you have assigned with the device code (don't forget, VoxCommando must run on your machine, but it does not matter in which mode is VC (ON/standby/OFF). If you have setup everything correct, VC give a TTS output "play" after pressing the button.
I hope you understand my tutorial (english is not my native language) and let me know if you have any question
Kalle