Add your idea or search for answers in existing topics. The most popular ideas will be implemented faster!

We have moved our support service to a new technical support system. Since 17.01.2022, we have disabled the ability to create appeals through the userecho personal account. Now all requests are processed via mail to support@iridi.com .

Thank you for your understanding and have a nice day.

+1
Answered

Get IP address of UDP packet

Андрей Шуляков 9 years ago in Products / AV & Custom Systems updated by Sergey (expert) 9 years ago 2
If I send broadcasts UDP request and get answer from one device, which I can see by IR.AddListener(IR.EVENT_RECEIVE_DATA, that.device, function(text) ,
How can I get the IP address of device answered?
+1
Completed

base64, MD5, SHA1 encoding decoding

rocfusion 9 years ago in Products / AV & Custom Systems updated by Эмиль Боев 9 years ago 5
Hi,

It would be useful and no doubt be faster when there is encoding and decoding methods (base64, MD5 and SHA1 ) added to the IR object.



Thanks,


Roger
0
Answered

драйвер для системы Teletask

Егор 8 years ago in Products / AV & Custom Systems updated by Dmitry - support (expert) 8 years ago 1

Добрый день. Нужно сделать драйвер для управления системой автоматизации Teletask через графический интерфейс Иридиум. Наша компания готова купить такой драйвер. Подскажите кто может его сделать? К кому обратиться или куда написать, в какой раздел.

0
Answered

HTTP GET. Как следить за состоянием входа на контроллере?

Даниил 8 years ago in Products / AV & Custom Systems updated by Ekaterina (head of support) 8 years ago 3

Подскажите, пожалуйста.

На микроконтроллере есть вход, который следит за состоянием электрической цепи, соответственно на нем может быть состояние - лог.1 или лог.0,
Запрос состояния данного входа осуществляем командой - HTTP GET методом команда- ........ /GPIO/17/value.
Как данный запрос состояния выполнить в I2control и воздействовать на другие элементы интерфейса, при изменении состояния?

Состояние входа необходимо мониторить например каждые 5-10 сек
0
Waiting for user's reply

open tcp connection

Vuong Xuan Phuc 8 years ago in Products / AV & Custom Systems updated by Dmitry - support (expert) 8 years ago 1

Hello everyone.


I have problem with AV& Custom driver (TCP).

My device need 2 kind of connection. It can be set when connect client to device.

So I wan't how to know open more connection to My device.

EX:
connect client to device.

Set kind of connection is 'send command'

open connection 2 connect client to device

set kind of connection 2 is ' get feedback'

thanks

0
Waiting for user's reply

Cisco sx80 in-room control integration

mohammed 8 years ago in Products / AV & Custom Systems updated by Dmitry - support (expert) 8 years ago 3

Hi,


Have anyone integrated iridium with cisco codec (SX80)?

0
Answered

работа со сторонним API

BlackAngel 8 years ago in Products / AV & Custom Systems updated 8 years ago 14

Доброго дня! подскажите как реализовать данную задачу: есть устройство которое управляется посредством API через интернет, первое что нужно сделать это устройству отправить POST запрос на принятие slid_token:

Адрес:

http://***********.ru:4444/json/v2/auth.slid

Запрос:

{ "slid_token" : "123456789:987654321" }


в случае отправки правильного токена, прилетает такая инфа:


{

"code": "200",
"codestring": "OK",
"realplexor_id": "******************************************",
"user_id": "555555"

}


в случае не правильного:


{

"code": "401",
"codestring": "Bad slid token"
}


Помогите в иридиуме сделать кнопку при нажатии на которую пройдет отправка токена, и несколько окон 1. значаение "code" 2. "codestring" 3. "user_id"


очень хотелось бы получить пример, далее буду пробовать сам. Сильно не пинайте, только учусь писать драйвера.

0
Answered

Cannot download Squeezobox JS Module

Antonio Lombrano 8 years ago in Products / AV & Custom Systems updated by Ekaterina (head of support) 8 years ago 2

Hello, sorry if this is a trivial question, but I cannot download the Squeebox JS Module, the zip file seems corrupted and does not open. It's just me having problems ?
Thanks for help

0
Answered

Connect two or more touch panels together

Mike Slattery 8 years ago in Products / AV & Custom Systems updated by Dmitry - support (expert) 8 years ago 1

What methods are their to connect two touch panels together? I do not see a server setting in AV & Custom settings. If I use UDP, how can I setup a socket to listen?

What is the difference between the drivers AV & Custom System (TCP) and Custom TCP Network?


0
Answered

32-bit decoding for incoming UDP packets

Emery Anderson 9 years ago in Products / AV & Custom Systems updated by Sergey (expert) 9 years ago 6
Ashly NE Ethernet protocol I'd like to setup audio level meters for an 8-channel DSP device but the incoming data is formatted as 32-bit (via four 1-byte packets).  How would I decode this data to a multilevel graphic?  I've attached the ethernet protocol for the device.  Also, what is the max range for the multilevel items?