Seppo Takalo
|
c71abfed26
|
Update NanostackSocket to match API changes in v5.0.7
|
2016-11-09 16:07:13 +02:00 |
Martin Kojtal
|
7eaf32baa0
|
Merge pull request #3075 from geky/nsapi-error-size-types-2
nsapi - Add standardized return types for size and errors
|
2016-11-07 11:13:40 +00:00 |
Christopher Haster
|
00458c391c
|
nsapi - Adopted standardized return types in the Nanostack interfaces
|
2016-11-02 15:55:42 -05:00 |
Kevin Bracey
|
2135c8f368
|
NanostackInterface: Remove string round-trips
Older versions of SocketAddress required conversion via string - this is
no longer the case.
|
2016-10-31 10:20:24 +02:00 |
Kevin Bracey
|
b2834b9aa6
|
NanostackInterface: Allow binding to address
These days Nanostack does let you bind to an address - permit this.
(Remembering to check it is an IPv6 address).
|
2016-10-31 10:20:24 +02:00 |
Kevin Bracey
|
8e5391ab85
|
NanostackInterface: Check input address is IPv6
For the two calls that use the address - sendto and connect, check that it
actually is an IPv6 address.
|
2016-10-31 10:20:18 +02:00 |
Christopher Haster
|
ba99a1f31d
|
restructure - Restructured features/net directory
features/net/network-socket -> features/netsocket
features/net/FEATURE_IPV4 -> features/FEATURE_LWIP
features/net/nanostack-binaries -> features/nanostack
features/net/FEATURE_NANOSTACK -> features/nanostack/FEATURE_NANOSTACK
|
2016-09-30 19:18:09 -05:00 |