ARMmbed / mbed-os-example-sockets

Simple example for the network-socket API
Apache License 2.0
20 stars 38 forks source link

Remove usage of deprecated string-based API #138

Closed michalpasztamobica closed 4 years ago

michalpasztamobica commented 4 years ago

String-based APIs were marked deprecated and replaced by SocketAddress-based APIs in https://github.com/ARMmbed/mbed-os/pull/11914. This PR switches the example to the new API and removes the deprecated one. To get this compile I updated mbed-os.lib version to 5.15. This blocks https://github.com/ARMmbed/mbed-os/pull/11942

michalpasztamobica commented 4 years ago

@AnttiKauppila , @adbridge , this PR is now updating the code to 5.15, please review.