Your comments

Hi,

This does not working any non beta IOS clients  2.2.1 or less,  it does work in the 2.2.1 windows emulator.

To send a WOL packet it should be sent to the broadcast address of the local network using the UDP driver.  The IOS clients cannot send to the broadcast address.

http://www.howtogeek.com/70374/how-to-geek-explains-what-is-wake-on-lan-and-how-do-i-enable-it/


thanks,

Roger
Dag Wouter,

demo licentie werkt niet.  Trial License only.


Roger
Dag Wouter,

nee niets is verkeerd.  U kunt dit project te integreren met uw eigen project als u een proeflicentie gebruiken.

Roger
Hi Wouter,

het probleem ligt bij het ​​project zelf.  zijn niet geschikt voor alle muziekdiensten.

probeer Sonos by rocfusion

http://www.iridiummobile.net/products/module/sonos_by_rocfusion/

thx,

Roger

Hi Oksana,

Pinging from IOS is possible,  see http://en.wikipedia.org/wiki/Internet_Control_Message_Protocol

And the same for Android,  http://s0n1c2122.blogspot.be/2012/12/android-app-turn-on-your-computer-part.html

After all its only an ICMP packet.  http://en.wikipedia.org/wiki/Internet_Control_Message_Protocol

If there is no way of incorporating it,  I would suggest to make sure that the timeout value is configurable for all drivers and to use an additional  Listener that will trigger on a timeout. so IR.AddListener(IR.EVENT_DEVICE_TIMEOUT, Device, function(){})

This will allow to then act on devices that are timing out.

Thanks,


Roger
Hi Jos,

Given that you are using the HTTP driver your send command should look like,

IR.GetDevice("Axis").Send(['GET,'+myencodedstring+',']);

So what this does is combine 'GET,'  string with the variable myencodedstring and the ',' character.

The comma at the end is needed by the HTTP driver to signify the end of the requested url.


Thanks,


Roger
Hi Jos,

Can you provide more details regarding this project?  Are you just creating a TCP or HTTP driver and placing that in the project?  Or are you creating a driver with iRidium script?

The most immediate solution for yourself would be to use a script to replace the : with the url encoded equivalent.

the url is stored in a string and then use the .replace method to change the string.

var mystring = "test:"
var myencodedstring = mystring.replace(/:/g, "%3A");



Thanks,


Roger.
Hi,

Is there any timeline to when this will be available?

Thanks,


Roger
Hi,

I guess this must be dependent on the Android device,  I have implemented portrait projects on the Samsung Galaxy and Sony Xperia phones, where these buttons don't appear.  Must be because they have physical controls for these buttons.


thanks,


Roger
Hi Oksana,

Sure you can set every page popup individually set but not for the entire project at once.  So a new button could be added in the GUI Editor at the top on the toolbar.  Or right click on the project name in the project overview panel select 'Change Font for entire Project';

Thanks,


Roger