Appiko / nrf5x-firmware

The repository for the firmware of Appiko's camera triggering device
GNU General Public License v3.0
9 stars 10 forks source link

HTTP response data for the application not supported #7

Closed EarthLord closed 4 years ago

EarthLord commented 4 years ago

Although the struct for 'sim800_http_req_t' has a request type for GET, it is not supported to get the response data from either GET or POST. We can make an implementation where the buffer is in SIM800 module or the main application. Where would the location of the buffer be better?

https://github.com/Appiko/nrf5x-firmware/blob/7855deec9e95a0f5b432030f7586d122a47c79a7/codebase/AT_lib/sim800_oper.h#L116

tejas-tj commented 4 years ago

Not yet. That'll be the part of the next revision of this library.