Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 7 months ago.
How to enable BSD sockets API
How can I enable BSD sockets API (ideally, via the mbed_lib.json)?
From what I can see, the tunables are hardcoded: LWIP_SOCKET is set to 0 in https://github.com/ARMmbed/mbed-os/blob/master/features/FEATURE_LWIP/lwip-interface/lwipopts.h
Maybe there is some way exists to override that?
Thanks.