3/2/2018 10:23 AM | |
Joined: 4/28/2015 Last visit: 2/18/2019 Posts: 1014 Rating:
|
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! |
8/29/2018 4:19 AM | |
Joined: 8/4/2011 Last visit: 9/4/2018 Posts: 10 Rating:
|
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 to
1 thankful Users |
Follow us on