Showing 414 open source projects for "sockets"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    EduNet Network Class (client-server)

    EduNet Network Class (client-server)

    Client-Server-Based Network Class: software for educational purposes

    EduNet Network Class is a Client-Server-Based service that allows users to exchange files between EduNet Network Class Server (Lecturer) and EduNet Network Class Clients (Students). Files can be of any type. EduNet service allows us to create a structure at the level of educational institution: Institution / Course / Group / Student.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Absolutely Safe Chat

    p2p (sockets) chat with inKey encryption (32768 bit).

    p2p (sockets) chat with "inKey 6.0" encryption (key size up to 32768 bit), written on CBuilder 6.0. source code included P.S. http://sourceforge.net/projects/inkey/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A utility to read/write from: pipes, sockets, standard handles, files, block devices, NT Native API objects, file mapping/section objects, comm ports, etc. Supports various text/data conversions, multiple inputs/outputs, and various IO types/options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Sockets TrackPlayer

    Sockets TrackPlayer

    An MP3 player controlled by sockets, for in-game remote use.

    This Mp3 player allows you to dynamically play music as the game mood changes. It works by tracklists and lets the user add the music they want on these tracklists. That doesn't mean you can add by yourself a set of musics for them :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 5

    pru-rcswitch-bbb

    Control of RC Switches via Beaglebone Black (PRUSS based)

    Simple tool to control RC based sockets via a 433MHz module. This project uses the PRU of the TI XAM3359AZCZ on the Beaglebone Black to create the needed signals for the communication. Currently this is just a prove of concept for me to setup the communication between the main core and the PRU core, but as I had a hard time to find information's I decided to share this project to help others to see a real-world example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    CAO_3D

    3D CAO Software for UPA engine.

    First School project : We were a 3 group people, who had to create a software for UPA engine. I was involved to create the 3D model who communicate with the software in TCP sockets, and this model had to move in parallel with the real model. The software was create with C++, C#, SDL and OpenGL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    SMJ remote controlled sockets

    Use your arduino to control remote controlled sockets by SMJ.

    Cheap Home Automation. Use an Arduino to control power-sockets in your home. Step 1: Get a pack of "SMJ remote controlled sockets". Step 2: Allocate channels (A-D) and buttons (1-3) to lamps and gizmo's around your home. Step 3: Connect an Arduino to an Aurel Wireless RTX-MID-3V transceiver (see code for mapping). Step 4: Load sketch on your Arduino (v11 is latest). Step 5: Place batch file (Windows).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Grocket

    Client and server multi threaded chat

    A VERY basic chat written in Java. It uses sockets for comunication between client and server. The server supports many users in parallell through Java multi threading. No UI, just command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Micro C++ Library (libmicxx) is a small set of portable and easy to use classes providing core features commonly used in modern applications. It is based completely on the Standard C++ Template Library (STL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    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.
    Start Free
  • 10

    Wake On Lan

    WOL implementation that sends a "magic packet" to the specified MAC

    Utilizes raw sockets to craft and send a WOL packet to the specified MAC address. This implementation operates entirely at layer 2. Perhaps I can add a UDP implementation so that the magic packet can traverse WANs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    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
  • 12
    QuickSock

    QuickSock

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

    ...topic=4866 QuickSock is a very simple C++ based UDP networking library. QuickSock currently relies on the WinSock library on Windows, (and as of April 2013, QuickSock uses BSD sockets on other platforms). QuickSock is a work in progress, so later down the road I may add new features, or change how things function. See the "Things to add in the future" section for details. Any criticism, feature requests, and/or bug reports are appreciated. Things to add in the future: * Proper support for IPV6 networking...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    TcpChannel

    A simple, non-blocking, NIO-based, TCP socket API for Java

    TcpChannel is a simple, small API to allow processes to communicate using TCP sockets based on NIO implementations. The API presents the communication between processes using an observer pattern for handling received messages and an asynchronous send method for sending. Generally, writing NIO socket handling is non-trivial. TcpChannel exists to let Java developers write processes that communicate with each other using a simple send and receive pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    SQLiteServer

    SQLite Server in Python

    This is a simple SQLite3 database server implemented in Python. It uses TCP sockets to handle queries and returns fetches in JSON. Used for SQLite databases in slow network to keep db in memory and speed up slow systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Sphinx searchserver C++ client library, an alternative to the native C library distributed with sphinx. The communication module is written using unix sockets, so this library is only suitable for unix-like systems. UPDATE: The maintained project has moved to github <https://github.com/seznam/cppsphinxclient>, this is probably last version available on SF. See news <https://sourceforge.net/p/cppsphinxclient/news/> for details, please.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Collection of Delphi / FreePascal code units. Includes libraries for Unicode, Strings, Data Structures, Sockets and Mathematics.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    This simple mail client is for my BSD-sockets studies only, it should read mail in console and connect to servers using POP3 protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Camel Sockets

    C++ TCP Socket Library

    A basic Berkely and Winsock TCP binding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Tarbackup is a tape backup utility based on GNU tar. It provides centralized configuration files, automatic exclusion of sockets and pipes, and integrated LVM snapshots. It also includes scripts ('plugins') for backing up Scalix mailstores.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    POCO C++ Libraries

    POCO C++ Libraries

    Cross-platform C++ libraries with a network/internet focus.

    NOTE: Current source code as well as bugs/patches are on GitHub: https://github.com/pocoproject/poco/ C++ class libraries for network-centric, portable applications, integrated perfectly with the C++ Standard Library. Includes network protocols (Sockets, HTTP, FTP, SMTP, POP3, etc.), SQL database access and XML parsing. Licensed under Boost license.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Chatna Messenger

    Chatna Messenger

    Chat Messenger written in Java

    Chat Messenger written in Java using sockets, contains a server-side app and a client-side app connecting to a SQLite DBMS Programmed by a group of Egyptian ITIians from Intake 33 * Sherif Mosa * Yosrah Ibrahim * Mostafa Magdy * Yasmin Abd Elhameed
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    ViennaX

    A flexible plugin execution framework for scientific computing in C++

    Welcome to the project homepage of ViennaX, a high-performance scientific computing C++ framework for executing plugins. A plugin system allows to wrap already available functionality into reusable components, which can have data input and output dependencies via a socket system. Different scheduler kernels are available, supporting serial and MPI-based distributed executions, supporting task and data parallelism.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    ChipKit Network

    Network stack for the ChipKit UNO32 and MAX32

    ...It currently supports just the ENC28J60 ethernet chip, but could easily be expanded to include other network chips. It offers a full network stack, with TCP and UDP, along with the ability to have multiple ethernet connections. Multiple sockets across multiple protocols are also possible. It has been designed to have a very simple interface to take a lot of the drudgery out of ENC28J60 programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SMPPS

    SMPPS

    Simple Multi Protocol Packet Sniffer - SMPPS

    ...However, with great joy that I come to the dicer SMPPS this now rather towards what the expectations of the project believed that he would be able: Capture and log packages generate the following protocols without using libpcap, but just using BSD Sockets. protocols: IP TCP UDP ICMP IGMP Inside the ethernet network
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Network Connection Test

    Server and Client applications for testing network connectivity.

    ...Both applications display logs when the client connects and the data is being sent and received. This is a useful tool when configuring network routers or firewalls. The source code is a demonstration of sockets and multithreading programming using C#.
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB