[go: up one dir, main page]

Browse free open source Protocols and projects below. Use the toggles on the left to filter open source Protocols by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    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
  • 1
    The portable Universal Plug and Play (UPnP) SDK provides support for building UPnP-compliant control points, devices, and bridges on several operating systems. The main repository is at GitHub in https://github.com/pupnp/pupnp. This is just a clone repository for legacy reasons. Old SourceForge repo: git://pupnp.git.sourceforge.net/gitroot/pupnp/pupnp
    Leader badge">
    Downloads: 4,159 This Week
    Last Update:
    See Project
  • 2
    HelloNzb

    HelloNzb

    The Binary Usenet Tool

    With HelloNzb you can download (binary) files from Usenet servers via NZB index files. The software is based on Java and can thus run on many platforms (tested on Windows and Linux). Automatic archive verification via PAR2, automatic RAR archive extraction, built-in yEnc- and UU-decoding. Portable, no installation required.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 3
    RSS-Bridge

    RSS-Bridge

    The RSS feed for websites missing it

    The RSS feed for websites missing it.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4

    NZBGet

    Efficient Usenet Downloader

    NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players.
    Downloads: 10 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5
    Portable and very simple C API functions to write a soap client/server in c.
    Leader badge">
    Downloads: 50 This Week
    Last Update:
    See Project
  • 6
    iTorrent allows you to download BitTorrent podcasts from iTunes. It transforms BitTorrent podcasts so that you can update them just like any other podcast in iTunes.
    Leader badge">
    Downloads: 19 This Week
    Last Update:
    See Project
  • 7
    Podcast Generator

    Podcast Generator

    Open Source Podcast Publishing Solution

    Podcast Generator is an open source Content Management System written in PHP and specifically designed for podcast publishing. It provides the user with the tools to easily manage all of the aspects related to the publication of a podcast, from the upload of episodes to its submission to the iTunes store.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Galleon is a home media server using TiVo's discontinued HME protocol. It only works on TiVo versions earlier than 20.7.2. The project is not actively maintained. If you want to maintain it, contact the admins.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Aria2Web
    Aria2Web is a PHP- and Javascript-based application that allows you to control the excellent and lightweight "aria2" over the web. That way you can use it as a download manager.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 10
    wsdlpull is an efficient and powerful command line utility for dynamic inspection and invocation of WSDL web services.It provides a C++ library with dynamic WSDL invocation API,WSDL parser,Schema parser and Validator and an xmlpull Parser/Serializer.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    A C/C++ based client and server implementation of the OGSA Basic Execution Service, used to provide a Web Services interface to distributed resource managers such as Platform LSF and PBS/PBS Pro. The SOAP stack is provided by the gSOAP toolkit.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    SMPP protocol library for fast and easy SMSC(Short Message Service Centre) client development even for non-telecom guys. Easy to use classes covers all needed functionality for SMS applications developers and Content Providers. Written for .NET 2.0 in C#
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    FeedTurtle
    RSS reader, multimedia manager and TV series manager
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    This application permit user reading RSS (web feed) on his mobile device.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    R3R
    R3R is a small, fast, and portable reader for RSS, ESF, and Atom feeds.
    Leader badge">
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    WinCC Open Architecture C# Framework

    C# Framework for WinCC OA Open Architecture connectivity (XMLRPC)

    Author: Andreas Vogler Homepage: www.rocworks.at Communication .Net client to WinCC Open Architecture. Works fine with MonoTouch and Mono for Android! GPLv3 License is used for the public domain. If you plan to use it in a CLOSED SOURCE project, please get in touch with me - andres.vogler@gmail.com ! Communication can be done directly with XMLRPC or with the included proxy: * .net remoting is used for "commands" from the client to the proxy (dpConnect, dpQueryConnect). * tcp (xml over tcp) for sending unsolicited data/events from the proxy to the client. The proxy also acts as a distributor - if clients have the same dp(Query)Connects, the connects are done once, and the proxy will forward it to the clients. Easy example for a dpQueryConnect with a delegate: client.DpQueryConnectSingle((object s, ArrayList a) => { Console.WriteLine("event!); }, "SELECT '_online.._value', '_online.._stime' FROM '*.**'");
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Jitterbit is an open source integration tool that delivers a quick and simple way to design, configure, test, and deploy integration solutions. It supports many document types and protocols: XML, web services, database, LDAP, text, FTP, HTTP(S), file
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    ARADO - URL Database & RSS Feed Reader
    ARADO RSS Feed Reader is a URL Database for Websearch and RSS Feed Reading, which saves your added Bookmarks & RSS-Feeds and syncs newest URLs with your connected devices. Store and Search your all your URLs in ARADO. As framework c++ / Qt is used.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    AXYZ

    AXYZ

    Newsfeed aggregator

    The article explains the design and the characteristics of a new open source content aggregation system. Among the features of the program, stands out a new processing engine of syndication channels, monitoring capability of information recovery in real time, the possibilities of the configuration of aggregator behavior, automatic classification of contents and new models for representation of information from relational interactive maps. On the other hand, the aggregation program, which named AXYZ, is designed to manage thousands of syndication channels of RSS format. Furthermore it also provides statistics that can be used to study the production of any producer subject and the impact of the information that published in other sources. The result that has been obtained in the research, allow to create modules capable of compare the relationship between different news or information from different sources, their degree of influence and their detection by the patterns.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    It is a lightweight API to invoke web services (RMI, CORBA, WebService (SOAP), XML-RPC, EJB, Hessian, Burlap, REST, ...), how simple Java Object calls. You can integrate Crispy in a Service Oriented Architecture (SOA) or in a Rich Client Platform (RCP).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Warning: It has be 5 years since this project was completed. PhpBB3 has probably moved on and this is no longer actively tested. Use at your own risk. There is a ticket system if you see issues. Naruto is a web service that makes web site and application integration with message boards much easier and even allows the message board to be remotely hosted. Supported message boards include PhpBB3.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    WendzelNNTPd

    A free Usenet server with SQL backend and RBAC.

    The WendzelNNTPd is a IPv6-ready NNTP usenet-server with the main goal to be as easy to use as possible. It is portable (Linux/*BSD/*nix), supports AUTHINFO authentication, contains ACL as well as role based ACL and supports invisible newsgroups. It currently supports MySQL and SQLite backends.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    rss2imap is a tool which gets RSS (RDF Site Summary) from web and delivers to the IMAP server as an e-mail message. it enables you to use IMAP supported MUA as a RSS reader, and to unify mail check and site update check with ONE client.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Send files from any place to an HTTP server. Transfer files in parts / chunks. Transfer big files (and small). Have limited upload file size? Multiple files at once? Behind a firewall (no scp/rsync/sftp)? This is for you. Made in PHP.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    A simple console RSS aggregator that sends news items by email.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next