- Poky
git clone git://git.yoctoproject.org/poky && cd poky- OE metadata layers
| #!/usr/bin/env python | |
| #----------------------------------------------- | |
| # Name: fetch_cosm.py | |
| # | |
| # Purpose: retrieve historical hi-res data from cosm | |
| # Usage: ./fetch_cosm.py >>cosm_data.csv | |
| # History: | |
| # Date Author Remarks | |
| # 15Oct2012 RW Created. | |
| #----------------------------------------------- |
| /* | |
| Xively MQTT example | |
| -Subscribes to Xively feed | |
| -publishes current value to serial monitor | |
| Based on Basic MQTT Example by knolleary | |
| By Calum Barnes, Xively (c) 2013 |
| #include <SPI.h> | |
| #include <Ethernet.h> | |
| #include <HttpClient.h> | |
| #include <Xively.h> | |
| #include <EEPROM.h> | |
| #include "sha1.h" | |
| #include "EEPROMAnything.h" | |
| #include <MemoryFree.h> | |
| //remove these - add programtic definition |
| #include <SPI.h> | |
| #include "etherShield.h" | |
| #include <LiquidCrystal.h> | |
| #include "Sensirion.h" | |
| #include <OneWire.h> | |
| #include <DallasTemperature.h> | |
| // please modify the following two lines. mac and ip have to be unique | |
| // in your local area network. You can not have the same numbers in |
| # Small define to expand a tarball at a location; assumes File[$title] | |
| # definition of tarball and installation of pax: | |
| define baselayout::drop_tarball($dest, $dir_name, $dir_sub='') { | |
| # $dest: cwd in which expansion is done | |
| # $dir_name: name of top level directory created in $dest | |
| # $dir_sub: regexp to -s for pax - not supported for .zip archives | |
| if ($dir_sub) { |