-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add metadata to gateways #1260
Merged
benolayinka
merged 13 commits into
TheThingsIndustries:master
from
LDannijs:gateway-metadata
Feb 15, 2024
Merged
Add metadata to gateways #1260
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
85dac70
doc: Add metadata to gateways
LDannijs 3ea91b2
doc: Fix wifx-l1
LDannijs ffad43f
doc: Remove image current path
LDannijs 023032a
doc: Update filetype for #1254
LDannijs 9cbbe7d
doc: Fix accidental characters
LDannijs e0ce57f
doc: Add page, ip and backhaul type
LDannijs 11d031f
doc: Split Milesight up
LDannijs ec146cc
doc: Add IP rating to UG87
LDannijs ee25026
doc: Add missing vendor pages
LDannijs ac0c3db
doc: Add script and change backhaul
LDannijs 9cac640
doc: Add gateway sync to release actions
benolayinka 00d8fe3
doc: Update cotx x3 image
LDannijs 641c90b
doc: Fix gateway.csv sync syntax
benolayinka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,3 +92,6 @@ endif | |
|
||
.PHONY: init | ||
init: deps | ||
|
||
gateways.csv: | ||
go run frontmatter.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions
4
...tent/gateways/models/milesightug6x/lbs.md → ...tent/gateways/models/milesightug65/lbs.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
4 changes: 2 additions & 2 deletions
4
.../models/milesightug6x/packet-forwarder.md → .../models/milesightug65/packet-forwarder.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
title: "Milesight UG67 LoRaWAN Gateway" | ||
vendor: "Milesight" | ||
vendor_page: "https://www.milesight.com/iot/product/lorawan-gateway/ug67" | ||
description: "The Milesight UG67 is a robust outdoor LoRaWAN® gateway designed for outdoor deployments. Powered by the SX1302 LoRa chip and a high-performance quad-core CPU, the UG67 can support connectivity with over 2000 nodes." | ||
ip_rating: "IP67" | ||
backhaul: [Ethernet, Cellular (optional)] | ||
aliases: [/gateways/milesightug67] | ||
image: [ug67.png] | ||
--- | ||
|
||
{{< figure src="ug67.png" alt="Milesight IoT UG67" class="plain float" width="80%" >}} | ||
|
||
The **Milesight UG67** is a robust outdoor LoRaWAN® gateway designed for outdoor deployments. Powered by the SX1302 LoRa chip and a high-performance quad-core CPU, the UG67 can support connectivity with over 2000 nodes. This page contains information about connecting the Milesight IoT UG67 LoRaWAN gateway to {{% tts %}}. | ||
|
||
<!--more--> | ||
|
||
The technical specifications can be found in Milesight's official [UG67](https://www.milesight-iot.com/lorawan/gateway/ug67/) pages. | ||
|
||
The Milesight UG67 LoRaWAN gateways support two ways of connecting {{% tts %}}, using the {{% udp-pf %}} or {{% lbs %}}. | ||
|
||
## Requirements | ||
|
||
1. User account on {{% tts %}} with rights to create gateways. | ||
2. Milesight IoT UG67 LoRaWAN gateway connected to the Internet via Ethernet or Cellular backhaul. | ||
3. CA certificate for {{% lbs %}} (if using {{% lbs %}}). | ||
|
||
## Registration | ||
|
||
[Add a gateway]({{< ref "/gateways/concepts/adding-gateways" >}}) by following the instructions for the [Console]({{< ref "/the-things-stack/interact/console#create-gateway" >}}) or the [CLI]({{< ref "/the-things-stack/interact/cli#create-gateway" >}}). | ||
|
||
The **Gateway EUI** of the gateway can be found on the gateway's configuration web page. See [Configuration via Browser section]({{< ref "#configuration-via-browser" >}}) below for instructions to access the configuration page. | ||
|
||
{{< figure src="eui.png" alt="Gateway EUI" >}} | ||
|
||
## Configuration via Browser | ||
|
||
Find the gateway's IP address. The default IP address for the Milesight UG67 LoRaWAN gateway is `192.168.23.150`. | ||
|
||
Connect your machine to the same local network as that of the gateway, and enter the gateway's IP address in your web browser. YOu will be presented with a login screen. The default username is `admin` and the default password is `password`. | ||
|
||
{{< figure src="login.png" alt="Login" >}} | ||
|
||
See [Milesight's official documentation](https://www.milesight-iot.com/documents-download) for more information. | ||
|
||
### Disable Default Server | ||
|
||
In the left menu, choose **Packet Forwarder**. Select the **General** tab. | ||
|
||
{{< figure src="eui.png" alt="Packet Forwarder" >}} | ||
|
||
Click the pencil icon next to the **localhost**, and uncheck the **Enable** button to disable the **Embedded NS**. | ||
|
||
Click **Save** to continue. | ||
|
||
{{< figure src="disable.png" alt="Disable default server" >}} | ||
|
||
## Connect to {{% tts %}} | ||
|
||
After completing the basic configuration, follow the instructions to [Connect Milesight UG67 with {{< lbs >}}]({{< relref "lbs" >}}) or to [Connect Milesight UG67 with {{% udp-pf %}}]({{< relref "packet-forwarder" >}}). |
File renamed without changes
File renamed without changes
File renamed without changes
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think changes to this image caused the next image to go left and it is no longer centered:
Can you pls fix this since all images below are centered