Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/factana/fogwing-simulator-for-udp
Simulator program to send data to fogwing using UDP
https://github.com/factana/fogwing-simulator-for-udp
factana fogwing fogwing-iot fogwing-iothub python sdk simulator udp
Last synced: about 1 month ago
JSON representation
Simulator program to send data to fogwing using UDP
- Host: GitHub
- URL: https://github.com/factana/fogwing-simulator-for-udp
- Owner: factana
- Created: 2020-06-08T13:19:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T16:51:01.000Z (over 1 year ago)
- Last Synced: 2024-11-05T20:18:03.552Z (3 months ago)
- Topics: factana, fogwing, fogwing-iot, fogwing-iothub, python, sdk, simulator, udp
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# _Fogwing IoT Simulator Program for Raspberry Pi using UDP protocol_
This directory provide two files that sends sample data over Fogwing IoTHub using UDP protocol.**Note that these SDKs are currently in preview and are subject to change.**
## Fogwing IoT Simulation using UDP protocol
We have provided two files:
* [fwg_udp_simulator.py](https://github.com/factana/fogwing-simulator-for-udp/blob/master/fwg_udp_simulator.py)
* [configuration.json](https://github.com/factana/fogwing-simulator-for-udp/blob/master/configuration.json)The logic behind the code is to send the sample data over Fogwing
IoTHub using UDP protocol.## Step:1
### Python & json file
* Copy all the files into your Rasberry Pi and
you are good to start ! You now finish with coding part.
## Step:2
### Credentials
**Note:-** Do the following modification in **configuration.json** file.
* Change the **dev_eui** with your Fogwing IoTHub access
credentials.
## Step:3
### Run and Get Started with Fogwing IoT
* Now run the file with the below command.
```
python fwg_udp_simulator.py
```
**Note:-** Provided everything goes in line with the above mentioned instructions,
you will be able to see a message that reads 'successfully published' in command line.## Step:4
### Start analyzing your data at Fogwing Platform
* Now you are ready to analyze your data at [Fogwing Platform](https://enterprise.fogwing.net/) portal,
you can check all the data within the data storage in the portal.
### Getting help and finding Fogwing docs
* [Fogwing Platform Forum](https://enterprise.fogwing.net/)
* [Fogwing Platform Docs](https://docs.fogwing.io/)
* Please visit https://www.fogwing.io/industrial-iot-platform/ for more information about Fogwing Industrial IoT Platform.