dermesser / libsocket

The ultimate socket library for C and C++, supporting TCP, UDP and Unix sockets (DGRAM and STREAM) on Linux, FreeBSD, Solaris. See also my uvco library for a refreshed version!
https://borgac.net/~lbo/doc/libsocket/
Other
797 stars 195 forks source link

Letting you know about a new (partial) platform #62

Closed ghost closed 5 years ago

ghost commented 5 years ago

@dermesser

Hey there,

I have been using libsocket successfully in my project on Android OS. Although I'm only using Unix domain sockets and other parts are removed, you may mention this in your official documents.

My stripped version of libsocket for Android with build script working with Android NDK is available at: https://github.com/sjaymin1001/libsocket. Have a look!

dermesser commented 5 years ago

Thank you! :)