thehapyone / BareBoneSim800

A BareBone Arduino Library For SIM800 Modules
GNU General Public License v3.0
47 stars 18 forks source link

Is it support HTTP Post method ? #4

Closed dhsont closed 5 years ago

dhsont commented 5 years ago

HI,

Is it support HTTP Post method ?

thehapyone commented 5 years ago

Yeah, it does support HTTP Post. See the examples httpClient and Pubnub Post https://github.com/thehapyone/BareBoneSim800/blob/master/examples/

xLarry commented 5 years ago

I just scanned through the above mentioned examples and the corresponding source code and it does not seem as if the library would support a HTTP POST request.

This assumption is based on the following indicators:

However, the library looks well coded and documented on first sight and is exactly what I am looking for right now. I might try to add HTTP POST functionality on my own and will share my progress if you are interested.

thehapyone commented 5 years ago

Yeah, you right. I thought HTTP Post was added to the Library. Let me know if you come up with anything, and I won't be able to add that functionality at this point in time. Depending on the type of application, one might be able to get away using only the GET method.