Node-RED/en: различия между версиями

(Новая страница: «{{Wbincludes:Installing Software In Console}}»)
(Новая страница: «== Delete == If you no longer need Node-RED, then you can remove it: # Stop, disable and remove the service: #:<syntaxhighlight lang="bash"> systemctl stop nodered && systemctl disable nodered && rm /etc/systemd/system/nodered.service </syntaxhighlight> # Remove Node-RED: #:<syntaxhighlight lang="bash"> npm -g remove node-red && npm -g remove node-red-admin && rm -R ~/.node-red </syntaxhighlight>»)
Метки: правка с мобильного устройства правка из мобильной версии
Строка 101: Строка 101:
</syntaxhighlight>
</syntaxhighlight>


==Веб-интерфейс Node-RED==
==Node-RED Web Interface==
После запуска сервиса откройте браузер и введите адрес своего контроллера в сети и порт 1880.  
After starting the service, open a browser and enter the address of your controller on the network and port 1880.
Например: http://192.168.42.1:1880
For example: http://192.168.42.1:1880


Инструкции по работе c Node-RED можно найти на [https://nodered.org/docs/getting-started/ сайте nodered.org]
Инструкции по работе c Node-RED можно найти на [https://nodered.org/docs/getting-started/ сайте nodered.org]