BevywiseMQTTRoute

Bevywise MQTTRoute is a complete IoT Application suite with an inbuilt MQTT Broker. It is the most affordable & and fastest MQTT Broker to collect data from IoT edge devices & and store & and analyse it the way you need. MQTT Broker works with all standard MQTT clients and can readily manage & and control your devices & and will help you work on your core business challenge. This complete IoT Application framework will help you build faster IoT Applications.

Creating an App using the Control Panel

Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.

Deploy to DO

Creating an App using the API

In addition to creating a Droplet from the BevywiseMQTTRoute 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB BevywiseMQTTRoute Droplet in the SFO2 region, you can use the following curl command. You need to either save your API access token) to an environment variable or substitute it in the command below.

curl -X POST -H 'Content-Type: application/json' \
         -H 'Authorization: Bearer '$TOKEN'' -d \
        '{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "bevywise-bevywisemqttrout"}' \
        "https://api.digitalocean.com/v2/droplets"

Getting Started After Deploying BevywiseMQTTRoute

  1. Connect to your created droplet by executing the below SSH command at the terminal

ssh root@your_droplet_public_ipv4. 2. Make the application instance easily accessible by enabling the ports, 80, 1883, 8080, 8883, 8081, 10443. 3. To start accessing the MQTT Broker application, go to the browser and enter http://your_droplet_public_ipv4:8080. 4. You can access the user interface via URL (http://your_droplet_public_ipv4:8080) by using the credentails, Username : admin | Password : admin

Make your way to opt/Bevywise/MQTTRoute/conf via terminal to configure device authentication and database.

Note: If any changes made in the configuration files, please don’t forget to restart the MQTT Broker service.

Use the link below to make optimum use of the product.

https://www.bevywise.com/mqtt-broker/help.html