Skip to main content
Bytebeam enables you to remotely change the configuration of your application. This is done by sending JSON-based configuration to the device. This guide will walk you through how to achieve this.

Creating new device config.

Steps to update configuration: Step 1: Go to the device management section in Bytebeam cloud. Step 2: Go to the “Device Configs” section Step 3: Click on “New Device Config” Step 4: Enter the appropriate details for the device configuration. In this example, We are changing the current log level of our Python application The new device config should be visible now. On the device, First, register this action with uplink using its configuration file config.toml as we did in the Receiving Actions section. This file is present in /usr/local/share/bytebeam folder. Edit this file to add the line actions=[] under [tcpapps.1] section.
Restart the uplink using the following commands
Next using the following example you can update the configuration on your device :::codeblocktabs
:::

Triggering config update

On the device management section of Bytebeam Cloud, select the device and click on Update Configuration Select the appropriate config. version. Confirm the selection. You should now be able to see the status of the update on the cloud.