Welcome!

On this forum you can discuss iRidium with other users.

iRidium consist of 2 main components - i3 pro app and iRidium Server. Please post here your questions, ideas or errors you find.

Please send your questions to support team as a private messages.


Please subscribe to the Change Log to know our news

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.

0
Answered

Example of iRidium Server Custom UDP driver joining a multicast group

Martin Lang 7 years ago in Server Solutions updated by Aleksandr Romanov (CTO) 7 years ago 6

hi,


can you please give us an example server project with a udp driver

joining the multicast group 239.255.255.250 on port 1900?


tried dozends of configs but couldn't get it to work.


thx!


best regards,

 martin lang

0

iRidium Pro an IP cameras

Martin Lang 7 years ago in Server Solutions updated by Andrey S 7 years ago 1

hi,


would it be possible that the iRidiumServer serves as a gateway for external i3 pro clients via internet connection?


currently when using ip cams in a project, you have to expose them to the outside world via port redirections on the router. so, would it be possible to let the iridium server take the picture information directly within the local lan and send the picture data to the i3 pro client within the iridium communication protocol?


or is this already possible and i missed it?


and, would it be possible to store a captured image to a network storage with a command within iridium server?


thx!


best regards,

 martin

0
Answered

Server Raspberry Pi3 GPIO Access

Martin Lang 7 years ago in Server Solutions / Linux Server updated by Aleksandr Romanov (CTO) 6 years ago 3

hi,


i saw the "AV & Custom Systems (File)" driver. so i thought it would be possible to directly use the GPIO pins of a raspberry while running as iridium server?


when activating some GPIO pins in /sys/class/gpio/" via setting it up with export and then direction, etc. i can see that entry on the iridium server webgui GPIO tab. it also shows the current direction move and the value. but i was not able to set a value from within the webgui. 


can you provide us with a short example how to directly use a GPIO pin with the "AV & Custom Systems (File)" driver on the RPi3?


or do we have to use command line calls instead? 


thx.


martin

0

How do you handle Project Tokens on Server?

Iain Brew 7 years ago in Server Solutions updated by Andrey S 7 years ago 1

Hello

I am looking to migrate a project which uses project tokens to manage logic of button states. I want to be able to have two control panels running the same project, however be able to read all the tokens from the server i.e. if I select a button on panel, the button on the second panel will also become selected. 


I have been reading the documentation and understand how drivers etc are centralised and controlled from the server, but how do I reference a token on a server i.e. I might have a button that when pressed, sends text to a text type token. I might want this to be read on another panel on a text item. How do I make this happen via server?

0
Not a bug

Server not returning any data to client from tags on Windows 10.

TuomoHautala 7 years ago in Server Solutions / Windows Server updated by Aleksandr Romanov (CTO) 6 years ago 7

I downloaded latest iridium pro setup from your website and installed it on Windows 10.

iridium_pro_setup_1.1.8.548 server on Windows 10 is not returning any data to client.

Then I tried older installer iridium_pro_setup_1.1.7.539 and launched server.

Now server is returning data again to client as it should.

What can be the problem?


0
Waiting for user's reply

Still no options for daylightsaving time in webinterface UMC Server

Theo Derks - NL (distributor) 7 years ago in Server Solutions / UMC Server updated by Aleksandr Romanov (CTO) 7 years ago 3

Hi,

In beta-version 1.1.8 we still don't see a possibility to set the day-light-saving-time in the section 'Date and time'...


This is necessary for all European countries with daylightsaving.


Please add this function a.s.a.p.


Thanks


Theo


0
Answered

Sending data from server to specific connected client.

TuomoHautala 7 years ago in Server Solutions updated by Aleksandr Romanov (CTO) 7 years ago 2

Is is possible to send data back from server only to specific connected client.

For example if i have 10 connected clients but i want to send some data only to client 3.

0
Waiting for user's reply

scheme ( схема) использование для шлюзования. помогите разобраться

Oleg Starikov 7 years ago in Server Solutions updated 7 years ago 4

Добрый день!

не могу осилить логику составления схем для шлюзования между разными системами.

уже даже отбросил задачу разных систем, хочу понять как это работает внутри разных виртуальных тегов.

в сервером проекте есть виртуальные теги

при изменении содержимого в одно теге пытаюсь сделать так, что бы он изменился в другом.

но все без результата 

прикладываю скрины экрана


Image 20153Image 20152Image 20151


Или может есть пример?

0
Waiting for user's reply

Обновление серверного проекта и архив данных?

Oleg Starikov 7 years ago in Server Solutions updated by Dmitry - support (expert) 7 years ago 3

Добрый день!

подскажите пожалуйста, такая проблема

- обновили версию Иридиума на севере UMC

- за одним обновили сам проект


данные архива получается пропал?


на будущее, как сделать так что бы этого избежать? или это не возможно? новый проект? по новому пишется БД?



0
Answered

Server REST API Not Working

damian flynn 7 years ago in Server Solutions / Linux Server updated 7 years ago 2

I have followed the rough guide posted on https://support.iridiummobile.net/topics/283-server-rest-api/ and have failed to get any feedback from the server on the port 8443. When I switch to port 8888 on HTTP I make some progress, but most payloads are always returned blank.


For example the following request and response are typical.

http://172.16.1.250:8888/json/licence/get

{
    "type": "",
    "script_mode": "",
    "qr_mode": "",
    "server_max_clients": "",
    "datapoints": "",
    "serial": "",
    "expired": "",
    "products": []
}


My requirement is to change a driver value via the API; but so far I feel like I am missing an authentication step. Any guidance please?


thanks

Damian


BTW -

http://172.16.1.250:8888/plain/licence/get  returns a 404