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
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.
Small -Wall -pedantic C program, using libusb, developed mainly for Linux. Aimed to provide a fully functional (textual) interface for a Gembird USB device "Silver Shield Programmable Power Outlet Strip" (SIS-PM), including the beeper, sockets and time
Library automates bi-directional communication over bluetooth or sockets. Very object oriented and easy to use. Allows 2 devices to send each other commands. The framework handles all the handshaking & protocols, and provides a template for commands.
This project try to permit a very simple use of the BSD sockets layer.
It provide two C++ classes that allow you to create a TCP client and a TCP server.
A Reliable MultiCast (RMC) Transport (Linux Driver)
This package implements a Linux Loadable Kernel Module for the RMC address family and allows users to operate RMC sockets for the transport of multicast data.
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.
DTILIB is a collection of C++ classes that enable uniform access to serial lines and sockets using the C++ streams concept. A mechanism for asynchronous I/O over C++ streams is also provided. Furthermore, an STL-like database access mechanism is included
MammoothLibrary is a collection of C++ classes, mainly designed to supply a multithreaded portable framework, with very simple to use directives to create and manage threads and sockets. The core is based on the SCOOP model, developed in Eiffel.
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.
A set of libraries focused on parsing and processing XML and HTML. Modules include: ServerPages - a Perl application server with embedded scripting; Termite - an Ant-like make utility; Sockets - A socket client/server; and a slew of other utilities.
SocketCC is a C++ class library that encapsulates existing Sockets and pthread APIs, providing a simple solution to writing networked IP applications in these environments. The libraries support IPv4 and IPv6 sockets utilising both TCP and UDP Protocols.
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.
libbsl is a powerful C++ template library. It provides many useful classes like io devices, ElGamal/AES enabled sockets, dynamic loadable C++ objects, simple to use and fully copyable thread objects, typelists, a superior state machine and much more.
Lisplets are Java Servlets that forward their requests, and gather their response headers, using s-expressions over sockets. They enable easy integration of Common Lisp or Scheme into a Java-based web environment.
Java interface to Linux AX.25 (amateur packet radio) sockets. Provides simple socket classes and IOStreams to access radio from Java programs, interfaces Linux kernel sockets via JNI.
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.
A PHP-based port security administrator for routers and switches, communicating with SNMP packets. It uses Pear DB for database access, and Auth for authenticating. Manage users, sockets, ports, multiple MAC addresses for a port, operators, etc.
Somnifugi is an implementation of JMS that works exclusively inside a single JVM to transfer messages between threads. Somnifugi lets you create very loosely coupled subsystems that communicate using the JMS APIs without the overhead of sockets.
RuleCore is an event-driven reactive (ECA style) rule engine with GUI tools, all written in Python. RuleCore triggers actions by detecting complex patterns of events. RuleCore supports Tibco Rendezvous, WebSphere MQ, XML-RPC or plain sockets.
CVPFrameWork is a complete framework solution for PHP developers based on objectual modeling in PHP5. Includes complete set of Native Classes (like String, Integer, Vector...), Sockets, XML-RPC communication, exception handling and much more.
XERP is a very flexible/extensible Java ERP that can replace and coexist seamesly with other legacy systems. It can interact with almost any data source that exists (Databases, LDAP, text files, sockets, you name it..)
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.
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.