Fnet – FILE* over your socks. Easily create and handle your network sockets
1–4 of 4 posts
Re: Fnet – FILE* over your socks. Easily create and handle your network sockets
#2An fdopen socket wrapper that doesn’t use setvbuf and attempts to re-implement “dial” independently of Plan 9 From User Space.
Re: Fnet – FILE* over your socks. Easily create and handle your network sockets
#3> P.S. It would be great to have Windows support, but it seems like an impossible task due to how the operating system handles sockets and files internally. I tried, but nothing came of it. Perhaps it's still possible, though.
It will almost certainly work on Cygwin.
With the Cygnal project, you can ship a Cygwin program as a native app.
Re: Fnet – FILE* over your socks. Easily create and handle your network sockets
#4> P.S. It would be great to have Windows support, but it seems like an impossible task due to how the operating system handles sockets and files internally. I tried, but nothing came of it. Perhaps it's still possible, though. It will almost certainly work on Cygwin. With the Cygnal project, you can ship a Cygwin program as a native app.
repo is updated, win32 works now.