Skip to content

Autodetection and visualisation of Flukso sensor data in Javascript

Notifications You must be signed in to change notification settings

icarus75/jflukso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jflukso uses the BonjourFoxy Firefox plugin to access the Bonjour entries the host machine obtained through mDNS. It searches for a service of type _flukso._tcp and extracts the necessary information to construct a URL for the RESTful API call to the Fluksometer. E.g. http://flukso.local:8080/sensor/0123456789abcdef0123456789abcde0?version=1.0&interval=minute&unit=watt&jsonp_callback=get_sensor_data. The jsonp callback parameter is required to be able to access data on an IP address different from the one of the HTML page. The data returned by the API call is charted through JQuery/Flot and then updated every second.

More contextual information is available in the elektro:camp(<<2010>>). presentation @ http://www.flukso.net/files/presentations/flukso.20101030.pdf  

About

Autodetection and visualisation of Flukso sensor data in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published