A library for talking to Multi-Tech's Cellular SocketModem Devices.

Dependents:   M2X_dev axeda_wrapper_dev MTS_M2x_Example1 MTS_Cellular_Connect_Example ... more

Revisions of tests/test_TCP_Socket.h

Revision Date Message Actions
147:cc1789c65687 2014-05-29 add missing end paren in test_TCP_Socket.h File  Diff  Annotate
143:c7d8fe37981b 2014-01-05 revamp Cellular::init() function; resets the radio to make sure it's in a good state before proceeding; this function waits for the radio to come up, so we don't need to outside; ; update documentation and examples in SocketModem to reflect these changes File  Diff  Annotate
141:571e0ef6c8dc 2014-01-04 Added licensing header to all files in the library File  Diff  Annotate
124:6d964b4343c8 2014-01-02 finish cleaning up test directory; socket, socket echo, and ping tests can be run on wifi or cellular by changing #define value in each test header; test_main.cpp has commented out main function with all tests ready to go File  Diff  Annotate
115:b26176f23e89 2013-12-31 add Transport.h to include_me.h; start cleaning up test directory - not finished yet File  Diff  Annotate
96:27bdf4aa3a31 2013-12-30 Fixed mem leak. Improved robustness. Automated Tcp Socket Test. File  Diff  Annotate
71:82205735732b 2013-12-26 Dropped Cellular::Code::CELL_ scope. Changed OK to SUCCESS. Moved common constants to Var.h File  Diff  Annotate
58:408f67fa292f 2013-12-20 Changed Cellular::read() to allow retrieval of remaining rx bytes after socket closed File  Diff  Annotate
39:6e94520a3217 2013-12-19 add mts namespace to files in cellular/, io/, and utils/ directories; prepend CELL_ to some enums in cellular.h to avoid conflict with HTTPClient class; added AxedaWrapper class for sending data to Axeda backend File  Diff  Annotate
19:38794784e009 2013-12-16 Changed Cellular class to singleton (not thread safe) File  Diff  Annotate