Remote Writing IoT Data to Influx-DB over HTTP-API.
Fork of AvnetATT_shape_hackathon by
History
Minor Updates.
2017-10-10, by fenar [Tue, 10 Oct 2017 15:56:54 +0000] rev 37
Minor Updates.
Updates for Additional Sensor Type Measurements
2017-10-10, by fenar [Tue, 10 Oct 2017 13:57:44 +0000] rev 36
Updates for Additional Sensor Type Measurements
This program collects data write to remote Influx DB over Influx-DB HTTP-API.
2017-10-10, by fenar [Tue, 10 Oct 2017 13:21:06 +0000] rev 35
This program collects data write to remote Influx DB over Influx-DB HTTP-API.
Fixed the char to be * char myJsonResponse[512];;
2016-07-23, by stefanrousseau [Sat, 23 Jul 2016 01:10:53 +0000] rev 34
Fixed the char to be * char myJsonResponse[512];;
Changed sock read so it clears out the return data string upon call. If data is obtained then it puts it in the cleared string. Changed sock read so that it returns how many bytes/chars it received from the read.
2016-07-21, by fkellermavnet [Thu, 21 Jul 2016 15:26:42 +0000] rev 33
Changed sock read so it clears out the return data string upon call. If data is obtained then it puts it in the cleared string. Changed sock read so that it returns how many bytes/chars it received from the read.
replaced incorrect usage of string data() with correct c_str().
2016-07-21, by fkellermavnet [Thu, 21 Jul 2016 01:51:59 +0000] rev 32
replaced incorrect usage of string data() with correct c_str().
Make TEMP_HUMIDITY_ONLY the default again for the sensors.
2016-07-20, by stefanrousseau [Wed, 20 Jul 2016 15:46:26 +0000] rev 31
Make TEMP_HUMIDITY_ONLY the default again for the sensors.
Changed the motion sensor instantiation from static to dynamic inside the function that uses it. This is needed because the WNC on the shield corrupts the I2C bus during initialization.
2016-07-20, by stefanrousseau [Wed, 20 Jul 2016 04:01:03 +0000] rev 30
Changed the motion sensor instantiation from static to dynamic inside the function that uses it. This is needed because the WNC on the shield corrupts the I2C bus during initialization.
Changed proximity to value instead of string
2016-07-16, by stefanrousseau [Sat, 16 Jul 2016 17:35:15 +0000] rev 29
Changed proximity to value instead of string
comment cleanup
2016-07-15, by JMF [Fri, 15 Jul 2016 13:17:26 +0000] rev 28
comment cleanup