Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/factana/fogwing-simulator-for-raspberry-python
A Python code for simulated device to send data to Fogwing IoTHub
https://github.com/factana/fogwing-simulator-for-raspberry-python
factana fogwing fogwing-iot fogwing-iothub python raspberrypi sdk
Last synced: 7 days ago
JSON representation
A Python code for simulated device to send data to Fogwing IoTHub
- Host: GitHub
- URL: https://github.com/factana/fogwing-simulator-for-raspberry-python
- Owner: factana
- Created: 2019-11-19T05:28:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T17:44:32.000Z (over 1 year ago)
- Last Synced: 2024-11-05T20:18:03.616Z (about 2 months ago)
- Topics: factana, fogwing, fogwing-iot, fogwing-iothub, python, raspberrypi, sdk
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Fogwing Community**
# *IoT Simulator Programs for Raspberry Pi*
This repository contains simulated code for the Fogwing IoT for Python that enables devices to send the data seamlessly to Fogwing IoTHub environment.
**Note that these SDKs are currently in preview and are subject to change.**
## Fogwing IoT Simulation for Python
This repository contains the following sensor's code:
* [DHT11 Sensor](https://github.com/factana/fogwing-simulator-for-raspberry-python/tree/master/fw-iothub-dht11-sensor)
* [Sample Message](https://github.com/factana/fogwing-simulator-for-raspberry-python/tree/master/fw-iothub-sample-message)
* [Soil Moisture Sensor](https://github.com/factana/fogwing-simulator-for-raspberry-python/tree/master/fw-iothub-soilmoisture-sensor)## Installing the libraries
Install all required libraries using pip with our requirement.txt file that is stored in all sub folders of this repository.
```
pip install -r requirements.txt
```## Run and Get Started with Fogwing IoT
Change the client_id, username and password with your Fogwing IoTHub access credentials after which you can run your file with the below command.
```
python file_name.py
```
provided everything goes well you will find a message that reads successfully published in the command line.## Start Analyzing your Data at Fogwing Platform
Now you are ready to analyze your data at [Fogwing Platform](https://portal.fogwing.net/) portal, you can access the data in data logs section of the portal.## Getting help and finding Fogwing docs
* [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.