Skip to content

factana/fogwing-simulator-for-udp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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:

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 portal, you can check all the data within the data storage in the portal.

Getting help and finding Fogwing docs