Skip to content

Commit 1bce734

Browse files
Andrew Harringtonbrocaar
authored andcommitted
Documentation edits (#135)
1 parent 8f8bf2c commit 1bce734

File tree

13 files changed

+15
-16
lines changed

13 files changed

+15
-16
lines changed

cmd/lora-gateway-bridge/cmd/configfile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}"

docs/content/gateway/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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?
1413
Please help by [Contributing]({{<ref "/community/contribute.md">}}).

docs/content/gateway/cisco.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

docs/content/gateway/multitech.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ menu:
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
1818
the UDP data to `localhost:1700` and the LoRa Gateway Bridge will forward
1919
this 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>}}

docs/content/install/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

packaging/files/lora-gateway-bridge.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

packaging/vendor/cisco/IXM-LPWA/files/etc/lora-gateway-bridge/lora-gateway-bridge.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

packaging/vendor/kerlink/ibts/files/lora-gateway-bridge.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

packaging/vendor/kerlink/ifemtocell/files/lora-gateway-bridge.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

packaging/vendor/multitech/conduit/files/lora-gateway-bridge.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)