Is rephone capable of http post? I don’t see any library about GPRS like the Linkit One.
Nothing similar in the example applications?
They only have for GSM only and nothing about GPRS or how to use it on REST.
There is an example of http in Arduino IDE and Eclipse
Arduino: …\Arduino_IDE_for_RePhone\hardware\arduino\mtk\libraries\Network_https
Eclipse : …\eclipse\LINKIT_ASSIST_SDK\examples\API\Network_HTTP
Actually in the example it’s HTTP GET not POST.