Snippets tagged networking

  • TCP/IP Proxy

    A minimal TCP/IP proxy implementation with F# asynchronous workflows

    24 people like this

    Posted: 13 years ago by Ademar Gonzalez

  • tcpStream abstraction

    Basic (but experimental) TCP stream wrappers to help make TCP more abstracted and cleaner. Giving the user just the impression of a 'stream' that one connects to and sends and receives. This helps promote composition. The first abstraction is 'stream', really just wrapping .NET stream functions so that read returns the read n bytes and write returns the stream, all functions take NetworkStream as the first parameters, followed by other parameters. Currently we don't care about timeouts, exceptions, or other nasty's.

    5 people like this

    Posted: 11 years ago by David Klein

  • Async extensions for Socket

    Async extensions for Socket. This extensions use SocketAsyncEventArgs, not Begin / End pattern.

    2 people like this

    Posted: 9 years ago by sayuri

  • Get local IPv4-address of the computer

    Get local IPv4-address of the computer

    1 people like this

    Posted: 8 years ago by Tuomas Hietanen