User Tools

Site Tools


avadroid_configure

This is an old revision of the document!


Getting Started

Configuring AvaDroid

In your terminal cd ~/avadroid/<name>/bot/config, where <name> is the folder named after your AvaDroid. Edit config.json .. nano config.json

Find the section that looks like:

"Corrade": {
    "Address": "corrade",
    "Port": 1883,
    "NPort": 54377,
    "Group": "group",
    "Password": "password",
    "Topic": "topic"
  },

Change “Address”: “corrade” to “Address”: “<IP Number of the Host Docker is on>” Example: “Address”: “192.168.1.10” Note the quotation marks as this is a string variable.

Change “Port”: 1883 to “Port”: <Port Number mapped in compose.yml> Example “Port”: 17001 the MQTT Port. Note NO quotation marks as this is an Integer variable.

Change “NPort”: 54377 to “NPort”: <Port Number mapped in compose.yml> Example “Port”: 19001 the Nucleus Port. Note NO quotation marks as this is an Integer variable.

avadroid_configure.1767056861.txt.gz · Last modified: by robyn