Sample program for using Pubnub on AT&T IoT Starter Kit (which has the WNC modem)
Dependencies: Pubnub_mbed2_sync WNCInterface mbed-rtos mbed
Fork of WNCInterface_M2XMQTTdemo by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
10:f05fb235b75b | 2016-11-11 | sveljko | Added generating the UUID, using the rand() and setting srand() from pubnub_time() |
9:dcb02cfdc63c | 2016-11-10 | sveljko | Reverted to an older version of `WNCInterface` library, because of build problems (and we don't need the SSL support yet) |
8:57a5d7fbba6d | 2016-11-10 | sveljko | Sample program for using Pubnub on AT&T IoT Stater Kit (with the WNC modem) |
7:a163267890fa | 2016-10-08 | JMF | tested version. |
6:853f6aac9a9d | 2016-10-08 | JMF | Cleanup and resetting the loop delay to 8 seconds to verify long-term operation. |
5:f9dc2e9e53a8 | 2016-10-07 | JMF | Added code to wrap Temp & Humidity and a #define for the loop delay. |
4:c9290723dce9 | 2016-10-07 | JMF | Cleanup. |
3:84f5cf6f2521 | 2016-10-07 | JMF | changed printf to pc.printf |
2:e355d362a2d8 | 2016-10-07 | JMF | changed all printf to pc.printf |
1:ceb54785e67c | 2016-09-27 | JMF | changed main.cpp to conform with anew way to enable WncController class debug output. |
0:b476b3f6cb65 | 2016-09-21 | JMF | Initial Commit; |