SAMXPS / inoSIM800m2m

Simple M2M/IOT at command based TCP library for SIM800 in arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple SIM800 M2M TCP library

This is a simple SIM800 library for arduino that uses the AT commands to configure the SIM800 module and connect it to a single TCP server. It was built and tested using the SIM800L module and an Arduino Uno.

This library is based on the M2M idea, that is, machine to machine connection. So, this (work in progress) library is intended to be used in IOT applications using arduino or similar ARM based systems.

TODO:

  • Implement multiple-connection mode
  • Handle incoming SMS/Calls
  • Documentation

About

Simple M2M/IOT at command based TCP library for SIM800 in arduino


Languages

Language:C++ 95.5%Language:JavaScript 4.5%