cc3000 hostdriver with the mbed socket interface

Dependents:   cc3000_hello_world_demo cc3000_simple_socket_demo cc3000_ntp_demo cc3000_ping_demo ... more

Revisions of Socket/Endpoint.cpp

Revision Date Message Actions
45:50ab13d8f2dc 2013-11-06 complete Ethernet interface File  Diff  Annotate
34:1ad18123bf11 2013-10-08 doxygen comments added by Frank V., htonl in Endpoint File  Diff  Annotate
18:7e22775eadb9 2013-10-02 Websocket demo showed that if gethostbyname failed and returned 0.0.0.0 it still went ahead. Added checking to the gethostbyname call in Endpoint.cpp File  Diff  Annotate
17:14b6a3a2b622 2013-10-02 Hci print internal, Endpoint - unix ending lines File  Diff  Annotate
16:f3676ae62f96 2013-10-02 Merged martins changes with mine File  Diff  Annotate
13:5e36c267e62f 2013-10-02 Now using a #define for debug printing control, allowing redirection and modification in a single place File  Diff  Annotate
12:1c2a856c618a 2013-10-02 Debug messages (\r\n), socket bsd naming File  Diff  Annotate
11:5e3771b29385 2013-10-01 Added \r\n to all debug messages; Fixed debug message displaying the port no incorrectly File  Diff  Annotate
9:4d12b82bc767 2013-10-01 socket set to -1 (closing) File  Diff  Annotate
8:4c42ca37ba33 2013-09-30 Endpoint::set_address correction with IP returned from gethostbyname; Socket - sock_fd set to -1 when socket is closed (still not handling return type. Will add later) File  Diff  Annotate
5:245ac5b73132 2013-09-26 tcp implementation File  Diff  Annotate
4:15b58c119a0a 2013-09-21 mbed socket interface changes; - socket init (creates upd/tcp socket); - debug prints; host driver changes; - blocking call when closing socket (Frank's recommedation); - delete profiles (user info retrieved, then erased) File  Diff  Annotate
0:615c697c33b0 2013-09-19 initial commit File  Diff  Annotate