Showing 591 open source projects for "bandwidth"

View related business solutions
  • Powerful cloud-based licensing solution designed for fast-growing software businesses. Icon
    Powerful cloud-based licensing solution designed for fast-growing software businesses.

    A single-point of license control for desktop, SaaS, and mobile applications, APIs, VMs and devices.

    10Duke Enterprise is a cloud-based, scalable and flexible software licensing solution enabling software vendors to easily configure, manage and monetize the licenses they provide to their customers in real-time.
    Learn More
  • Payments you can rely on to run smarter. Icon
    Payments you can rely on to run smarter.

    Never miss a sale. Square payment processing serves customers better with tools and integrations that make work more efficient.

    Accept payments at your counter or on the go. It’s easy to get started. Try the Square POS app on your phone or pick from a range of hardworking hardware.
    Learn More
  • 1
    Nicotine+

    Nicotine+

    Graphical client for the Soulseek peer-to-peer network

    ...Built in Python with a Qt-based GUI, Nicotine+ offers a lightweight yet feature-rich experience for users looking to share and discover files in a decentralized, user-governed environment. It includes search capabilities, bandwidth throttling, chat rooms, and user-to-user messaging, supporting a vibrant community of digital collectors and music lovers.
    Downloads: 30 This Week
    Last Update:
    See Project
  • 2
    Duplicati

    Duplicati

    Store securely encrypted backups in the cloud!

    ...Duplicati also works on all major platforms (Windows, Linux and OSX). Unlike many other backup solutions, Duplicati ensures that your data is stored securely far away and updated regularly. Incremental updates means it saves on bandwidth and storage space, with a scheduler that automatically keeps your backups up to date.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 3
    P2P Media Loader

    P2P Media Loader

    An open-source engine for P2P streaming of live and on demand video

    ...It works seamlessly with HLS and DASH formats by extending existing players like hls.js and dash.js, allowing viewers to share video segments with one another. The library is optimized for browser environments and is ideal for developers looking to build decentralized or bandwidth-efficient media applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    HFS (HTTP File Server)

    HFS (HTTP File Server)

    HFS is a web file server to run on your computer

    HFS is a lightweight HTTP file server for Windows that allows users to share files over the web easily, turning their local machine into a file server.
    Downloads: 30 This Week
    Last Update:
    See Project
  • Failed Payment Recovery for Subscription Businesses Icon
    Failed Payment Recovery for Subscription Businesses

    For subscription companies searching for a failed payment recovery solution to grow revenue, and retain customers.

    FlexPay’s innovative platform uses multiple technologies to achieve the highest number of retained customers, resulting in reduced involuntary churn, longer life span after recovery, and higher revenue. Leading brands like LegalZoom, Hooked on Phonics, and ClinicSense trust FlexPay to recover failed payments, reduce churn, and increase customer lifetime value.
    Learn More
  • 5
    Spegel

    Spegel

    Stateless cluster local OCI registry mirror.

    Spegel is a distributed container image registry mirror designed to speed up container image pulls in large-scale Kubernetes clusters. It locally mirrors container images to cluster nodes, reducing latency and bandwidth consumption during container deployments. Spegel integrates natively with containerd and CRI-O, ensuring seamless operation in container runtimes without changing workflows. It’s particularly useful for air-gapped, edge, or resource-constrained environments where access to remote registries is slow or restricted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Blokada Apps

    Blokada Apps

    Repo for Blokada apps

    Blokada is the popular ad blocker and privacy app for Android and iOS. It's being supported and actively developed by the amazing open-source community. Our modern solution for mobile content blocking. Protect multiple devices from ads and tracking, and manage your preferences in one place. Enjoy zero battery drain, no noticeable slowdowns, and highly reliable adblocking. If you want to efficiently block ads, trackers, malware, save on your data plan, speed up your device and protect your...
    Downloads: 126 This Week
    Last Update:
    See Project
  • 7
    LZ4

    LZ4

    Extremely fast compression algorithm

    ...Because only content developers compress the data at once and usually they don't care about its computational cost. But they always care end user's experience a.k.a. "loading time" and bandwidth. Please pay attention to "LZ4HC -9" which is quite faster than other methods.
    Downloads: 325 This Week
    Last Update:
    See Project
  • 8
    Openwifi

    Openwifi

    open-source IEEE 802.11 WiFi baseband FPGA (chip) design

    Linux mac80211 compatible full-stack IEEE802.11/Wi-Fi design based on SDR (Software Defined Radio).
    Downloads: 13 This Week
    Last Update:
    See Project
  • 9
    ZJsonPatch

    ZJsonPatch

    This is an implementation of RFC 6902 JSON Patch written in Java

    This is an implementation of RFC 6902 JSON Patch written in Java. It can be used to avoid sending a whole document when only a part has changed, thus reducing network bandwidth requirements if data (in JSON format) is required to send across multiple systems over network or in case of multi DC transfer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
    Learn More
  • 10
    eqMac

    eqMac

    macOS System-wide audio equalizer & volume mixer

    ...Then eqMac captures that Input audio stream processes it, and sends it directly to the output device. Expert EQ, unlimited bands, fully customizable (Filter Type, Frequency, Gain, Bandwidth). Volume mixer, apply different volume levels per each application. Fully customize the look and feel of eqMac by changing the User Interface Colors, Feature visibility, and arrangement. Control all aspects of eqMac through a WebSocket API. Works with any programming language that supports WebSockets.
    Downloads: 54 This Week
    Last Update:
    See Project
  • 11
    NFT Storage

    NFT Storage

    Free decentralized storage and bandwidth for NFTs on IPFS and Filecoin

    NFT.Storage is a long-term storage service designed for off-chain NFT data (like metadata, images, and other assets) for up to 31GiB in size per individual upload. Data is content addressed using IPFS, meaning the URI pointing to a piece of data is completely unique to that data (using a content identifier, or CID). IPFS URLs and CIDs can be used in NFTs and metadata to ensure the NFT forever actually refers to the intended data (eliminating things like rug pulls and making it trustlessly...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    gRPC-Gateway

    gRPC-Gateway

    gRPC to JSON proxy generator following the gRPC HTTP spec

    ...This server is generated according to custom options in your gRPC definition. gRPC-Gateway helps you to provide your APIs in both gRPC and RESTful style at the same time. gRPC is great -- it generates API clients and server stubs in many programming languages, it is fast, easy to use, and bandwidth-efficient and its design is combat-proven by Google. However, you might still want to provide a traditional RESTful JSON API as well. Reasons can range from maintaining backward compatibility, supporting languages or clients that are not well supported by gRPC, to simply maintaining the aesthetics and tooling involved with a RESTful JSON architecture. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    beszel

    beszel

    Lightweight server monitoring hub with historical data, docker stats

    A lightweight server resource monitoring hub with historical data, docker stats, and alerts.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    ZeroTier

    ZeroTier

    A smart Ethernet switch for Earth

    ...Easily build common backplane networks spanning multiple cloud providers. Easily provision and de-provision remote access for users, contractors, and partners. Save on performance, storage, and bandwidth by unifying on-prem with cloud. Administrate and debug from anywhere.
    Downloads: 64 This Week
    Last Update:
    See Project
  • 15
    DeepEP

    DeepEP

    DeepEP: an efficient expert-parallel communication library

    ...Because MoE architectures require routing inputs to different experts, communication overhead can become a bottleneck — DeepEP addresses that by providing optimized GPU kernels and efficient dispatch/combining logic. The library also supports low-precision operations (such as FP8) to reduce memory and bandwidth usage during communication. DeepEP is aimed at large-scale model inference or training systems where expert parallelism is used to scale model capacity without replicating entire networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    LibreNMS

    LibreNMS

    Community-based GPL-licensed network monitoring system

    Welcome to LibreNMS, a fully featured network monitoring system that provides a wealth of features and device support. LibreNMS is an auto-discovering PHP/MySQL/SNMP-based network monitoring that includes support for a wide range of network hardware and operating systems including Cisco, Linux, FreeBSD, Juniper, Brocade, Foundry, HP, and many more.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 17
    Algo VPN

    Algo VPN

    Set of Ansible scripts that simplifies the setup of a personal VPN

    Introducing Algo, a self-hosted personal VPN server designed for ease of deployment and security. Algo automatically deploys an on-demand VPN service in the cloud that is not shared with other users, relies on only modern protocols and ciphers, and includes only the minimal software you need. And it’s free. For anyone who is privacy conscious, travels for work frequently, or can’t afford a dedicated IT department, this one’s for you. Really, the paid-for services are just commercial...
    Downloads: 41 This Week
    Last Update:
    See Project
  • 18
    v2flyNG

    v2flyNG

    A V2Ray client for Android, support v2fly core

    ...Profiles can be added via subscription links or QR codes, and the app merges and updates them on schedule to keep node lists fresh. Per-app proxy controls allow you to include or exclude specific applications, which is useful for balancing privacy with bandwidth and latency. The client exposes routing controls, TLS settings, custom DNS, and UDP handling so advanced users can fine-tune behavior. Status panels and logs help diagnose connectivity issues and confirm that rules are being applied as intended.
    Downloads: 29 This Week
    Last Update:
    See Project
  • 19
    compression

    compression

    Node.js compression middleware

    compression is a Node.js middleware for Express applications that enables HTTP response compression, improving the performance of web applications by reducing the size of the response body.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CAVA

    CAVA

    Cross-platform Audio Visualizer

    ...CAVA is a bar spectrum audio viewer based on my own open source project with the same name. Take the audio from the device's microphone and visualize the amplitude of the different frequencies as bars on the screen. Each bar represents a certain bandwidth of low to high frequencies. The leftmost bar starts at 50 Hz and the rightmost bar ends at 10 kHz. Although the frequencies outside this spectrum are audible, they do not contribute much to the overall sound image. You can also adjust the number of bars.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 21
    MCP Monitor

    MCP Monitor

    A system monitoring tool that exposes system metrics

    The MCP System Monitor is a tool that exposes system metrics via the Model Context Protocol (MCP), allowing Large Language Models (LLMs) to retrieve real-time system information through an MCP-compatible interface. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Sideband

    Sideband

    LXMF client for Android, Linux and macOS to communicate with people

    Sideband is a privacy-focused, peer-to-peer mesh messaging protocol and platform that allows users to communicate directly over local networks or the internet without servers. It emphasizes metadata resistance and secure message delivery, working effectively in offline, low-bandwidth, or disaster recovery scenarios. Built-in Rust, Sideband supports encrypted group messaging, file transfers, and network self-discovery. It is ideal for use in community networks, crisis response, and decentralized communications infrastructure.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    MQTT X

    MQTT X

    Powerful cross-platform MQTT 5.0 desktop, CLI, and WebSocket client

    ...It’s easy and quick to create multiple, simultaneous online MQTT client connections, and can test the connection, publishing, and subscription functions of MQTT/TCP, MQTT/TLS, MQTT/WebSocket as well as other MQTT protocol features. MQTT stands for MQ Telemetry Transport. It is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high-latency or unreliable networks. To run MQTT Broker locally, EMQX is recommended: An Open-Source, Cloud-Native, Distributed MQTT Broker for IoT. After the MQTT is connected successfully, you can perform MQTT publish and subscription tests.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 24
    AriaNg

    AriaNg

    A modern web frontend making aria2 easier to use

    ...Filter files by specified file types (videos, audios, pictures, documents, applications, archives, etc.) or file extensions. Tree view for multi-directory task. Download / upload speed chart for aria2 or single task. Full support for aria2 settings. Less bandwidth usage, only requesting incremental data.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 25
    Inkonchain Node

    Inkonchain Node

    How to run an Ink Node

    A Docker Compose–based implementation for running a full or archive node on the InkChain Layer‑2 blockchain (built on Optimism’s Superchain). It’s a fork of simple-optimism-node, tailored to Ink’s feature set and providing scripts to spin up reliable validator infrastructure locally or in production.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next