From 053f387b042856dd063a37e8ebebb5ca3b4b99b1 Mon Sep 17 00:00:00 2001 From: MedadRufus Date: Mon, 2 May 2022 21:41:46 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1b5a5e..dd63d6f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Steps to deploy the application: # Usage with Helium Network -The key difference between using The Things Network and the Helium Network MQTT intergration is The Things Network hosts their packet broker, while the helium network does not. Therefore, we have to setup our own packet broker, and get Helium to and TTNhabbridge to connect to it. I have here a few steps on how to do it. +The key difference between using The Things Network and the Helium Network MQTT intergration is The Things Network hosts their packet broker, while the helium network does not. Therefore, we have to setup our own packet broker, and get Helium to and TTNhabbridge to connect to it. Here are a few steps on how to do it. 1. Setup a MQTT packet broker on machine with port 1883 open to the internet. Docker is the simplest way to do it. Run the following command, changing the `` and `` password fields to something secret : ```