ap

Dependencies:   DnsQuery

Dependents:   WizFi310_TCP_Echo_Server_Example

Fork of NetworkSocketAPI by NetworkSocketAPI

Revisions of Socket.cpp

Revision Date Message Actions
45:c8aca7c1e93f 2016-02-24 Added inexaustive list of standardized error codes File  Diff  Annotate
43:09ea32f2eb54 2016-02-24 Responded to feedback in API decisions File  Diff  Annotate
42:49893d13c432 2016-02-23 Standardized some C++ style things File  Diff  Annotate
41:3ec1c97e9bbf 2016-02-23 Moved timeout handling to setTimeout/getTimeout functions File  Diff  Annotate
39:47138420ea42 2016-02-22 Added proper handling of missing ip/port File  Diff  Annotate
38:157fb2ab965f 2016-02-22 Added isConnected method to Socket/SocketInterface File  Diff  Annotate
36:eab792dfb0d8 2016-02-22 Added passing of ip/port into SocketInterface::open for implementation convenience File  Diff  Annotate
35:838393fbc2ca 2016-02-22 Added error on connect without ip/port File  Diff  Annotate
34:c17745683385 2016-02-22 Added url/ip/port as optional arguments to open File  Diff  Annotate
32:2c5fc105fc50 2016-02-22 Added open/close calls to all sockets File  Diff  Annotate
31:7f15b95f2a1d 2016-02-22 Added dependency on DnsQuery accessible through getHostByName File  Diff  Annotate
30:3cc78f5db99d 2016-02-22 Standardized formatting File  Diff  Annotate
29:7bcec3189a93 2016-02-22 Fixed include statements File  Diff  Annotate
28:163fbe3263f4 2016-02-18 Removed memory allocations for internal buffers File  Diff  Annotate
27:d7ed39727306 2016-02-18 Added better behaviour for urls in constructors File  Diff  Annotate
25:ed7b2a52e8ac 2016-02-18 Added abstract base case for Sockets File  Diff  Annotate