From 120907af3e40eeeb39f6791c0dbb6a282a75742d Mon Sep 17 00:00:00 2001 From: jirikrepl Date: Mon, 2 Dec 2019 15:21:41 +0100 Subject: [PATCH] chore: removed unused readme.md files this was used by gitbook before --- content/pybytes/connect/README.md | 35 ------------------- content/pybytes/connect/sigfox/README.md | 44 ------------------------ content/pybytes/integrations/README.md | 13 ------- 3 files changed, 92 deletions(-) delete mode 100644 content/pybytes/connect/README.md delete mode 100644 content/pybytes/connect/sigfox/README.md delete mode 100644 content/pybytes/integrations/README.md diff --git a/content/pybytes/connect/README.md b/content/pybytes/connect/README.md deleted file mode 100644 index 109bf25..0000000 --- a/content/pybytes/connect/README.md +++ /dev/null @@ -1,35 +0,0 @@ - - -In this section, we will explain to you how to add a device to Pybytes. - -## Step 1: Add device wizard - -In Pybytes, go to *Devices* Page: - -1. Click on *Add Device*. - -![](/gitbook/assets/pybytes/add-device/add-device-btn.png) - -2. Select your device (WiPy, LoPy, SiPy, etc.); - -![](/gitbook/assets/pybytes/add-device/select-device-type.png) - -4. Select your network option; - -![](/gitbook/assets/pybytes/add-device/network-step.png) - -5. Enter a unique name and the network credentials (SSID and password) for your device; - -![](/gitbook/assets/pybytes/add-device/customize-step.png) - -## Step 2: Connect your device to Pybytes - -At the end of the "Add Device" wizard, Pybytes will show that your device profile was successfully created. - -![](/gitbook/assets/pybytes/add-device/final-step.png) - -Select how you would like to connect your device to Pybytes: - -1. **[Connect your device quickly](../quick) (Recommended)** - -2. [Connect your device by flashing Pybytes Library](flash) (only if you want to customize Pybytes library code). diff --git a/content/pybytes/connect/sigfox/README.md b/content/pybytes/connect/sigfox/README.md deleted file mode 100644 index 664ae29..0000000 --- a/content/pybytes/connect/sigfox/README.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -title: "Add Sigfox device" -aliases: - - chapter/pybytes/connect/sigfox/sigfox ---- - -{{% hint style="danger" %}} -Before you start you need to create Sigfox account. You need Pycom device with Sigfox to get your Sigfox account. [**Follow these instructions**](../..//gettingstarted/registration/sigfox). -{{% /hint %}} - -## Create Sigfox API credentials - -Once you have you account setup and are logged in Sigfox backend, you need to create API credentials for Pybytes. - -Click on GROUP → <your\_company\_name> → API ACCESS → New - -![](/gitbook/assets/apiaccess%20%281%29.png) - -In the form chose arbitrary _name_, select `LIMITED_ADMIN` and Profile and click on Ok. - -![](/gitbook/assets/apiaccessscope.png) - -Copy _Login_ and _Password_ to the clipboard. - -![](/gitbook/assets/apiaccesskeys.png) - -In Pybytes go to Settings → Sigfox API or [follow this link](https://pybytes.pycom.io/settings/sigfox-credentials) then paste in the form. - -![](/gitbook/assets/pybytessigfoxcredentials.png) - -## Sigfox contract types - -### Sigfox DevKit contracts - -Read more how to use Sigfox with [devKit contract](devkit). - -{{% refname "devkit.md" %}} - -### Sigfox custom contracts - -Read more how to use Sigfox with [Custom contract](devkit). - -{{% refname "custom.md" %}} - diff --git a/content/pybytes/integrations/README.md b/content/pybytes/integrations/README.md deleted file mode 100644 index e650d1e..0000000 --- a/content/pybytes/integrations/README.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: "Integrations" -aliases: ---- - -## Integration with external services - -Pybytes offers a way to interact with external IoT platform or custom services, including the following: - -* [AWS IoT](amazon-iot.md): a managed cloud platform that lets connected devices easily and securely interact with Cloud applications and other devices -* [Microsoft Azure](azure.md): a comprehensive collection of services and solutions designed to help you create end-to-end IoT applications on Azure -* [Google Cloud IoT](google.md): a complete set of tools to connect, process, store, and analyse data, both at the edge and in the cloud -* [Web Hooks](webhooks.md): this allows for user-defined HTTP callbacks to a defined remote destination. All elements of the requests (headers, query string parameters, etc) are customisable