Full-stack observability with actually useful AI | Grafana Cloud
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.
Create free account
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.
"More for C++" is a class library that provides some features usually not common for C++, including a mark-sweep garbage collector, platform-independent classes for threading, sockets, and I/O, unit tests, and a few other utility classes.
CIPC is an application programmer interface (API) for interprocess communication. CIPC includes classes for: File and Record Locking, Token Creation, UNIX Processes, Semaphores, Shared Memory, Sockets, and HTTP and WEBDAV clients and servers.
This is a library implementation of \"blackboard\" information sharing. This library provides a client and a server (the black board itself) to allow collaborative, distributed computing via tcp/ip sockets. Black boards are co
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.
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.
C/C++/Java source code library and Build Environment. Contains code for threading, inter-thread communication (ITC), sockets, embedded database, parsing, fileio, etc. The majority of the library is designed for embedded development.
QPinger is small graphic ping utility, that uses Qt. Unused system ping, but contains module (NativePing), which through RAW sockets sends ICMP packets (must be suid). It can be used for status checking of any IP based net.
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).
TPFL stands for Trivial Portable Framework Library. It includes several
classes for command line and configuration files parsing and handling,
strings and memory buffers handling, sockets workaround (server and client).
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
This project provides a multi-OS (Win32, Linux, QNX, etc) TCP/IP API layer for Eiffel. SmallEiffel and ISE Eiffel are currently supported. Others have not been tested as far as I know.
Lighthouse allows users and programs to communicate with each other using instant messenging. Sample programs allow users to leave notes for offline users and query an Outlook calendar for appointments. Any program that can use sockets can use Lighthouse
A library of class utilities bases on ACE, that offers you the following:
- Logs: I find the log of this library very helpful. The main disadvantage is that this logs are quite costly.
- Sockets wrapper: A very useful wrappers. Based on ACE
- Services
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.
TCP/IP for beginners a way for beginners to start programming in sockets with c++. Developed especially for users of opengl() and multiplayer games programmers.
GUSI (Grand Unified Socket Interface) is a POSIX/Pthreads/Sockets library bringing some of the comforts of UNIX 98 to traditional MacOS (7.0 - 9.9999).
IOLib is a universal multiplatform IO library available in C, C++ and Objective C. It provides separate classes for input and output. It supports file IO, memory buffers and BSD sockets. Different binary formats (Intel, Raw, PDP) are supported.
This is a tool designed to communicate with Dallas Semiconductor 1-Wire devices. Its basically a program that does all the low level reading and writing to the 1-Wire network, that other programs can connect to using sockets.
Inter Process Messenger (IPM) is an interprocess communication and remote procedure call system which shares a number of characteristics with existing IPC systems such as Corba and XML-RPC. IPM is fully sockets based, supporting internet and unix socket
The MLStreams(mls) library is a thread-safe, streams library written in C++. The library is an extension of the C++ iostreams heirarchy. Customized streams provide support for sockets, shared memory, pipes and text files.
CFM (not MFC) is a set of C++ classes, available in the form of a library. These are designed for Linux mainly but also try to support UN*X and Win platforms. Example classes: file manipulation, sockets, database, scheduling etc. etc.
STack Oriented Interactive Compiler Adapted to Linux. POSIX threads, regular expressions, sockets, associative arrays (hashes), dynamic memory/GC, floating point math, types, and more. An RPN language, inspired by STOIC and Forth.
Avoid The Roid is an asteroids like multiplayer game based on Maelstrom for Linux. The game is written in c++ and uses unix sockets for networking, pthreads for threading, OpenGL for graphics, glut for windows and input, and OpenAL for audio.