RADIUSdesk

logo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
getting_started:22_install_ubuntu_mqtt [2022/06/14 17:50]
admin created
getting_started:22_install_ubuntu_mqtt [2022/08/31 22:39] (current)
admin [MQTT Settings in RADIUSdesk]
Line 13: Line 13:
  
 ===== Install Rdcore-API-Gateway ===== ===== Install Rdcore-API-Gateway =====
 +  * The Rdcore-API-Gateway is a Node.js application. We will start off by installing Node.js and npm.
 +<code bash>
 +sudo apt install nodejs
 +sudo apt install npm
 +</code>
   * Go to /opt directory   * Go to /opt directory
 <code bash> <code bash>
Line 66: Line 71:
   * Command topic is always **/RD/NODE/COMMAND/RESPONSE**   * Command topic is always **/RD/NODE/COMMAND/RESPONSE**
   * Then for the server to use MQTT instead of the heartbeat system you have to edit the following config file.   * Then for the server to use MQTT instead of the heartbeat system you have to edit the following config file.
-  * Edit **/var/www/html/cake3/rd_cake/config/MESHdesk.php**+  * Edit **/var/www/html/cake4/rd_cake/config/MESHdesk.php**
   * Look for this sections and adapt to your server's values.   * Look for this sections and adapt to your server's values.
 <code php> <code php>