Built-in MQTT broker and Node-RED server
- http://192.168.7.2:1880 Node-RED IDE
- http://192.168.7.2:1880/ui Node-RED dashboard
- http://192.168.7.2:1883 Mosquitto MQTT broker
References
Remote development with Visual Studio Code
The excellent Visual Studio Code offers Python remote development against the TXT 4.0.
- ssh ft@192.168.7.2
Connection is done with the ft:ft profile, while the owner for the projects and files generated by Robo Pro Coding is ftgui:ftgui. As a consequence, the projects and files generated by Robo Pro Coding can't be modified.
However, new projects can be created, debugged and run.
References