Dreamforce Heroku Sample mbed application for the FRDM-K64F. This application uses SocketIO to connect and communicate with Heroku.

Dependencies:   BufferedSerial C12832 EthernetInterface HTTPClient-SSL LM75B MMA7660 SocketIO-k64f WebSocketClient-ThermostatDemo mbed-rtos mbed picojson

Fork of df-2013-minihack-thermostat-complete by MBED_DEMOS

Revision:
6:74c1e9c8c90e
Parent:
0:26c48388f725
--- a/README.txt	Mon Nov 11 20:35:49 2013 +0000
+++ b/README.txt	Thu Oct 09 16:14:18 2014 +0000
@@ -3,8 +3,8 @@
 1). Complete the “hands-on” exercises first
     - Required to get setup with an mbed account and the compiler environment
 
-2). Import the “df-2013-minihack-thermostat” project into your mbed project workspace
-    - Be sure to add and make current the “mbed LPC1768” board as the current board 
+2). Import the “df-2013-minihack-thermostat-k64f” project into your mbed project workspace
+    - Be sure to add and make current the “FRDM-K64F” board as the current board 
       to compile to. You can modify the GPS coords and devie name in the same manner
       that you did in the hands-on session - this will enable you to quickly and easily
       identify your device on the map
@@ -23,3 +23,6 @@
 References:
     - Project Source:  http://mbed.org/teams/MBED_DEMOS/code/df-2013-minihack-thermostat/ 
     - Completed Code: http://mbed.org/teams/MBED_DEMOS/code/df-2013-minihack-thermostat-complete/ 
+    
+To View Connected Devices
+    - http://mc-control-1.herokuapp.com (username: <blank> password: foobar)