This class adds HTTP, FTP and CellLocate client support for u-blox modules for the C027 and C030 boards (excepting the C030 N2xx flavour) from mbed 5.5 onwards. The HTTP, FTP and CellLocate operations are all hosted on the module, minimizing RAM consumption in the mbed MCU. It also sub-classes ublox-cellular-driver-gen to bring in SMS, USSD and modem file system support if you need to use these functions at the same time as the cellular interface.

Dependencies:   ublox-at-cellular-interface

Dependents:   example-ublox-at-cellular-interface-ext HelloMQTT ublox_new_driver_test example-ublox-at-cellular-interface-ext ... more

Revisions of TESTS/unit_tests/http/main.cpp

Revision Date Message Actions
28:4427f2e6bbab 2019-08-26 HTTP Test TLS issue resolved File  Diff  Annotate
20:737d307fd4d6 2019-03-22 Assert updated with the returned status code instead of URL File  Diff  Annotate
19:ee06f3b2b078 2019-01-31 Multiple template mbed app has been merged and http-timeout can be set from json file File  Diff  Annotate
18:071ae6c6e581 2019-01-30 HTTP request timeouts increased, change of https link, buffer size increase and updated the u-blox AT cellular interface hash File  Diff  Annotate
11:3631f62bb359 2017-06-16 Remove return code from ftpResetPar() since not all modules support all parameters and hence it's not possible to be certain which are errors and which are normal. Change order of parameters in ftpCommand() as offset is truly optional (it is not supported by Sara-G350). Make switching on of +ULOCIND URC optional (it is only informative and is not supported by Sara-G350). Update UbloxAtCellularInterface library version. Update mbed_app.json templates. Don't run the HTTP TLS test on C027 as Sara-G350 doesn't support it. File  Diff  Annotate
5:9fd89567f769 2017-06-13 Updated to use u-blox cellular libraries outside mbed but NOT yet fully working on C027. Please hold off from using this library on C027 for now until a commit comes along stating that it is tested and working on C027. File  Diff  Annotate
0:0b75e22c9231 2017-06-05 Initial revision. File  Diff  Annotate