Перейти к файлу
Wade Wegner 0ace2709ab Merge 2014-05-07 06:09:47 -06:00
src Modified for one temp controller 2014-05-07 06:08:41 -06:00
.gitignore Functional end-to-end simulation 2014-05-02 20:18:51 -06:00
ClearReadings.apex Updated code to queue and insert sensor ids 2014-05-07 04:25:24 -06:00
LICENSE Initial commit 2014-05-02 08:44:55 -07:00
Procfile Trying to debug worker 2014-05-02 20:36:08 -06:00
README.md Update README.md 2014-05-07 05:04:19 -06:00
requirements.txt Functional end-to-end simulation 2014-05-02 20:18:51 -06:00

README.md

iot-monitortemps

This project will help facilitate the acquisition of temperature information from temp sensors connected to a Raspberry Pi into Salesforce. There are a few technologies at play:

  • Raspberry Pi running Debian Wheezy
  • High Temp Waterpoof DS18B20 Digital Sensor (link]
  • Python
  • Cloud AMQP (a RabbitMQ service)
  • Postgres
  • Heroku Connect
  • Salesforce & Force.com

It is my intent to better document and describe not only how this works soon, but how you can run it yourself.

For now, enjoy perusing the code.