easy connect wnc added to http request with debug mode enabled. traces collected for AT%CGEQOS, AT%MEAS, AT%PCONI
Fork of WncControllerLibrary by
History
easy connect WNC added to HTTP example with debug mode turned on to obtain AT command traces for AT%MEAS, AT%PCONI, AT%CGEQOS
2017-12-14, by nrithya [Thu, 14 Dec 2017 00:27:35 +0000] rev 39
easy connect WNC added to HTTP example with debug mode turned on to obtain AT command traces for AT%MEAS, AT%PCONI, AT%CGEQOS
loading time
2017-11-26, by nrithya [Sun, 26 Nov 2017 03:50:50 +0000] rev 38
loading time
Fixed benign bug, if string not found for dnsresolve (which means something is broken anyways), code was adding and then looking for string::npos. Which if the string was not correct this would have probably crashed the application, all fixed now.
2017-09-15, by fkellermavnet [Fri, 15 Sep 2017 23:28:54 +0000] rev 37
Fixed benign bug, if string not found for dnsresolve (which means something is broken anyways), code was adding and then looking for string::npos. Which if the string was not correct this would have probably crashed the application, all fixed now.
jdfjadfjadlkjfasd;lkj
2017-04-06, by jmf [Thu, 06 Apr 2017 21:42:30 -0400] rev 36
jdfjadfjadlkjfasd;lkj
added an "include <string.h>" to resolve an error regarding access strlen. This problem began when the mbed.org compiler was updated.
2017-03-09, by JMF [Thu, 09 Mar 2017 00:58:50 +0000] rev 35
added an "include <string.h>" to resolve an error regarding access strlen. This problem began when the mbed.org compiler was updated.
Added tag att_cellular_K64_wnc_14A2A_20161117 for changeset 2958e09ad308
2016-11-17, by root@developer-sjc-cyan-compiler.local.mbed.org [Thu, 17 Nov 2016 18:33:34 +0000] rev 34
Added tag att_cellular_K64_wnc_14A2A_20161117 for changeset 2958e09ad308
Added docs, changed ::write() to use uint8_t instead of char.
2016-11-17, by fkellermavnet [Thu, 17 Nov 2016 15:30:42 +0000] rev 33
Added docs, changed ::write() to use uint8_t instead of char.
Removed the power save mode turn off.
2016-10-10, by fkellermavnet [Mon, 10 Oct 2016 17:02:24 +0000] rev 32
Removed the power save mode turn off.
Added a toggle of the wakeup pin to try to stop the 'A' from being dropped.; Added an AT% cmd to turn off power saving mode, this is thought to maybe be a solution to the no response problem.;
2016-10-07, by fkellermavnet [Fri, 07 Oct 2016 18:36:42 +0000] rev 31
Added a toggle of the wakeup pin to try to stop the 'A' from being dropped.; Added an AT% cmd to turn off power saving mode, this is thought to maybe be a solution to the no response problem.;
Changed cell status check to return earlier if a no response is detected.
2016-09-23, by fkellermavnet [Fri, 23 Sep 2016 14:55:35 +0000] rev 30
Changed cell status check to return earlier if a no response is detected.