Got modem to work with MedSentry website. Includes minor change to a library file.

Dependencies:   CyaSSL

Dependents:   MTS-Socket

Fork of HTTPClient-SSL by MultiTech

History

Added hardware reset of modem, including the option from debugMenu=>SystemSetup default tip

2016-02-04, by kruenhec [Thu, 04 Feb 2016 17:42:55 +0000] rev 55

Added hardware reset of modem, including the option from debugMenu=>SystemSetup


Doubled the chunk size in HTTP Client to address the serial rx byte dropped problem.

2016-01-28, by kruenhec [Thu, 28 Jan 2016 21:32:04 +0000] rev 54

Doubled the chunk size in HTTP Client to address the serial rx byte dropped problem.


Eliminated extra http debug information because it bogged down the system.

2016-01-27, by kruenhec [Wed, 27 Jan 2016 22:55:35 +0000] rev 53

Eliminated extra http debug information because it bogged down the system.


Enabled extra debug information from HTTP client

2016-01-26, by kruenhec [Tue, 26 Jan 2016 20:09:15 +0000] rev 52

Enabled extra debug information from HTTP client


Modified CheckSignalStrength() so that is returns Levels of 1-5. Modified GetNetworkTime() so that it returns a populated tm structure

2015-09-22, by kruenhec [Tue, 22 Sep 2015 14:51:36 +0000] rev 51

Modified CheckSignalStrength() so that is returns Levels of 1-5. Modified GetNetworkTime() so that it returns a populated tm structure


Made modem work with MedSentry site by increasing chunk size to 512 and changing encoding from text to url

2015-09-11, by kruenhec [Fri, 11 Sep 2015 21:51:39 +0000] rev 50

Made modem work with MedSentry site by increasing chunk size to 512 and changing encoding from text to url


update to MultiTech official version of CyaSSL library

2015-06-25, by mfiore [Thu, 25 Jun 2015 13:55:25 +0000] rev 49

update to MultiTech official version of CyaSSL library


remove httpbincert.h - moving to MTS-Socket/Test/

2015-03-24, by Mike Fiore [Tue, 24 Mar 2015 10:50:58 -0500] rev 48

remove httpbincert.h - moving to MTS-Socket/Test/


update CyaSSL

2015-03-24, by mfiore [Tue, 24 Mar 2015 15:37:18 +0000] rev 47

update CyaSSL


Added httpbinCert.h to hold the CA certificate for httpbin.org to test HTTPS connections to the remote server.

2015-03-11, by Vanger [Wed, 11 Mar 2015 17:25:07 +0000] rev 46

Added httpbinCert.h to hold the CA certificate for httpbin.org to test HTTPS connections to the remote server.