Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/factana/fogwing-simulator-for-iothub-api
A sample Python program to send data to Fogwing using IoT Hub API provided by Fogwing
https://github.com/factana/fogwing-simulator-for-iothub-api
factana fogwing-api fogwing-iot fogwing-iothub iothub-api python
Last synced: 7 days ago
JSON representation
A sample Python program to send data to Fogwing using IoT Hub API provided by Fogwing
- Host: GitHub
- URL: https://github.com/factana/fogwing-simulator-for-iothub-api
- Owner: factana
- Created: 2020-06-08T13:27:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T21:40:30.000Z (over 1 year ago)
- Last Synced: 2024-11-05T20:18:03.550Z (about 2 months ago)
- Topics: factana, fogwing-api, fogwing-iot, fogwing-iothub, iothub-api, python
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **_Fogwing IIoT API Examples_**
## **Overview**
This repository provides code examples for sending data to the Fogwing IIoT platform using its API. Its purpose is to assist anyone interested in using the API to get started and learn how to send data [Fogwing IIoT](https://portal.fogwing.net/) using either an API Token or an API Key.## **Getting Started**
To get started, you will need to have a Fogwing IIoT account. If you don't have an account already, you can sign up for one on the [Fogwing Portal](https://portal.fogwing.net/).Once you have an account, you can use the examples in this repository to start sending data to the Fogwing IIoT platform using the API.
## **Contents**
This repository contains two folders:
1. [using_API_key](https://github.com/factana/fogwing-simulator-for-iothub-api/blob/master/using_API_key/): This folder contains example code snippets for sending data to Fogwing IIoT using an API Key.
2. [using_API_token](https://github.com/factana/fogwing-simulator-for-iothub-api/blob/master/using_API_token/): This folder contains example code snippets for sending data to Fogwing IIoT using an API Token.Each folder contains a README.md file with instructions on how to send data using the respective authentication method.
## **Where to Find Help and Resources for Fogwing**
* [Fogwing Open APIs Docs.](https://api.fogwing.net/)
* [Fogwing Platform Forum.](https://community.fogwing.io/)
* [Fogwing Platform Docs.](https://docs.fogwing.io/)
## Please visit https://www.fogwing.io/industrial-iot-platform/ for more information about Fogwing Industrial IoT Platform. ##