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
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.
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.
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.
Moonbeam is a xml socket server written in java. Its primary use is targeted on building multi user applications - anything that reaches from chat rooms, over games to instant messengers.
SocketTunnel is a small tool that can relay socket connections between two hosts. It works on the application layer. It is useful to make an 'tunnel' through the firewall.
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.
The objective of this project is to provide an optimized TCP/IP stack by eliminating the data copying at the socket interface and implementing a feedback-based adaptive rate-based flow control algorithm to maximize the network bandwidth utilization.
CPPSocket is a small Classlibrary for C++ that supports an easy usage of socket-programming for networking-software. It provides a simple object-oriented interface to the classic C Library calls.
Powerful cross-platform, ANSI C library for writing network applications. Full IPv4 and IPv6 support, multiple socket threading, broad- and multicasting, interface access, link-layer access, raw IP datagrams, and more.
This project is intend to implment general c socket API wrapper class.
With this class, you can handle socket as a class in unix c++ and visul c++ or cygwin g++ in Win32
RawICMP is an ICMP generator-analyser. It allows sending ICMP queries and ICMP errors through raw socket and to analyse replies. This tool could be useful for OS fingerprinting and for testing networks.
Remote Packet Filter Control Daemon allows remote control and monitoring of OpenBSD's packet filter. It communicates with clients using RPFC protocol running on top of SSL (Secure Socket Layer).
FulbotPHP is a simple IRC bot totaly written in PHP via socket functions. FulbotPHP can handle most of the basic IRC commands, but not any automatic features like floodprotection YET!.
A server/client application who can manage multiple users. This project is a possible solution for developers of realtime multiuser applications i.e. Games, Chats ... who require a fast Socket server.
GUI front-end to: socket client and socket server, port scanners, ping, trace route, whois, NS look-up (ei: dig), finger, service, chkconfig, netstat and a command-line huff... puff... A mouth full? Nahh a full net tool application!
Sockmon enables users to monitor the per-connection TCP information of all the active connections on a Linux machine in real-time. The display has a look of a netstat. The information sockmon shows is rtt, snd_wnd, cwnd and so on. Written as kernel module
sps (Socket ProcesS) is a Python script which shows which processes are using which TCP port numbers, or which process is using a particular TCP port. It runs on Linux 2.2 and 2.4.
Cross platform Font downloader for Xerox/Tektronix/HP printers.PyFD allows the user to send PCL and Postscript Fonts on multiple printers.It is based on multiple socket connnection using TCP ports 9100, 2501 and 2000.Its GUI was created using WxPython.
hSockets is a set of handler classes originally designed as a university research on Linux-based TCP/IP connections. It resembles the funcionallity of Java's Socket API, which includes a InetAddress class, Socket and ServerSocket classes
IP packets generator, use row socket to generate various IP packets, including ICMP,TCP,UDP or user defined with fake source IP.
Use for network testing. (I write this program to test the router)
inetid is a simple wrapper for services started from inetd.conf. It can give you ip-, host- and port-information about the socket that's created when your service gets spawned by inetd. you can use it with or without tcp_wrappers. available in perl & C.
iSSL is a minimalistic cryptographical API that uses the ciphers RSA and AES to establish SSL-alike, secure encrypted
communications between two peers communicating through a network socket, including session key generation and public key exchange.
This library supplies some functions to bind and connect socket, and to read and write variables of all simple types and strings. It's written in C, but there is also an interface for PHP3.
A new socket type for the linux kernel aimed at providing the same interface of a packet-socket, but providing increased reception and trasmission performaces.
libipc is a wrapper lib written in C++. The goal of this lib enables the beginner easy to use socket programmings. Supporting the TCP and UDP APIs(the blocked-mode), and Threads(pthread) APIs.