Skip to content

digitalfotografen/GSMGPRS_Shield

 
 

Repository files navigation

GSMGPRS Shield library

This library is an attempt to create a unified library for all kinds of GSM/GPRS Shields that exists for the Arduino. The idea is not to implement support for all of them but rather define a small number of classes that implementations can inherit from and thus make it easy for a sketch developer to keep his/her sketch code but change the hardware. Preferably the sketch developer would even exchange the GSM/GPRS Shield for a Wifi or Ethernet based one.

NB Seems there already exists a library like this http://arduino.cc/en/Reference/GSM but at the momenet I cannot find the source code. Probably the code is at https://github.com/arduino/Arduino/tree/master/libraries/GSM. Will see how easy that is to adapt to new hardware.

Though there currently exists a number of problems for this to really become a reality:

Existing libraries

None of these libraries seems to have read the Arduino API Style Guide that among other things state: "For network applications, use the Client and Server libraries as the basis" since none of them are based on these.

Other existing libraries that could possibly use this library:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.8%
  • Other 17.9%
  • C 0.3%