Showing 50 open source projects for "sockets"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 1
    XVMSocket is a Linux Kernel Module that provides a new socket family for high throughput (40-70 times better than TCP/IP sockets) between applications running on different guest Linux VMs on the same Xen system. No changes to Xen or Linux required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Streamline is a pipelined I/O subsystem for both kernel and application processing on Linux, with 40+ filters for pattern matching, stream reassembly, compression, etc. It exports the pipes, sockets, and pcap interfaces and uses shared memory to reduce I
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Firebolt Network library (fnl) is a high level framework for network protocol implementations. You can implement your finite state machine oriented network protocol without messing with sockets. Define your states,events,transitions and you're ready.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Endpoint is a portable C++ socket library, which runs on Unix or Win32, utilizing IPv4 or IPv6, and supports TCP, UDP, and raw sockets as clients or servers. Endpoint is easy to use for the beginning or advanced socket programmer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    High performance, real-time data analysis engine capable of processing from various sources simultaneously (syslog, files, sockets, etc). Triggers internal and user-defined events based on built-in and user-defined rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    VFSX is a transparent Samba Virtual File System module which forwards operations to a process on the same machine for handing outside of the Samba daemon. The external handler can be implemented in any language with support for Unix domain sockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This is a port of FreeBSD divert socket mechanism to linux. This works in conjunction with IPtables and sends packets to user space. Similar to ip_queue but allows any number of unique user space listeners, such as Snort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ...This hides the (dirty) details of non-blocking IO from developers, allowing them to EASILY build a highly scalable application, which can handle over 10000 incoming and outgoing sockets using only one thread.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A simple port-relaying program written in Java; sits on specified ports for either TCP or UDP, re-sends packets to the given IP. Doesn't forward packets, actually receives and re-sends them. Could be handy to learn Java Sockets/networking. Public Domain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    General line based buffer with backlog written in "C". It supports multiple input and a single output. I/O modules: TCP/IP, UDP/IP, Unix sockets, File/Pipe. It supports backlog writing (and resume) so a failsafe transport-buffer can be build.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The program implements a demo application which demonstrates using C++ stream-compatible sockets developed by Maciej Sobczak http://www.msobczak.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    In multi-threaded and multi-process applications it is often desirable for data communications to follow the classic 'publish-subscribe' or 'observer' design pattern. RuffStuff is a C++ implementation of this pattern using BSD sockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This project allows users to create their own lower-level network (such as TCP/IP or another protocol) stack implementations below the sockets layer by converting the current socket layer into a functional API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Up to Java1.3 we only had blocking, in Java1.4 we finally have non-blocking IO. This project will implement a way of asynchronous handling of sockets, dns-lookups and ssl-connections. It may provide native implementation for windows and unix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    NetClass is a multi-platform library written in C++ that provides a thin wrapper around sockets (TCP/UDP) and thread implementations. The library also contains code for writing a generic server application easily with a simple interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Fwpass is a daemon that executes commands in response to specific sequence of incoming IP packets. It does not use TCP/IP sockets but relies on ULOG functionality of Netfilter (Linux kernel built in firewall).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Cross-platform framework, ideal for implementing network-enabled servers in C++. Includes API for processes, threads/thread pools, advanced IPC, Sockets, File I/O, and much more. Homepage: http://www.fidnet.com/~bbreeden
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    perl-LCDd handles communication with an LCDproc v0.4 server. With this Perl library you avoid using raw sockets and the native LCDproc protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    IO_Crusher is a C++ multithreaded library that permits to handle a huge number of sockets and provide the best responsiveness using the bandwidth as fast as possible. The library is especially designed to be integrated into an Online Game Server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A lightweight Objective-C wrapper for BSD sockets on Mac OS X. The idea is to present an Obj-C interface to sockets in the lightest way possible, not requiring any extra libraries, frameworks, or files than what is supplied on the Mac OS X Dev CD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Simple command line tool for listing what programs have open sockets. Get_sock_pids output shows: program name, pid, port, type, and state (a feature netstat is missing on FreeBSD). Right now only for FreeBSD 4.x
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Profinet Network Configurator

    PHP based interface for configuring PROFINET IO-devices

    This project provides different components for using a Linux host as setup environment of Profinet devices. The projects consists in four parts: Kernel module (Profinet sockets support), C-Library (PN-functions), XML-RPC server and PHP-appli.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    jover-managing will be an manager and system viewer Applikation in Java, which exchanges data via sockets. It will be written in Java. It also will step into the base OS System doing changes, killing prozesses and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Xennet Library is a Cross-Platform Network Library providing high-level access to native Sockets, Network Classes and Network interfaces. Xennet also provides additional classes and functions for usability and additional networking features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Monitoring tool with support to Websites, RSS, Webservices and Databases. Has notifications by email and RSS and you can access metrics like availability, latency and load time by a web-based GUI. Runs standalone with an embedded HTTP server.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB