Skip to content

Demonstrates grabbing data from an IOT device using Red5pro server api

Notifications You must be signed in to change notification settings

rajdeeprath/iot-data-grabber-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iot-data-grabber-demo

Demonstrates grabbing data from an IOT device using Red5pro server api. Temperature and humidity data are captured into your red5 application code via the Red5pro api service.

RED5 SERVER SIDE PROJECT: - data-grabber

Contains Red5 / Red5pro project for receieving sensor data from arduino client. The project is a simple maven based Red5 project which can be loaded into Eclipse IDE. You can then compile the project into a war or publish to a Red5pro server isntallation on your system to run / debug.

ARDUINO CLIENT PROJECT: - red5pro_sensor_client

Contains a standard Arduino sketch for grabbing data from a DHT11 sensor and posting to Red5 pro api service using Ethernet shield and Ethernet library code.

DHT11 CLIENT LIBRARY: - Arduino/libraries/DHT

DHT11 library has been included (Library is developed by its own developer. Credits to original developer of the library). Arduino/libraries/DHT.The entire DHT folder much be copied to your Arduino/libraries folder. Arduino IDE must be restarted.

About

Demonstrates grabbing data from an IOT device using Red5pro server api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages