How can we configure network nodes from the Gateway with command lines

Hello, we have successfully set up the Gateway and it is running well. We are curious that how can we modify the anchors or tags from the gateway without using the web-manager. Say: using similar commands as serial connections, but rather from SSH into the Raspberry Pi and do these fun stuff?

Thank you!

Hi hegxiten,

This is not supported by the default stack.

If you don’t want to use the webmanager, you can create a script to directly interface with the mqtt broker. You can then connect to the raspberry pi through ssh, and control the network by sending commands to the mqtt broker directly.

Hope it helps,
Regards
Yves

1 Like

Thank you Yves for the confirmation! We will try to hook up with WebManager and achieve these functionalities.