File tree Expand file tree Collapse file tree 13 files changed +15
-16
lines changed
cmd/lora-gateway-bridge/cmd
cisco/IXM-LPWA/files/etc/lora-gateway-bridge Expand file tree Collapse file tree 13 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ type="{{ .Backend.Type }}"
6868 # ip:port to bind the UDP listener to
6969 #
7070 # Example: 0.0.0.0:1700 to listen on port 1700 for all network interfaces.
71- # This is the listeren to which the packet-forwarder forwards its data
71+ # This is the listener to which the packet-forwarder forwards its data
7272 # so make sure the 'serv_port_up' and 'serv_port_down' from your
7373 # packet-forwarder matches this port.
7474 udp_bind = "{{ .Backend.SemtechUDP.UDPBind }}"
Original file line number Diff line number Diff line change @@ -9,6 +9,5 @@ hidden: true
99
1010# Install LoRa Gateway Bridge on the gateway
1111
12- Help us making this list complete! Is the gateway that you are using not
13- listed? Or are the steps described outdated?
12+ Help us make this list complete! Is your gateway missing or are the steps described outdated?
1413Please help by [ Contributing] ({{<ref "/community/contribute.md">}}).
Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ type="semtech_udp"
313313 # ip: port to bind the UDP listener to
314314 #
315315 # Example: 0.0.0.0:1700 to listen on port 1700 for all network interfaces.
316- # This is the listeren to which the packet-forwarder forwards its data
316+ # This is the listener to which the packet-forwarder forwards its data
317317 # so make sure the 'serv_port_up' and 'serv_port_down' from your
318318 # packet-forwarder matches this port.
319319 udp_bind = "0.0.0.0:1700"
Original file line number Diff line number Diff line change 1313* [ Product detail page] ( https://www.multitech.com/brands/multiconnect-conduit )
1414* [ Product documentation page] ( http://www.multitech.net/developer/products/multiconnect-conduit-platform/ )
1515
16- After completing this steps, you have a Multitech Conduit running both the
17- packet-forwarder and LoRa Gateway bridge. The packet-forwarder will forwards
16+ After completing these steps, you will have a Multitech Conduit running both the
17+ packet-forwarder and LoRa Gateway bridge. The packet-forwarder will forward
1818the UDP data to ` localhost:1700 ` and the LoRa Gateway Bridge will forward
1919this data over MQTT to a MQTT broker.
2020
@@ -104,7 +104,7 @@ opkg update
104104 wget https://artifacts.loraserver.io/vendor/multitech/conduit/lora-gateway-bridge_3.1.0-r1_arm926ejste.ipk
105105 {{< /highlight >}}
106106
107- 3 . Now this ` .ipk ` package is stored on the Conduit, you can install it
107+ 3 . Now that the ` .ipk ` package is stored on the Conduit, you can install it
108108 using the ` opkg ` package-manager utility. Example (assuming the same
109109 ` .ipk ` file):
110110 {{<highlight bash >}}
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ type="semtech_udp"
118118 # ip: port to bind the UDP listener to
119119 #
120120 # Example: 0.0.0.0:1700 to listen on port 1700 for all network interfaces.
121- # This is the listeren to which the packet-forwarder forwards its data
121+ # This is the listener to which the packet-forwarder forwards its data
122122 # so make sure the 'serv_port_up' and 'serv_port_down' from your
123123 # packet-forwarder matches this port.
124124 udp_bind = "0.0.0.0:1700"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type="semtech_udp"
1717 # ip:port to bind the UDP listener to
1818 #
1919 # Example: 0.0.0.0:1700 to listen on port 1700 for all network interfaces.
20- # This is the listeren to which the packet-forwarder forwards its data
20+ # This is the listener to which the packet-forwarder forwards its data
2121 # so make sure the 'serv_port_up' and 'serv_port_down' from your
2222 # packet-forwarder matches this port.
2323 udp_bind = " 0.0.0.0:1700"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type="semtech_udp"
1717 # ip:port to bind the UDP listener to
1818 #
1919 # Example: 0.0.0.0:1700 to listen on port 1700 for all network interfaces.
20- # This is the listeren to which the packet-forwarder forwards its data
20+ # This is the listener to which the packet-forwarder forwards its data
2121 # so make sure the 'serv_port_up' and 'serv_port_down' from your
2222 # packet-forwarder matches this port.
2323 udp_bind = " 0.0.0.0:1700"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type="semtech_udp"
1717 # ip:port to bind the UDP listener to
1818 #
1919 # Example: 0.0.0.0:1700 to listen on port 1700 for all network interfaces.
20- # This is the listeren to which the packet-forwarder forwards its data
20+ # This is the listener to which the packet-forwarder forwards its data
2121 # so make sure the 'serv_port_up' and 'serv_port_down' from your
2222 # packet-forwarder matches this port.
2323 udp_bind = " 0.0.0.0:1700"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type="semtech_udp"
1717 # ip:port to bind the UDP listener to
1818 #
1919 # Example: 0.0.0.0:1700 to listen on port 1700 for all network interfaces.
20- # This is the listeren to which the packet-forwarder forwards its data
20+ # This is the listener to which the packet-forwarder forwards its data
2121 # so make sure the 'serv_port_up' and 'serv_port_down' from your
2222 # packet-forwarder matches this port.
2323 udp_bind = " 0.0.0.0:1700"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ type="semtech_udp"
1717 # ip:port to bind the UDP listener to
1818 #
1919 # Example: 0.0.0.0:1700 to listen on port 1700 for all network interfaces.
20- # This is the listeren to which the packet-forwarder forwards its data
20+ # This is the listener to which the packet-forwarder forwards its data
2121 # so make sure the 'serv_port_up' and 'serv_port_down' from your
2222 # packet-forwarder matches this port.
2323 udp_bind = " 0.0.0.0:1700"
You can’t perform that action at this time.
0 commit comments