Showing 314 open source projects for "device driver"

View related business solutions
  • 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
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 1
    libwdi

    libwdi

    Windows Driver Installer library for USB devices

    libwdi is a cross-platform open-source C library focused on simplifying the installation of device drivers for USB hardware that otherwise does not have automatic driver support, making it especially useful for developers building installers or system management tools. The library abstracts away many of the complexities of USB device enumeration and driver deployment on Windows systems, such as creating a list of devices, preparing appropriate driver files, and invoking the operating system’s driver installation mechanics, so your software doesn’t have to re-implement these low-level tasks. ...
    Downloads: 36 This Week
    Last Update:
    See Project
  • 2
    hidusbf

    hidusbf

    USB Mice Overclocking Software (for Windows)

    Hidusbf is a low-level Windows driver and utility designed to modify the polling rate of USB input devices such as mice and controllers, effectively enabling higher responsiveness through overclocking or reducing latency through downclocking. It works by installing a filter driver that intercepts USB communication and adjusts the rate at which the device reports input data to the system.
    Downloads: 285 This Week
    Last Update:
    See Project
  • 3
    BlackHole

    BlackHole

    BlackHole is a modern macOS audio loopback driver

    BlackHole is a modern virtual audio loopback driver for macOS that allows audio to be routed between applications with zero additional latency. It is widely used by musicians, streamers, developers, and audio engineers who need reliable internal audio routing without external hardware. BlackHole supports a wide range of sample rates and configurable channel counts, making it flexible for both simple and advanced audio workflows. The driver integrates directly with macOS Core Audio and...
    Downloads: 113 This Week
    Last Update:
    See Project
  • 4
    RF24

    RF24

    OSI Layer 2 driver for nRF24L01 on Arduino & Raspberry Pi/Linux

    ...Consumed with a public interface that's similar to other Arduino standard libraries. OSI Network Layer for multi-device communication. Create a home sensor network.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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
  • 5
    eqMac

    eqMac

    macOS System-wide audio equalizer & volume mixer

    System audio equalizer for macOS. Professional grade Parametric EQ & volume mixer. If you feel like your audio device (Headphones or Speaker) does not have enough Bass (low frequency) punch, or vice versa, you can adjust that using eqMac. macOS does not have a direct way to access the System Audio stream, so we use the eqMac Audio driver to divert the system audio to the driver's input stream. Then eqMac captures that Input audio stream processes it, and sends it directly to the output device. ...
    Downloads: 51 This Week
    Last Update:
    See Project
  • 6
    Dokany

    Dokany

    User mode file system for Windows

    Dokany is the fork of Dokan, a user mode file system library that lets you easily and safely develop new file systems on the Windows OS. When creating new file systems on Windows, you need to develop a device driver that works in the kernel mode on Windows-- a difficult task without technical Windows Kernel knowledge. Dokany makes it easy. It enables you to create these file systems without device drivers, and is completely free to download. It is similar to FUSE, and also offers compatibility with a FUSE file system.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 7
    Shifu

    Shifu

    Kubernetes-native IoT gateway

    ...HTTP, MQTT, RTSP, Siemens S7, TCP socket, OPC UA...The microservice architecture of Shifu enables it to quickly adapt to new protocols. Kubernetes pod as well as the atomic unit of Shifu. DeviceShifu mainly contains the driver of the device and represents a device in the cluster. Or you can call it "digital twin" of the device.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Moss

    Moss

    Rust Linux-compatible kernel

    ...Rather than replicating traditional monolithic kernels exactly, it emphasizes modularity, safety, and simplicity by incorporating well-structured subsystems for memory management, scheduling, and device abstraction that are easy for contributors to understand and extend. The kernel uses Rust as its primary implementation language, which gives it strong memory safety guarantees and helps reduce common classes of bugs like data races and buffer overflows without sacrificing performance. It aims to serve as both a learning tool for systems programming students and a testbed for advanced research in kernel architecture, enabling experimentation with new ideas in process isolation, resource management, and driver models.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    15 Seconds ADB installer [2024]
    15 Seconds ADB Installer v2.0.7 [2024] by Funky (based on work by Snoop05) Android Debug Bridge version 1.0.41 Google USB Driver version 11.0.0000.00000
    Leader badge
    Downloads: 750 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Zephyr Project

    Zephyr Project

    Scalable, optimized, secure RTOS for multiple hardware architectures

    The Zephyr Project is a new generation real-time operating system (RTOS) that supports multiple hardware architectures. It is based on a small-footprint kernel specially designed for use on resource-constrained and embedded systems. The Zephyr OS can be used for a wide range of applications: from simple embedded environmental sensors and LED wearables to sophisticated embedded controllers, smart watches, and IoT wireless applications.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11
    Lunatik

    Lunatik

    Lunatik is a framework for scripting the Linux kernel with Lua

    Lunatik is a framework for scripting the Linux kernel with Lua. It is composed by the Lua interpreter modified to run in the kernel; a device driver (written in Lua =)) and a command line tool to load and run scripts and manage runtime environments from the user space; a C API to load and run scripts and manage runtime environments from the kernel; and Lua APIs for binding kernel facilities to Lua scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    OpenXR SDK

    OpenXR SDK

    Generated headers and sources for OpenXR loader

    ...The OpenXR 1.0 specification is free for anyone to download, review and comment. Without a cross-platform standard, VR and AR applications and engines must use each platform’s proprietary APIs. New input devices need customized driver integration. OpenXR provides cross-platform, high-performance access directly into diverse XR device runtimes across multiple platforms. OpenXR enables applications and engines, including WebXR, to run on any system that exposes the OpenXR APIs.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 13
    LKMPG

    LKMPG

    The Linux Kernel Module Programming Guide

    lkmpg is a modernized, open-source guide that teaches the fundamentals of writing Linux kernel modules through clear explanations and working examples. It covers the full lifecycle: building and loading modules, understanding kernel symbols, handling device files, and interacting with kernel subsystems. Readers learn about concurrency concerns (spinlocks, mutexes), memory allocation in kernel space, and safe patterns for error handling and cleanup. The guide pairs narrative chapters with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Tock OS

    Tock OS

    A secure embedded operating system for microcontrollers

    Tock is a secure, embedded operating system designed for microcontrollers and low-power hardware platforms. Written in Rust, it uses a novel kernel architecture where the OS runs a minimal trusted core and all userland code, including device drivers, is sandboxed and isolated. Tock is ideal for IoT devices, wearables, and embedded research projects where reliability and safety are critical. Its capability-based security model and preemptive multitasking allow developers to safely run...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    WLan Driver 802.11n Rel. 4.80.28.7.zip
    WLan Driver 802.11n Rel. 4.80.28.7.zip is a compressed file containing drivers for a wireless network adapter that supports the 802.11n Wi-Fi standard. These drivers enable your computer to communicate with and control the Wi-Fi hardware, allowing it to connect to wireless networks. To install it, you would unzip the file and run the installer or manually update the driver through your system’s device manager.
    Downloads: 493 This Week
    Last Update:
    See Project
  • 16
    Realtime Ethernet Driver extension for Cadence MACB/GEM Ethernet Controller driver and Xilinx Axi Ethernet device driver. * The driver can be used parallel to the Linux Network stack. * In combination with the Linux RT-patch, a reaction time from less that 100 µs can be reached. Example: eth0 interface can be used be linux stack and by realtime application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OpenXR SDK Sources Project

    OpenXR SDK Sources Project

    Sources for OpenXR loader, basic API layers, and example code

    ...OpenXR is a royalty-free, open standard that provides high-performance access to Augmented Reality (AR) and Virtual Reality (VR), collectively known as XR platforms and devices. Without a cross-platform standard, VR and AR applications and engines must use each platform’s proprietary APIs. New input devices need customized driver integration. OpenXR provides cross-platform, high-performance access directly into diverse XR device runtimes across multiple platforms. OpenXR enables applications and engines, including WebXR, to run on any system that exposes the OpenXR APIs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Vinix

    Vinix

    An effort to write a modern, fast, and useful operating system

    Vinix is an experimental Unix-like operating system written in V, a statically typed compiled programming language known for its simplicity and performance. The project aims to create a minimalistic and efficient OS that adheres to Unix principles while leveraging the modern features of the V language. Vinix serves as both a proof of concept for system programming in V and a platform for exploring OS design concepts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AIO-Driver-Booster

    AIO-Driver-Booster

    Update&Boost& fix outdated drivers instantly with AIO Driver Booster

    https://aiodriverupdate.com/ AIO Driver Booster is a free and powerful driver updater tool designed to automatically scan, detect, and update outdated, missing, or corrupted drivers on your Windows PC. Keeping your drivers up to date ensures maximum system performance, improved hardware compatibility, and a smoother gaming and computing experience. AIO Driver Booster supports a wide range of devices including graphics cards, audio drivers, network adapters, USB controllers, and more. With...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 20
    midisport-macos

    midisport-macos

    M-Audio MIDISPORT USB 64-bit MIDI device driver for MacOS v10.14+

    This project provides an open source MacOS v10.14+ (Mojave and above) compatible CoreMIDI Universal 64 bit device driver for M-Audio's MIDISPORT range of USB MIDI interfaces. This driver supports the following devices: MIDISPORT 1x1 MIDISPORT 2x2 MIDISPORT 4x4 MIDISPORT 8x8/S Oxygen 8 Keyboard Other devices which are compatible may also work, although presently, these are the only ones which have been tested.
    Leader badge
    Downloads: 122 This Week
    Last Update:
    See Project
  • 21
    Mi PC Suite

    Mi PC Suite

    Manage Xiaomi phones: backup, transfer files, flash ROMs easily

    Mi PC Suite is the official desktop application for managing Xiaomi, Redmi, and POCO devices on Windows computers. This comprehensive software enables seamless file transfers, complete device backups, system updates, and ROM flashing capabilities. Users can efficiently sync contacts, messages, photos, and media between their phone and computer. The suite provides intuitive interface for installing applications, managing storage, and performing advanced operations like bootloader unlocking...
    Leader badge
    Downloads: 877 This Week
    Last Update:
    See Project
  • 22

    A/OS

    Operating System/32

    This is an Operating System created for evolve 16 bit version of compiler to 32 bits. It derives from VM86 DOS extension and become full multitasking incrematally device drivers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    TM1637 7 seg Arduino AVR 8051 Driver

    TM1637 7 seg Arduino AVR 8051 Driver

    7 seg universal Arduino Ardui89 AVR 8051 Device Driver 89C51 89C52...

    TM1637 Universal Arduino AVR 8051 Device ======================================== V.0.0.4 Bugs fixed in AVR using. Hexademal chars bugs fixed in AVR using. Universal Arduino library for TM1637 (LED Driver) Arduino achitectures : AVR, 8051, STC89C51, STC89C51, STC15F2K32K2... See too : https://sourceforge.net/projects/stc89/ Very easy using just using 3 lines, example : TM1637Device display; // New 7 seg display TM1637_init(display, 2, 3); // Init TM1637 Display : CLK = pin 2 / DIO = pin 3 TM1637_printString(display, "1234"); // Print 1234 on 4 x 7 segments module or TM1637_printString(display, "=-7°F"); // Print = - 7°F see all examples in example TM1637Demo, like TM1637_setBrightness(display, 7), etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Hudaqlib

    This library is a driver that allows to access Tedia and Humusoft DAQ

    This library gives an access to DAQ devices under Linux with same interface as Windows. Library has been tested under both 32 and 64 bit Linux. Also alternative Windows driver is published here. Windows driver is compatible with Humusoft's original. The compatibility is provided through different hudaqlib.dll library. You will not need to recompile your code, only replace DLL. The Windows driver is even binary compatible with Tedia drivers - for Tedia cards. If you use tedia_ep4gxa.dll you can directly access to Tedia device without reinstalling driver. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Snappy Driver Installer Origin

    Snappy Driver Installer Origin

    Install and update drivers on Windows PCs.

    Snappy Driver Installer Origin is a portable Windows tool to install and update device drivers. It can be used offline to install drivers where Internet isn't available. The perfect technicians tool. Download the latest version from the home page below.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB