feat: Added new level - Networks

This commit is contained in:
Aline
2019-12-19 15:05:38 +01:00
parent a45ec4bff1
commit 2dc9ff5c56
8 changed files with 45 additions and 30 deletions

View File

@@ -1173,27 +1173,6 @@ theme = "doc-theme"
parent = "pybytes@connect"
weight = 10
[[menu.main]]
name = "Sigfox"
url = "/pybytes/sigfox/"
identifier = "pybytes@sigfox"
parent = "pybytes"
weight = 30
[[menu.main]]
name = "DevKit contract"
url = "/pybytes/sigfox/devkit/"
identifier = "pybytes@sigfox@devkit"
parent = "pybytes@sigfox"
weight = 10
[[menu.main]]
name = "Custom contract"
url = "/pybytes/sigfox/custom/"
identifier = "pybytes@sigfox@custom"
parent = "pybytes@sigfox"
weight = 20
[[menu.main]]
name = "Project Releases"
url = "/pybytes/releases/"
@@ -1223,18 +1202,46 @@ theme = "doc-theme"
weight = 20
[[menu.main]]
name = "LoRa"
url = "/pybytes/lora/"
identifier = "pybytes@lora"
name = "Networks"
url = "/pybytes/networks/"
identifier = "pybytes@networks"
parent = "pybytes"
weight = 30
weight = 20
[[menu.main]]
name = "Sigfox"
url = "/pybytes/networks/sigfox/"
identifier = "pybytes@networks@sigfox"
parent = "pybytes@networks"
weight = 20
[[menu.main]]
name = "DevKit contract"
url = "/pybytes/networks/sigfox/devkit/"
identifier = "pybytes@networks@sigfox@devkit"
parent = "pybytes@networks@sigfox"
weight = 20
[[menu.main]]
name = "Custom contract"
url = "/pybytes/networks/sigfox/custom/"
identifier = "pybytes@networks@sigfox@custom"
parent = "pybytes@networks@sigfox"
weight = 20
[[menu.main]]
name = "LoRa"
url = "/pybytes/networks/lora/"
identifier = "pybytes@networks@lora"
parent = "pybytes@networks"
weight = 20
[[menu.main]]
name = "Pycom LoRa Server"
url = "/pybytes/lora/pycomLoraServerSetup/"
identifier = "pybytes@lora@pycomLoraServerSetup"
parent = "pybytes@lora"
weight = 10
url = "/pybytes/networks/lora/pycomLoraServerSetup/"
identifier = "pybytes@networks@lora@pycomLoraServerSetup"
parent = "pybytes@networks@lora"
weight = 20
[[menu.main]]
name = "Visualise data"

View File

@@ -0,0 +1,8 @@
---
title: "Networks"
aliases:
---
[**Sigfox**](/pybytes/networks/sigfox)
[**LoRa**](/pybytes/networks/lora)

View File

@@ -11,7 +11,7 @@ Pybytes supports [The Things Network](https://www.thethingsnetwork.org/) and Chi
Once a device is created in Pybytes with LoRa network, and the TTN Server is selected, the device is automatically created in TTN server.
## LoRa Server
## ChirpStack
Pybytes has its own LoRa Server based on [ChirpStack](https://www.chirpstack.io/).