NetworkSocketAPI

Dependencies:   DnsQuery

Dependents:   HelloWizFi250Interface

Fork of NetworkSocketAPI by NetworkSocketAPI

Revisions of SocketInterface.h

Revision Date Message Actions
68:a52251517491 2016-04-01 Reverted api-changes File  Diff  Annotate
66:c84a4c76cb94 2016-04-01 Changed API to better match Posix sockets; ; - Send returns size on success; - Returns NS_ERROR_WOULD_BLOCK when recv would block File  Diff  Annotate
63:531f4c27f360 2016-03-09 update formatting and add comments for documentation File  Diff  Annotate
58:1caa187fa5af 2016-02-25 Removed setURL/IPAddress/Port set of functions from Socket and SocketInterface File  Diff  Annotate
57:3c873fab4207 2016-02-25 Standardized prefix to NS for enums and constants File  Diff  Annotate
53:26b5f1c69822 2016-02-25 Fixed issues with protected destructors File  Diff  Annotate
48:b3bbe28a7963 2016-02-25 Added non-blocking recv 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
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
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
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
26:9774a2edad71 2016-02-18 Moved abstract constructors to protected regions File  Diff  Annotate
24:a5e959bdd2dd 2016-02-18 Added setURL for DNS lookups File  Diff  Annotate
23:1e86d9fb3d86 2016-02-18 Added shallow implementation of simple methods in interfaces File  Diff  Annotate
22:4fca633c0633 2016-02-18 Added implementation for UDPSocket/TCPSocket File  Diff  Annotate
21:35ed15069189 2016-02-18 Added UDPSocket and TCPSocket API and changes to core API File  Diff  Annotate
20:3ad72f5406bf 2015-12-25 Update getAddress File  Diff  Annotate
19:d9fe92a1741d 2015-08-29 Remove the const qualifier File  Diff  Annotate
17:412be55c4ee8 2015-07-26 Updates File  Diff  Annotate
16:658d4943c753 2015-07-26 update includes, comments and pass type File  Diff  Annotate
14:9e1bd182ef07 2015-07-22 Adding handle to SocketInterface and updating map key type File  Diff  Annotate
13:f84e69b3fdd3 2015-07-17 Removed const identifiers File  Diff  Annotate
12:ab3679eb4d9d 2015-07-16 Update comments File  Diff  Annotate
11:47c32687a44c 2015-07-15 Moved underscored_functions to camelCase, added allocate/deallocate socket functions, added data structures to keep track of multiple sockets. File  Diff  Annotate
9:26b257519de9 2015-06-18 change socket->connect to socket->open File  Diff  Annotate
8:4b7f97a5597b 2015-06-17 Updates to socket base classes. still needs a little work File  Diff  Annotate
7:b147c08301be 2015-06-17 Create WiFi base with connection parameters File  Diff  Annotate
2:ce08986b18b5 2015-05-19 Added some SocketInterface functions and docs File  Diff  Annotate
1:291a9d61e58a 2015-05-14 Initial commit File  Diff  Annotate
0:d35446f60233 2015-05-11 Initial commit File  Diff  Annotate