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_Echo.h

Revision Date Message Actions
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
91:9439ad14d7f0 2013-12-27 fixed blocking and non-blocking read/write calls. Fixed sendCmd to allow read() to timeout. File  Diff  Annotate
84:77c5ab16534d 2013-12-27 Employed RTS threshold algorithm. Removed header guards from cpp files. 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
68:c490e4a51778 2013-12-24 Moved timeout functionality to MTSBufferedIO calls. Improved sendCmd. File  Diff  Annotate
55:56d9a9d98079 2013-12-20 Got UDP working File  Diff  Annotate
53:27c9622de0f9 2013-12-20 Implemented bind. Fixed Jonathan's header guards ;) File  Diff  Annotate
44:86fa8f50a1df 2013-12-19 Merge conflicts were not resolved as expected File  Diff  Annotate
41:81d035fb0b6a 2013-12-19 Added echo client test File  Diff  Annotate