Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.
Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
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.
Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure
Native application identity and user-based security for your Azure cloud
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
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.
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.