Showing 30 open source projects for "socket"

View related business solutions
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud Icon
    Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud

    Get back to your application and leave the database to us. Cloud SQL automatically handles backups, replication, and scaling.

    Cloud SQL is a fully managed relational database for MySQL, PostgreSQL, and SQL Server. We handle patching, backups, replication, encryption, and failover—so you can focus on your app. Migrate from on-prem or other clouds with free Database Migration Service. IDC found customers achieved 246% ROI. New customers get $300 in credits plus a 30-day free trial.
    Try Cloud SQL Free
  • 1
    HP Socket

    HP Socket

    High Performance TCP/UDP/HTTP communication component

    ...Agent The Agent component is essentially a Multi-Client component that uses the same technical architecture as the Server component. An Agent component object can create and efficiently handle large-scale Socket connections at the same time. Client Based on Event-Select/POLL communication model, each component object creates a communication thread and manages a Socket connection. Client components are suitable for small-scale client scenarios.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 2

    TIPC Cluster Domain Sockets

    Cluster wide IPC providing datagram, connection, and bus messaging

    The Transparent Inter Process Communication service can best be described as a cluster wide equivalent to the Unix Domain Socket IPC, but with much more features. Go to http://www.tipc.io for more details.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    NOTE: The repository for this project has moved to https://core.tcl-lang.org/tcltls/home. TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure connections on top of the Tcl socket mechanism. Within a few lines of code, users can query https servers (see the tclhttpd project for an https server using TLS).
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4

    g7ctrl

    Managing daemon for GM7 Xtreme GPS Tracker

    This software, consisting of a daemon and a command shell, is meant to be used together with the Xtreme GM7 GPS tracker to help simplify its management and to make it possible to monitor alerts sent by the tracker. The software is intended to be run as a GNU/Linux service that always runs in the background and can be used to both receive location updates from a remote tracker as well as configuring the tracker (over both USB and a GPRS link to the device). All received events are...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Deploy Apps in Seconds with Cloud Run Icon
    Deploy Apps in Seconds with Cloud Run

    Host and run your applications without the need to manage infrastructure. Scales up from and down to zero automatically.

    Cloud Run is the fastest way to deploy containerized apps. Push your code in Go, Python, Node.js, Java, or any language and Cloud Run builds and deploys it automatically. Get fast autoscaling, pay only when your code runs, and skip the infrastructure headaches. Two million requests free per month. And new customers get $300 in free credit.
    Try Cloud Run Free
  • 5

    FoxEye

    Multipurpose platform of modularized client or server daemon.

    ...Its primarily usage is for messaging networks such as chat or IM ones. Core functionality includes: local or telnet CLI; message dispatcher (with multiple encodings support); scheduler; socket abstraction layer with user-defined filter chains; events manager (including own wtmp file). FoxEye is a multithreaded application where the message dispatcher and most of user-defined events (so called bindings) run in single thread but POSIX threads are used for any time-consuming operations such as connection process.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Advanced C/C++ library(ACL) for UNIX-like OS and WIN32 OS, including sync/async/ssl iostream for net/file, thread pool, process pool, db pool, server framework, event, memory, string, array/hash/ring/list, xml and json parser, http/smtp/icmp protocol, SSL/TLS, C unit test, etc
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    libircclient is a small but powerful library, which implements client-server IRC protocol. It has all features needed to create your own IRC client or bot, including multi-threading support, sync and async interfaces, CTCP/DCC support, colors, SSL connections and so on.
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 8
    NarrowBand DataTrans

    NarrowBand DataTrans

    Data transmission through low-tech communication media

    Set of executable files for sending and receiving data / short multimedia files through a narrow bandwidth transmission media. The signal output to the transmitter is the sound card analog output socket while the received signal taken from the receiver is fed to a sound card analog input line. Targeted audience: * Short wave / long wave (narrow bandwidth) Amateur Radio enthusiasts * Experimenters of vintage transmission systems * People living in areas with absolutely no Internet and no 3G/4G/Edge access (only analog telephone or CB radio), so that peer-to-peer data sharing (or even broadcast to several peers at a time) are made possible...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    libsocketlayer

    Socket abstraction library

    This is my approach of a socket abstraction layer. This small but working library is intended for cross platform developement of network applications between Linux and Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Data Warehouse to Data and AI platform with BigQuery Icon
    Go from Data Warehouse to Data and AI platform with BigQuery

    Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.

    BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
    Try BigQuery Free
  • 10

    IPv6 multicast examples

    send-receive IPv6 multicast message.

    Opens a socket, configures a multicast address, pings the address once, then receives and echos packets back to the uni-cast address up to 120 messages. Work with multiple machines to explore behavior.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    QuickSock

    QuickSock

    A simple C++ socket library used to make socket programming tolerable.

    ...Things to add in the future: * Proper support for IPV6 networking. * Optional reliable messaging. * TCP support. * C++ native stream support. / Better error checking. * An asynchronous socket class. The source code for the project is provided 'as-is' to anyone who wants it, edit it as you like. I'd prefer it if you'd credit me for the official version, but that's completely optional
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Sockets++

    C++ Sockets Made Easy

    Sockets++ is a C++ Socket API which makes socket programming easier and more effective by taking the hard-to-use Winsock library off your shoulders. Sockets++ is easy to use and can allow you to focus on the big things rather than the low-level plumbing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ksocket provides a set of BSD-style sockt APIs to linux kernel space developers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Inetsock is a library that offer an easy to use API for socket on POSIX platform(which include UNIX/LINUX). It allow to create client, server and multicast socket. It have already been used to develope web server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A generic filter "front end" that does the following: reads standard input and sends it through a socket to a specified host and port number; receives data back from the socket and writes it to standard output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This project is a daemon that downloads bittorrent files at user request. It is operated by a special protocol through a local UNIX socket or TCP connection. It is intended to serve as the business logic component for other torrent clients.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    smmapd is a framework for workers on the sendmail (>8.13) socket map. It directly contains a sender address verifier and a Cyrus IMAP mailbox verifier (dedicated to Cyrus IMAP <2.2, but also works we later version).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A simple C IRC Bot. This is a small project and the goal isn't the replacement of other main bots like eggdrop. The main goal of the bot: study C and socket library!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TNet is a network library wrapping low-level socket functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A library implementing an event-based interface to sockets, signals, and timers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Create a socket interface for Harbour/xHarbour language SMTP/POP3/HTTP/FTP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A set of JNI classes providing direct access to Asterisk PBX functionality from Java. This is not a socket-level interface into the Asterisk manager app but a true Java<->Asterisk integration at the Thread level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    RxSock is an external function package for Rexx programmers to enable them to connect to, and act as, TCP/IP socket servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Secure Distributed Objects provides a mechanism for using socket-based SSL communications in the MacOS X Distributed Objects system, by providing a NSPort subclass - SecureSocketPort - and other utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.