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
$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.
What it's? It's a SMPP client framework, written in java, for VAS (Value Added System) application that needs to work with SMSC carriers. Contains an using example JSSC.
The freec project is built for cnc system (pcnc), which is under linus OS. the software can be run in PC or IPC to control lather or mill machine through pci card. and the sametime the freec-pci card is under development.
Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
A simple program to perform I/O. The I/O is described by simple command line parameters. This tool is intended to be an equivalent to a hardware engineer's signal generator. Does file, mmap and sockets. Supports a multitude of options for simple I/O.
PACC is a collection of Portable Agile C++ Classes. It includes math, socket, threading, SVG, and XML classes. They run on both Unix and Windows platforms, and have been tested and used under Linux, MacOSX, and Windows 2000/XP.
A framework for doing asynchronous socket communications - useful for connecting to a large number of hosts in parallel from a single thread. Builds on top of Java NIO library and hides all socket, buffer details.
This library allows the creation of TCP connections quickly and easily in C/C++. With only five functions it is possible to establish a TCP connection, send and receive data and close the connection.
A simple socket server that lets you send/receive data via TCP on a given port. The data to send can be defined in an XML form and can be altered on the fly before sending. Given the flexibility you can spoof whole sessions to test your software.
SockThread is an implementation of multithreaded sockets. It is built-in with an echo server for telnet connections. It is initially written with standard native C/C++ libraries. C++ classes std::thread and C socket APIs <sys/socket.h> were used.
SiSPwCtrl is a C++ application for LINUX and Mac OS X using libusb to control a GEMBIRD SIS-PM device via the command line. The package also provides a web interface to communicate with the multiple socket outlet.
A Chat application for LAN programmed in JAVA ( socket programming ). Client has a very Simple interface. Server has just a command line interface. Lots of improvements are about to come in further releases.
- Rajgopal Vaithiyanathan.
IPv4 socket is implemented by pure Java. It is derived from JNode. I have abstracted ipv4 layer from it. If you have IPv4 capability (such as PPP), you can let the whole socket module run ! For more, please visit www. simpleteam.com
Python wrapper around a small subset of the OpenSSL library. Includes: X509 Certificates, SSL Context objects, SSL Connection objects using Python sockets as transport layer. The Connection object wraps all the socket methods and can therefore be use
The first section is a collection of D3 programs that make up a socket server. The second section is devoted to client programs that can call this server. There are currently working clients for Java and PHP
RemoteSocket Java API and implementation for local/remote infrastructure.
This API allow to create a client Socket and ServerSocket on remote machine and manipulate with such socket as it on local machine.
JLongTCPConn is a developing toolkit for TCP connection and session. It does the jobs of TCP processing (such as login, session maintainment, active-test or heartbeating, and data buffering), which makes you focus on application layer logics.