Showing 414 open source projects for "sockets"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    XSockets - open, lightweight and highly portable library of universal and eXtensible Super Sockets for point-to-point communication. A unified API for many communication methods between programs and/or devices (e.g. TCP/IP sockets,serial link,pipes,IrDA)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    A cross-platform sockets and networking library for the Euphoria programming language (http://www.rapideuphoria.com/), including common client and server libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Pluggable java based server application that eases the implementation of specific servers/functionality over sockets by use of 'processors'. Processors are pluggable and stackable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Chateau: Chateau is an Open Source Chat client made in C#, using sockets. Chateau is encrypted with RSA encryption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 5
    Moved to new place: http://code.google.com/p/lltcpc/ Low Level TCP/IP Client (MS Winows). This is simple console application, for my study TCP/IP sockets under MS Windows OS. It send data to specified IP address and port of remote server, and wait respon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DioNiSio is a DNS scanner written in ANSI C that only depends on sockets library and libc. It implements 3 scan methods (dictionary, massive reverse lookup and recursive zone transfers). Targeted to portability, rational resources usage, and easy use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Serial Port to TCP/IP Connection Mapper. Maps sockets to serial ports.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Server Side Application FrameworX; provides C++ support for threads, serialization, process control, simple XML and database, sockets, javascript (spidermonkey), simple and advanced plugins, I/O and file/directory management, console and other utilities
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A multi-threaded asynchronous TCP sockets handler written in VB 2005 as a Class Library. Includes a Demo application also written in VB 2005.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Streamline Azure Security with Palo Alto Networks VM-Series Icon
    Streamline Azure Security with Palo Alto Networks VM-Series

    Centrally manage physical and virtualized firewalls with Panorama

    Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
    Learn more
  • 10
    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
  • 11
    MBL - (message broadcast library) is a library to make comunications easyer. The main idea is to make it easy to mount a server, some clients, and send a message between any machines. This system is made on top of sockets and a thread system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CSCC is a small and lightweight Java component which is a simple substitute for RMI. It is able to transmit arbitrary messages with serializable carrier data between one server and several clients. The communication mechanism is based on Java Sockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is a minimalist HTTP server using the single-process server concurrency model and non-blocking sockets for optimal memory usage and speed. It is not designed to be fleshed out with features; merely able to serve pages quickly and reliably.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    BashBot is a open source IRC bot that does raw commands and bash commands through input on IRC. It is easily extensible even to the beginning programmer. This was originally an example of sockets use in Linux. I have recently added Bash command support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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
  • 16
    XSpiceHDL, an XSpice-VerilogHDL co-simulator incorporates a Schematic Capture GUI, modified run-time DLL capable XSpice3f5 based engine with Berkley Sockets IPC via CodeModel & PLI 1.0/2.0(VPI) DLLs, all in C++, wxWidgets & MSVC++ 6.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Socket library using a C++ iostreams style interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    XDBP is a daemon application enabling clients to make database queries without using RDBMS or operating system specific drivers and libriaries. The system works by processing custom XML data sent through sockets into the specified database calls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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
  • 20
    infern0 is an IRC Bot written entirely in Perl utilizing IO::Sockets in order to communicate with the server. The initial goal is provide a functioning channel bot that will eventually have permission levels and banned/kick lists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MunkBot is a IRCBot written in C++&C (Open Source). It's great if you want to learn/practice sockets. It goes by your AUTH. It also has a support for MySQL (Easier to use with site)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    WormHoleIPC is a IPC Broker based in sockets UNIX. It use a syntax as Qt signal and slot syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is an object oriented, thread based socket library, written in C++. It may be included in any GUI or console programs to handle sockets easily. The server socket part has not been finished yet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Jetrace is a Java Enterprise trace tool that J2EE developers and architects can use to discover erroneous execution flows in JSPs, Servlets, EJBs, JNDI calls, JDBC calls and sockets. It can be used to validate both code and design and to troubleshoot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Collection of Internet Protocol demos. TCP Server with commands, file transfer. (basic sockets, Indy 9, Indy 10) IRC demo (Indy 9) POP3 SSL demo (Indy 10) streaming, html
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB