Uw opmerkingen

Now the operating system dos not know about the address 192.168.3.1, the result of ipconfig confirms it. To configure and verify the route, connect subnet 192.168.3.0 and retry:

ipconfig /all

You have two interfaces and only one is enabled, with address 10.36.134.255. There is no address from the subnet 192.168.3.0. Did you shut down the interface?

Then you need to register routes in both directions. Give the result:

ipconfig /all

You want to go to the address 192.168.3.1 from the subnet 10.36.132.0 - I correctly understood?

Hello.

Give the result:

ROUTE PRINT

Ясно, поправим ссылку.

Добрый день.


Уточните, откуда скачивали версию JS Sonos?

Актуальную версию прилагаем.

Metro_Sonos_Retina_2048_RC_2.2.1 v3.irpz

Вот теперь стало понятнее. Тогда предположу, что это может быть GET/POST запрос. Применимо, если данные будут забираться сразу и "как есть".

Конструкция:

IR.AddListener (IR.EVENT_TAG_CHANGE, IR.GetServer (), function(name, value)
{  
IR.Log("Значение " + name + " = " + value);
});

применима в серверном проекте. Она позволяет получить доступ к iRidium Server. В качестве примера можете посмотреть приложенный образец. Изменение фидбэка на сервере выводит в лог нечто подобное:


INFO SCRIPT Значение iRidium Server.iRidium Server Feedback = <НовоеЗначение>


GetServer.sirpz