You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Http GET Wrapper
This wrapper polls a sensor data from a web server using http get requests.
This can be used with any kind of sensor providing access to its sensor data via a web server.
As a sample, we provide a netcam virtual sensor which uses this wrapper to interact with Axis 206W networked camera.
This wrapper has the following parameters :
rate is an integer value representing the polling intervals in msec (default value is 2000 which implies polling every 2 seconds).