mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 07:06:20 +01:00
feat: Added new level - Networks
This commit is contained in:
65
config.toml
65
config.toml
@@ -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"
|
||||
|
||||
8
content/pybytes/networks/_index.md
Normal file
8
content/pybytes/networks/_index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Networks"
|
||||
aliases:
|
||||
---
|
||||
|
||||
[**Sigfox**](/pybytes/networks/sigfox)
|
||||
|
||||
[**LoRa**](/pybytes/networks/lora)
|
||||
@@ -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/).
|
||||
|
||||
Reference in New Issue
Block a user