New Tester

Dependencies:   HPM

Fork of frdm_https_HPM by mDot

Changes

RevisionDateWhoCommit message
27:373612b1cd94 2017-12-06 Roietronics New tester HPM_lib_tester loads hang online ide default tip
26:43420c027a45 2017-11-29 Roietronics Add code to insatiate HOM object
25:208da94cc7b0 2017-11-20 jacobgqc Removed comments, cleaned up code indentation, added more printf statements for debugging.
24:236f1988ea0b 2017-11-20 jacobgqc Revert back to previous branch
23:e09d717e5edb 2017-11-20 jacobgqc Fixed bug in HPM library, string method was missing ending } in JSON object.
22:fee343b21339 2017-11-20 jacobgqc Created a project for testing the HPM library. It simply prints results to console instead of sending via HTTPS.; Fixed bug in HPM library, string method was missing ending } in JSON object.
21:3b8ee4c36bca 2017-11-16 jacobgqc HPM TEST definition works properly if 0 or 1.
20:512b28f7c82a 2017-11-16 jacobgqc Bug fix in the HPM call from main-https.cpp; To toggle between TEST and SENSOR mode, just comment or uncomment the #DEFINE TEST line in select-demo.h
19:affde9506376 2017-11-16 jacobgqc Main HPM, non-testing, functions done. Need to be tested against the actual sensor.; Conditional 'MODE' variable isn't working for TEST vs SENSOR.
18:679f824b60f8 2017-11-14 jacobgqc Added HPM library to the frdm_https project.
17:271c2b53716f 2017-11-14 jacobgqc Added HPM library to the frdm_https project.; Currently only has test functionality. Not working.
16:52f2d60af06e 2017-11-11 sudhirkshirsagar Added HPM01 device
15:30a46fbb85ec 2017-08-14 sudhirkshirsagar First commit
14:3c173847e681 2017-03-30 Jan Jongboom Bump mbed-http, treat response without Content-Length but with a body as chunked
13:5a210d227769 2017-03-30 Jan Jongboom Bump mbed-http
12:4c226ca06191 2017-03-28 Jan Jongboom Add socket reuse demo's
11:72c089200302 2017-03-28 Jan Jongboom Add socket reuse
10:e79a808ebbe8 2017-03-28 Jan Jongboom Add Lets Encrypt CA, so httpbin.org works again, bump mbed-http
9:6925d0c8c62f 2017-03-02 Jan Jongboom Bump mbed-http, now handles URLs without a path
8:960efb92bd84 2017-03-02 Jan Jongboom Bump mbed-http, now compiles against ARMCC
7:5d32909f77de 2017-02-24 Jan Jongboom Add chunked encoding, make HttpResponse own response headers
6:4a3ed1515bed 2017-02-23 Jan Jongboom Bump mbed-http, rely on is_body_complete() in HTTPS requests too
5:42f713b19337 2017-02-23 Jan Jongboom Rely on Content-Length, allocate body on the heap
4:27fd8efb5bab 2017-02-23 Jan Jongboom Increase MBEDTLS_MPI_MAX_SIZE so HTTPS calls to httpbin work as well
3:0f5859a9e3de 2017-02-16 Jan Jongboom Update mbed-http
2:4b4ac59ff9b0 2017-02-16 Jan Jongboom Move mbed-http into a separate library
1:3bff14db67c7 2017-02-16 Jan Jongboom Add mbed-http
0:85fdc69bc10c 2017-02-15 Jan Jongboom Initial commit