-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] <add BSD sockets interface> #1070
Comments
Hi @bigtreeboy, FreeRTOS+TCP supports BSD style sockets and APIs. Refer: Primary Sockets Functions Suggest you to post these queries in the FreeRTOS Forum. |
Hi @tony-josi-aws, thanks for your answer. |
PS. please close this subject and continue on the FreeRTOS forum. What you can do is create a new set of sockets.h, netdb.h etc, and from there you can include the FreeRTOS includes. Also, you can introduce these kind of macros:
You will have to study the Linux application and check if the FreeRTOS functions do exactly the same. |
If there is a official version for BSD sockets interface, I think it's better. |
I have had a BSD sockets based application.
Now I want to change the TCP/IP stack to freeRTOS-Plus-TCP.
but, unfortunately, freeRTOS-Plus-TCP doesn't supply the BSD sockets interface directly.
If freeRTOS-Plus-TCP has the BSD sockets interface, I don't need change anything in the application.
The text was updated successfully, but these errors were encountered: