The "/v8.14.1" file could not be found or is not available. Please select another file.

Search Results for "sign a device driver windows"

Showing 168 open source projects for "sign a device driver windows"

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
  • 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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    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: 302 This Week
    Last Update:
    See Project
  • 3
    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: 21 This Week
    Last Update:
    See Project
  • 4
    OpenPGP.js

    OpenPGP.js

    OpenPGP implementation for JavaScript

    This project aims to provide an Open Source OpenPGP library in JavaScript so it can be used on virtually every device. Instead of other implementations that are aimed at using native code, OpenPGP.js is meant to bypass this requirement (i.e. people will not have to install gpg on their machines in order to use the library). The idea is to implement all the needed OpenPGP functionality in a JavaScript library that can be reused in other projects that provide browser extensions or server...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | 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
  • 5
    Shifu

    Shifu

    Kubernetes-native IoT gateway

    Shifu is a Kubernetes native, production-grade, protocol & vendor agnostic IoT gateway. Developing your application while managing your devices, spares the need for maintaining an additional O&M infrastructure. No vendor lock-in. You can easily deploy Shifu on the edge(from RaspberryPi to edge clusters) or on the cloud(public, private, and hybrid cloud are all supported). HTTP, MQTT, RTSP, Siemens S7, TCP socket, OPC UA...The microservice architecture of Shifu enables it to quickly adapt to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SWUpdate

    SWUpdate

    Software Update for Embedded Systems

    SWUpdate is a Linux Update agent with the goal to provide an efficient and safe way to update an embedded Linux system in the field. SWUpdate supports local and OTA updates and multiple update strategies and it is designed with security in mind. To start with SWUpdate, it is suggested you look at the documentation and build for one evaluation board (or you run SWUpdate on your host for a first overview). If you plan to update your device locally or remotely, SWUpdate is the right framework...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    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: 15 This Week
    Last Update:
    See Project
  • 8
    Moss

    Moss

    Rust Linux-compatible kernel

    Moss Kernel is an open-source operating system kernel project designed to explore modern OS design and provide a foundation for experimental system research and development. 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...
    Downloads: 1 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: 744 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
  • 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: 11 This Week
    Last Update:
    See Project
  • 11
    OpenXR SDK

    OpenXR SDK

    Generated headers and sources for OpenXR loader

    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. This repository contains OpenXR headers, as well as source code and build scripts for the OpenXR loader. It contains all generated source files and headers pre-generated for minimum dependencies. The OpenXR 1.0 specification is free for anyone to download, review and comment. Without a cross-platform standard, VR...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 12
    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: 1 This Week
    Last Update:
    See Project
  • 13
    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. The WLan Driver 802.11n Rel. 4.80.28.7.zip is typically for wireless network...
    Downloads: 512 This Week
    Last Update:
    See Project
  • 14
    OpenXR SDK Sources Project

    OpenXR SDK Sources Project

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

    This repository contains source code and build scripts for implementations of the OpenXR loader, validation layers, and code samples. 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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    AMD/ATI Pixel Clock Patcher 1.4.15
    AMD/ATI Pixel Clock Patcher modifies the AMD/ATI video driver to allow higher resolutions and refresh rates by removing the 165 MHz pixel clock limit for single-link DVI and HDMI, the 330 MHz limit for dual-link DVI, and the 400 MHz limit for VGA. Latest Version Recent changes: 1.4.15: Added support for R.ID Polaris/Vega drivers. Increased VGA limit to 800 MHz for other drivers. 1.4.14: Fix driver not found after installing Amernime Zone drivers. Added self-sign option and Info.txt. No...
    Leader badge
    Downloads: 1,781 This Week
    Last Update:
    See Project
  • 16
    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: 13 This Week
    Last Update:
    See Project
  • 17
    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: 813 This Week
    Last Update:
    See Project
  • 18

    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
  • 19

    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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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); //...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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
  • 22

    libusb-win32

    libusb-win32 is a port of libusb-0.1 under Windows

    libusb-win32 is a port of the USB library libusb-0.1 (http://sf.net/projects/libusb/) to 32/64bit Windows. The library allows user space applications to access many USB device on Windows. Development of libusb-win32 is now at github https://github.com/mcuee/libusb-win32. Sourceforge will only be used for mailing list since Feb 2024.
    Leader badge
    Downloads: 6,618 This Week
    Last Update:
    See Project
  • 23
    Universal x86 Tuning Utility

    Universal x86 Tuning Utility

    Unlock the full potential of your Intel/AMD based device!

    What is UXTU? • It's a tuning utility aimed at helping you tune your device as you wish. • It's created by the developers of Ryzen Controller, Renoir Mobile Tuning, and Power Control Panel. This includes temperature and power limits adjustments, voltage control, and much more! • It's a little lightweight Ryzen Master/XTU alternative for x86 laptops and computers that allows fine control over your device's processor and GPU/s. • Works best on Zen-based CPUs/APUs or Intel CPUs that...
    Downloads: 172 This Week
    Last Update:
    See Project
  • 24
    My OS practice: 1 bootloader. support EFI,network,usb. 2 busybox, buildroot, etc... 3 kernel(X86,ARM,MIPS) 4 device driver, dts...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    OrtCAN is set of CAN and CANopen related software components, including LinCAN - Linux character device CAN driver, VCA - versatile/virtual CAN/CANopen API compatible, a firmware base for USB/CAN converter and a local and remote monitoring software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB