3/2/2018 10:23 AM | |
Joined: 4/28/2015 Last visit: 11/5/2024 Posts: 3345 Rating: (379)
|
Hi, I've found a well documented Open Source project on github. it is called libsocket. You can try to use this one, I did not test this yet. Best regards! |
Not working for IOT2050 support anymore from March 1st, 2024. |
|
8/29/2018 4:19 AM | |
Joined: 8/4/2011 Last visit: 8/2/2024 Posts: 10 Rating: (1) |
Hi, If you are going through C/C++ use the standard. Usual Includes: #include <sys/socket.h> // Core BSD socket functions and data structures. You could read this: https://www.gnu.org/software/libc/manual/html_node/Sockets.html Best Regards! |
Last edited by: daniel_guillize at: 8/29/2018 4:21:51 AMLast edited by: daniel_guillize at: 8/29/2018 4:24:10 AM |
|
This contribution was helpful to1 thankful Users |
Follow us on