Receive XML data from the Biomodd Windowfarm
Processing app to download the XML data from: https://cosm.com/feeds/83640
To Use:
-
Copy examples to your Processing directory
-
Copy 'cosm' folder in libraries to your Processing libraries directory
-
Current variables include:
moistureVal -> // moisture value
lightValue -> // temperature
temperatureValue -> // temperature (near front window)
-
Data is uploaded from the Windowfarm once every minute.
windowfarm_get_simple
- returns recent moisture, light, temp readings
windowfarm_get_feed
- returns recent moisture, light, temp readings with additional feed data
windowfarm_metadata
- returns all data from the feed including: elevation, lat, long
there are additional examples in the libraries/cosm/examples folder