Добро пожаловать!
В этом форуме вы можете обсудить iRidium с другими пользователями.
Основные компоненты iRidium - приложение i3 pro и iRidium Server. Публикуйте здесь свои вопросы, идеи и найденные ошибки.
Вопрос команде технической поддержки вы можете задать, отправив приватное сообщение или email.
Подпишитесь на Историю обновлений, чтобы быть в курсе всех новостей!
Мы перевели нашу службу поддержки на новую систему технической поддержки. С 17.01.2022 мы отключили возможность создавать обращения через личный кабинет userecho. Теперь все запросы обрабатываются по почте на support@iridi.com .
Спасибо вам за ваше понимание и хорошего дня.
Global Cache not working if upgraded from earlier version
1. Existing client/server project, has been created a couple of month ago and upgraded to 1.0.7. Global Cache commands are not sent from server.
2. Delete the existing GC drivers, create new GC drivers, commands are sent from the server
2. New client/server project, created in 1.0.7, GC commands are sent from server.
Tested with IP2CC, Windows 10 64Bit, iRidium64.exe and iRidiumServer64.exe
Project sent to support email
raspberry pi - GPIO? как можно задействовать?
Добрый день!
как можно и можно ли задействовать GPIO входы выход на raspberry pi?
Прием-ответ запросов от веб сервера
Возможно ли принимать HTTP запросы и отсылать ответ от не иридиум сервера?
remote logging in server
Hi
Is there anything I need to do to setup remote logging from the server other than enabling remote log settings?
I get "template process failed" this in the server when I save the log port:
Linux server start when PC starts, but cannot get to stop or restart
Hi
I have the following script that starts, stops and restarts iRidium server on Ubuntu
#!/bin/sh ### BEGIN INIT INFO # Provides: iridiumserver # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Should-Start: $portmap # Should-Stop: $portmap # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Example initscript # Description: This file should be used to construct scripts to be # placed in /etc/init.d. ### END INIT INFO test -x /iridiumserver/iridium || exit 0 IRDIR=/iridiumserver IREXE=$IRDIR/iridium IRPID=$IRDIR/iridium.pid IRPARAMS="--watchdog=10 --hidden" USERID="root" case "$1" in start) echo -n "Starting iRidium server:" cd $IRDIR start-stop-daemon --start --chuid $USERID --chdir $IRDIR --make-pidfile --pidfile $IRPID --exec $IREXE -- $IRPARAMS & echo "." ;; stop) echo -n "Stopping iRidium server:" start-stop-daemon --stop --quiet --pidfile $IRPID if [ -e $IRPID ] then rm $IRPID fi echo "." ;; restart) echo -n "Restarting iRidium server:" cd $IRDIR start-stop-daemon --stop --quiet --pidfile $IRPID start-stop-daemon --start --chuid $USERID --chdir $IRDIR --make-pidfile --pidfile $IRPID --exec $IREXE -- $IRPARAMS & echo "." ;; *) echo "Usage: /etc/init.d/iridiumserver (start|stop|restart)" exit 1 ;; esac exit 0
Then run the following commands in the terminal to get this to work
//move the above script to the startup folder
cp home/linux/Downloads/iridiumserver /etc/init.d/iridiumserver
//change permissions to be executable
sudo chmod +x /etc/init.d/iridiumserver//add the script to the startup
sudo update-rc.d iridiumserver defaults 10
Now can run the script manually to test
sudo /etc/init.d/iridiumserver
Result:
Usage: /etc/init.d/iridiumserver (start|stop|restart)
sudo /etc/init.d/iridiumserver start
Result:
Starting iRidium server:. =================== Start as Daemon =================== Main thread exit
//enter CTL + C to get back to the terminal
^C
Test by rebooting
sudo shutdown -r now
The iRidium server starts.
But I cannot get the stop and restarts to work. It says cannot find the pid, and running the second time says stopping, but it does not actually stop.
Any suggestions please?
Thanks
Linux Server User Documents Directory Name
Hi
On Linux, the name of the user documents "iRidium Server", with the space between iRidium and Server means to use this directory name in the command line means we must always put "" around it.
Can you please change to iRidiumServer, without the space.
Thanks
"Timer" settings ignored
When set a "timer" function >0 these settings are ignored.
When send it from script or buttons - all ok!
How to use Iridiumserver as a gateway for ETS5
Can some one help me with this issue
Server network interface dynamic allocation
HI Communiti,
We are using server on win pc, where eth for control and wi-fi (to ISP) are used.
Server keeps conection to equipment with few instances of same custom AV driver.
All works fine if at server start up, and all phisical equipmet is online.
We got a problem if equipment at starting of server is not online, then after equipment goes online server still can't reach it. Wireshark shows server is not communicating euipment at least over ethernet intreface (wi-fi was not checked), while server log shows AV.send is called.
All look fine is wi-fi is disabled at server start up. So I suspect all problems comes from dinamic network interface engagement.
Can anybody comment on server multi network interface operation?
Can server be manually configured to stick to certain network interface?
Apreciate for any feedback
Linux iRidium daemon does not keep running
Hi
On Ubuntu 16.04
start iRidium: sudo ./iridium --hidden
It will run for a minute or so and then stops - connected clients go offline and system monitor no longer shows the iRidium process
is there anything else I need to do to get this to work as a daemon?
thanks :)
Сервис поддержки клиентов работает на платформе UserEcho