Showing 24 open source projects for "reliable udp"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    spp

    spp

    A simple and powerful proxy

    Supported protocol: TCP, UDP, RUDP (Reliable UDP), RICMP (Reliable ICMP), RHTTP (Reliable HTTP), KCP, Quic. Support type: forward proxy, reverse agent, SOCKS5 forward agent, SOCKS5 reverse agent. Agreement and type can be freely combined. External agent agreement and internal forwarding protocols can freely combine. Support Shadowsocks plug-in, spp-shadowsocks-plugin, spp-shadowsocks-plugin-android.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    LiteNetLib 1.0 indev

    LiteNetLib 1.0 indev

    Lite reliable UDP library for Mono and .NET

    Lite reliable UDP library for .NET Framework 3.5, Mono, .NET Core 2.0, .NET Standard 2.0. Small packet size overhead (1 byte for unreliable, 3 bytes for reliable packets). Helper classes for sending and reading messages. Always use library sources instead of precompiled DLL files (because there are platform-specific #ifdefs and workarounds for unity bugs).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Tokio

    Tokio

    A runtime for writing reliable asynchronous applications with Rust

    ...These include a multithreaded, work-stealing based task scheduler; a reactor that's supported by the operating system's event queue; and asynchronous TCP and UDP sockets. Tokio is reliable in that its APIs are memory-safe, thread-safe, and misuse-resistant. Thanks to its task scheduler, it is also incredibly fast. It is capable of processing hundreds of thousands of requests per second with little to no overhead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Hysteria

    Hysteria

    Hysteria is a powerful, lightning fast and censorship resistant proxy

    Hysteria is a high-performance, censorship-resistant proxy and VPN-like networking tool designed to deliver fast, reliable connectivity over unstable or lossy networks by leveraging a custom UDP/QUIC-based transport layer that can masquerade as standard HTTP/3 traffic to evade detection. It supports a wide range of use cases including SOCKS5 and HTTP proxying, TCP/UDP forwarding, Linux TProxy for network redirection, and even tunneling via TUN interfaces, making it a flexible choice for developers and network engineers needing robust remote access or traffic obfuscation. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    Aeron

    Aeron

    Efficient UDP unicast, UDP multicast, and IPC message transport

    Efficient reliable UDP unicast, UDP multicast, and IPC message transport. Java and C++ clients are available in this repository, and a .NET client is available from a 3rd party. All three clients can exchange messages across machines, or on the same machine via IPC, very efficiently. Message streams can be recorded by the Archive module to persistent storage for later, or real-time, replay.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    wush

    wush

    Simplest & fastest way to transfer files between computers

    wush is a command line tool that lets you easily transfer files and open shells over a peer-to-peer WireGuard connection. No requirement to set up or trust a relay server for authentication. Powered by WireGuard for secure, fast, and reliable connections. Automatic peer-to-peer connections over UDP. Endless possibilities; rsync, ssh, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MsQuic

    MsQuic

    Cross-platform, C implementation of the IETF QUIC protocol

    ...MsQuic has several features that differentiate it from other QUIC implementations. Optimized for client and server. Optimized for maximal throughput and minimal latency. Asynchronous IO. Receive side scaling (RSS) support. UDP send and receive coalescing support. All packets are encrypted and handshake is authenticated with TLS 1.3. Parallel streams of (reliable and unreliable) application data. Exchange application data in the first round trip (0-RTT). Improved congestion control and loss recovery. Survives a change in the clients IP address or port. Stateless load balancing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Agrona

    Agrona

    High Performance data structures and utility methods for Java

    Agrona provides a library of data structures and utility methods that are a common need when building high-performance applications in Java. Many of these utilities are used in the Aeron efficient reliable UDP unicast, multicast, and IPC message transport and provides high-performance buffer implementations to support the Simple Binary Encoding Message Codec.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    GameNetworkingSockets

    GameNetworkingSockets

    Reliable & unreliable messages over UDP

    GameNetworkingSockets is a basic transport layer for games. A reliability layer significantly more sophisticated than a basic TCP-style sliding window. It is based on the "ack vector" model from DCCP (RFC 4340, section 11.4) and Google QUIC and discussed in the context of games by Glenn Fiedler. The basic idea is for the receiver to efficiently communicate to the sender the status of every packet number (whether or not a packet was received with that number). By remembering which segments...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    KCP

    KCP

    A fast and reliable ARQ protocol

    ...The entire protocol has only two source files of ikcp.h, ikcp.c, which can be easily integrated into the user's own protocol stack. You may have implement a P2P, or a UDP-based protocol, but are lack of a set of perfect ARQ reliable protocol implementation, then by simply copying the two files to the existing project, and writing a couple of lines of code, you can use it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Ne Plus Ultra

    UDP based file transfer client/server application (based on lib UDT)

    Combined client+server UDP based file transfer application. Based on the UDT protocol - via libudt - http://udt.sourceforge.net/ UDT is a reliable UDP based application level data transport protocol. UDT is designed for extremely high speed networks and it has been used to support global data transfer of terabyte sized data sets. Ne Plus Ultra is built to have extremely minimal dependencies (statically linked against libudt.a) to ensure maximum portability and ease of use. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    P2engine is a flexible and efficient platform for making p2p system development easier. Reliable UDP, Message Transport , Message Dispatcher, Fast and Safe Signal/Slot...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    QuickSock

    QuickSock

    A simple C++ socket library used to make socket programming tolerable.

    ...Things to add in the future: * Proper support for IPV6 networking. * Optional reliable messaging. * TCP support. * C++ native stream support. / Better error checking. * An asynchronous socket class. The source code for the project is provided 'as-is' to anyone who wants it, edit it as you like. I'd prefer it if you'd credit me for the official version, but that's completely optional
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    udt
    UDT: UDP-based Data Transfer Protocol
    Downloads: 18 This Week
    Last Update:
    See Project
  • 15
    rov-suite

    rov-suite

    Complete ROV Control Suite

    This project aims to create a flexible, cross-platform ROV (remotely operated vehicle) control system based on Qt and the Arduino microcontroller series with multi-platform support. You can view the development blog at http://chrisstechblog.blogspot.com. If you have any questions, comments, ideas or complaints please let us know! We'd love to hear from you how we can improve ROV-Suite! Thanks! P.S. If you want to give us a negative review, please elaborate on why you are giving...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    An object-oriented implementation of a reliable, in-order, transport protocol over UDP based on the Internet Draft by Bova, Krivoruchka, and Cisco Systems (1999) titled "Reliable UDP".
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    A simple cross-platform resending (reliable) UDP packet library written in C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A cross platform and multithreaded reliable UDP library written in C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FBNetwork is a high-performance, windows based, C++ library. It supports reliable UDP connection(which can ensure the sequence and arrival of the packages) based on datagram/data stream, NAT traversing, asynchronization and blocking, message handling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    VFER is a functionally reliable, congestion controlled transport level protocol. The project includes an emerging user space implementation in C over udp, detailed specs and a socket like api. VFER is an experimental protocol that uses delay-based cc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SDSC Syslog is a modern reliable replacement for syslogd. It supports the new syslog protocols (RFC 3195) providing support for reliable delivery as well as the older UDP base protocol for backwards compatability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A complete management solution for LAN Houses, CyberCafes and Internet Services Bureaus, and also a higly customizable and reliable substitute for expensive and poorly designed proprietary tools. Resources: Access/MSDE, TCP/IP, UDP and DirectSpeech.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    udp network library project for game programming - udp game-server architecture - reliable udp (like TCP) - p2p (+udp tunneling)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    6bed4

    zeroconfig IPv6 tunnel

    The use of NAT devices all over the Internet has made peer-to-peer exchanges unreliable. The rise of IPv6 should repair this, but it will still not be reliable until all peers have implemented IPv6. Such IPv6 implementation could be arranged on the fly with a tunnel mechanism that does not rely on router co-operation or manual configuration. This specification details such a method of embedding IPv6 into UDP and IPv4. It employs embedded Router Solicitation to configure the tunnel's public IPv6 address, and Neighbor Discovery to try to find the remote peer over more efficient IPv4 routes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB