Showing 18 open source projects for "libevent-2.0.21"

View related business solutions
  • Shift, the browser that merges all of your web apps into one powerful window. Icon
    Streamline everything you do online when you install Shift and access thousands of apps without leaving your browser. Connect all of your Gmail, Outlook, and Office 365 accounts and manage everything from one centralized window. Build out your Shift browser with apps that integrate seamlessly so you have ultra-fast access to all the tools you use to stream, shop, work, browse, and stay connected. Shift brings it all together.
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 1
    tmux

    tmux

    tmux is a terminal multiplexer

    tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached. This release runs on OpenBSD, FreeBSD, NetBSD, Linux, OS X and Solaris. tmux depends on libevent 2.x, and on ncurses. To build tmux, a C compiler (for example gcc or clang), make, pkg-config and a suitable yacc (yacc or bison) are needed. Some platforms provide binary...
    Downloads: 55 This Week
    Last Update:
    See Project
  • 2
    libhv

    libhv

    Network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client

    Like libevent, libev, and libuv, libhv provides event loop with non-blocking IO and timer, but simpler api and richer protocols. Cross-platform (Linux, Windows, MacOS, BSD, Solaris, Android, iOS) High-performance EventLoop (IO, timer, idle, custom) TCP/UDP client/server/proxy. TCP supports heartbeat, reconnect, upstream, MultiThread-safe write and close, etc. Built-in common unpacking modes (FixedLength, Delimiter, LengthField) RUDP support: WITH_KCP. SSL/TLS support: (via WITH_OPENSSL...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    OctopusWAF

    OctopusWAF

    Web application firewall in C language uses libevent

    OctopusWAF is a open source Web application firewall, is made in C language uses libevent to make multiple connections. Event-driven architecture is optimized for a large number of parallel connections (keep-alive) which is important for high performance AJAX applications. This tool is very light, you can deploy in any please, this resource turn perfect to protect specific endpoint that need a custom protection.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    libevent

    libevent

    Event notification library

    The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop. The internal event mechanism is completely...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 5
    Websocketfiles

    Websocketfiles

    Provide two well designed and out of box websocket c++ classes

    ..., libuv, libevent and so on).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    eqbci

    MQ2 EQBC Server Interface

    It is a GUI to interface with MQ2's eqbcs server. It is written in C++ using QT for the GUI, so it's cross-platform compatible. Requires libevent, QT, and a compiler (gcc or Visual Studio).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    EventMachine

    EventMachine

    EventMachine, fast, simple event-processing library for Ruby programs

    EventMachine is an event-driven I/O and lightweight concurrency library for Ruby. It provides event-driven I/O using the Reactor pattern, much like JBoss Netty, Apache MINA, Python's Twisted, Node.js, libevent and libev. Extremely high scalability, performance and stability for the most demanding production environments. An API that eliminates the complexities of high-performance threaded network programming, allowing engineers to concentrate on their application logic. This unique combination...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. It is meant to replace the asynchronous event loop found in event-driven network servers.
    Leader badge
    Downloads: 373 This Week
    Last Update:
    See Project
  • 9
    FastDHT is high performance DHT ( distributed hash table ) which based key value pairs. Storage use Berkeley DB, and network IO use libevent. It can store mass key value pairs such as filename mapping, session data and user related data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 10

    libwebsock

    Easy to use C websocket library

    libwebsock is designed to be an easy to use websocket library. It allows the developer to take their focus off of the websocket protocol, and even the sockets, and instead concentrate on the core logic of their program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Clastes

    C++ lightweight HTTP asynchronous enhanceable server

    Crossplatform C++ lightweight HTTP server based on libevent library. Features: - lightweight, server core implements base logic only - asynchronous, server doesn't have any additional worker threads or processes, it uses one queue for all requests - enhanceable, server provides useful API for creating additional extensions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A network application framwork .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Open OMA DM is a open source OMA server provide a C based DM server. Database is using MySQL. Multi-thread is using libevent. Encryption library is openssl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    mq services use bdb and libevent
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SPServer is a C++ server framework library that implements the Half-Sync/Half-Async and Leader/Follower thread pool patterns. It's based on libevent in order to utilize the best I/O loop on any platform. It include an embedded http server and ssl proxy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A library implementing an event-based interface to sockets, signals, and timers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    pptp-proxy is a proxy for the Point-to-Point Tunneling Procotol. It handles multiple tunnels on a nat-box driven by pf. pptp-proxy relies on Niels Provos's libevent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    event-hpp

    C++ headers for rapid development with libevent & eventxx

    The event-hpp project presents a set of header files to make it easier to use libev/libevent in dynamic C++ environments, starting with the CINT C/C++ interpreter. Event-hpp expands upon the work of eventxx to handle everything from basic interrupts to buffered I/O events flawlessly in such an interpreted environment. In the future, I would like to expand this work even further to make libevent HTTP, RPC, and possibly some other event-driven Posix-style programming easier in C++. Status...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next