Complete library supporting MultiConnect Dragonfly and SocketModem Arduino Shield devices.

Dependencies:   MTS-Cellular MTS-Serial MTS-Socket MTS-Test MTS-Utils

Dependents:   MTSAS_Cellular_HTTP_Example MTSAS_Cellular_Connect_Example MTSAS_Cellular_SMS_Example MultiTech_Dragonfly_2015_ATT_Gov_Solutions_Hackathon_Example ... more

mtsas.h

Committer:
mfiore
Date:
2014-05-21
Revision:
0:60d8870d0ef6
Child:
2:da111c896e9f

File content as of revision 0:60d8870d0ef6:

/* Cellular Includes */
#include "Cellular.h"
#include "EasyIP.h"
#include "UIP.h"

/* Cellular Utils Includes */
#include "Terminal.h"

/* Serial Includes */
#include "MTSBufferedIO.h"
#include "MTSSerial.h"
#include "MTSSerialFlowControl.h"

/* Socket Includes */
#include "CommInterface.h"
#include "IPStack.h"
#include "Transport.h"
#include "Endpoint.h"
#include "Socket.h"
#include "UDPSocket.h"
#include "TCPSocketConnection.h"

/* Utils Includes */
#include "MTSCircularBuffer.h"
#include "MTSLog.h"
#include "MTSText.h"