awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 个仓库

Awesome GitHub RepositoriesWireless Device Control

Ability to send operational commands to smart devices over local wireless networks.

Distinct from Wi-Fi Profiles: Candidates focus on profiles or gateways; this is about controlling device state via the network.

Explore 9 awesome GitHub repositories matching hardware & iot · Wireless Device Control. Refine with filters or upvote what's useful.

Awesome Wireless Device Control GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • project-chip/connectedhomeipproject-chip 的头像

    project-chip/connectedhomeip

    8,586在 GitHub 上查看↗

    This project is an open-source software development kit and framework for implementing the Matter smart home standard. It provides a universal IPv6-based application layer and a cluster-based data model to ensure interoperability between diverse smart home devices and controllers. The system is distinguished by its multi-transport network abstraction, which maps Bluetooth LE, Thread, and Wi-Fi implementations to a common layer. It includes specialized tooling for secure device commissioning via QR codes and NFC, as well as a comprehensive over-the-air firmware update system for distributing s

    Sends operational commands to smart devices over local wireless networks using IPv6.

    C++build-with-matterchipconnected-devices
    在 GitHub 上查看↗8,586
  • portapack-mayhem/mayhem-firmwareportapack-mayhem 的头像

    portapack-mayhem/mayhem-firmware

    5,199在 GitHub 上查看↗

    Mayhem-Firmware is a custom firmware for the PortaPack add-on that transforms a HackRF software-defined radio into a standalone handheld device capable of receiving, transmitting, and analyzing radio signals across a wide frequency range. The firmware provides a complete operational environment with an event-driven touchscreen interface, a menu-driven application launcher, and a real-time sample streaming pipeline that connects the hardware abstraction layer to a suite of modular applications. All user data, including frequency presets, captures, and configuration files, are stored on a remova

    Provides remote control of the SDR device over USB serial for automated operation and debugging.

    Chackrfhackrf-componentsportapack
    在 GitHub 上查看↗5,199
  • petoicamp/opencat-quadruped-robotPetoiCamp 的头像

    PetoiCamp/OpenCat-Quadruped-Robot

    4,891在 GitHub 上查看↗

    OpenCat-Quadruped-Robot 是一个用于构建四足机器人的开发框架和运动控制 API。它提供了一个全面的四足机器人开发环境,具有步态设计、逆运动学,以及将高级智能与低级运动分离的分层控制架构。 该项目作为一种嵌入式 AI 部署工具脱颖而出,允许用户训练、量化机器学习模型并将其部署到视觉模块,以执行对象检测和视觉目标跟踪等任务。它还通过离线语音命令处理、人体运动模仿以及用于图形逻辑生成的视觉块编程界面,支持复杂的人机交互。 该系统涵盖了广泛的功能面,包括通过 IMU 数据实现的实时平衡稳定、使用 3D 相机的自主导航,以及通过蓝牙和 WiFi 的各种远程控制接口。它还包括用于机器人步态模拟、强化学习策略迁移的工具,以及用于外部软件集成的专用 Python API。 固件管理通过一套部署工具处理,支持主板和微控制器模块的 USB、蓝牙和无线 (OTA) 更新。

    Sends operational serial data wirelessly via Bluetooth to control robotic motion or upload firmware.

    C++aiarduinoblock-coding
    在 GitHub 上查看↗4,891
  • coolnameismy/babybluetoothcoolnameismy 的头像

    coolnameismy/BabyBluetooth

    4,751在 GitHub 上查看↗

    BabyBluetooth 是一个用于 iOS 和 macOS 的低功耗蓝牙(BLE)库和无线设备通信 API。它作为中心管理器,用于发现附近的无线设备、管理活动连接的生命周期,并提供编程接口来读写特征值以控制远程硬件行为。 该库包含一个外设管理器,允许设备通过广播服务和特征来模拟无线外设,供其他硬件发现并进行交互。 该框架涵盖了通过扫描和过滤进行的设备发现、通过特征通知进行的数据同步,以及用于估算移动设备与已连接外设之间距离的信号监控。

    Provides a programmatic interface to read and write characteristic values to control remote hardware behavior over wireless links.

    Objective-C
    在 GitHub 上查看↗4,751
  • blinker-iot/blinker-jsblinker-iot 的头像

    blinker-iot/blinker-js

    4,338在 GitHub 上查看↗

    blinker-js 是一个物联网设备通信框架和 Node.js 库,旨在管理嵌入式硬件与远程服务器或本地网络之间的双向数据交换。它作为一个 MQTT 硬件集成工具,将单板计算机连接到物联网云平台以进行远程管理和控制。 该项目提供了一个虚拟设备小部件管理器,用于将硬件状态与基于云的用户界面组件同步。该系统允许将远程 UI 标识符映射到内部软件逻辑,通过虚拟按钮和输入字段实现远程物联网控制。 该框架支持通过 MQTT 协议进行基于云的通信,以及通过共享无线连接进行直接的本地网络设备通信。它包括监听设备事件和管理双向数据流以触发硬件动作的能力。

    Controls hardware device state and exchanges data over local wireless networks without requiring cloud servers.

    TypeScriptiotlinuxmqtt
    在 GitHub 上查看↗4,338
  • albfan/miraclecastalbfan 的头像

    albfan/miraclecast

    4,302在 GitHub 上查看↗

    Miraclecast is a software implementation of the Miracast protocol used for mirroring screens and streaming audio over Wi-Fi. It functions as a wireless display adapter, providing the capabilities of both a Wi-Fi display source that projects local content and a Wi-Fi display sink that acts as a wireless receiver for remote streams. The project includes a peer-to-peer wireless network manager used to discover nearby devices and establish direct Wi-Fi connections. It specifically implements a wireless input backchannel, allowing mouse and keyboard events to be routed from a receiving display bac

    Implements a wireless input back-channel to route mouse and keyboard events from the receiving display back to the source.

    C
    在 GitHub 上查看↗4,302
  • lucaslhm/flipper-irdbLucaslhm 的头像

    Lucaslhm/Flipper-IRDB

    3,905在 GitHub 上查看↗

    This project is a curated database and repository of standardized infrared signal sequences designed for hardware remote emulation. It provides a comprehensive library of infrared codes used to operate a wide variety of consumer electronics, household appliances, and hardware devices. The collection organizes infrared commands by manufacturer and device category to facilitate the remote operation of audio-visual equipment, climate control systems, lighting, and photography hardware. It also includes specialized signals for gaming consoles, monitors, and videoconferencing equipment. The syste

    Sends infrared remote control codes to various VCR brands to operate machines via hardware devices.

    在 GitHub 上查看↗3,905
  • skorokithakis/cattskorokithakis 的头像

    skorokithakis/catt

    3,629在 GitHub 上查看↗

    catt is a command-line interface and network utility for casting media and websites to Google Cast devices. It serves as a terminal-based controller that transmits video, audio, and web content from a local computer to compatible remote receiving hardware. The tool includes a device manager that maps complex hardware identifiers to human-readable aliases via a local configuration file. This allows for faster device targeting and the assignment of default target devices. The system supports streaming local files and online video sources, including the ability to render websites using the remo

    Provides the ability to send operational playback and state commands to Google Cast devices over a local wireless network.

    Python
    在 GitHub 上查看↗3,629
  • smartthingscommunity/smartthingspublicSmartThingsCommunity 的头像

    SmartThingsCommunity/SmartThingsPublic

    2,629在 GitHub 上查看↗

    This project is a smart home automation framework and a library of device drivers and handlers designed to integrate hardware into the SmartThings ecosystem. It functions as an IoT device handler repository that translates proprietary hardware signals into standard commands for a central hub. The system emphasizes a local hub rules engine to execute automation logic and device routines directly on hardware, reducing reliance on cloud processing. It provides a collection of custom drivers specifically for managing Zigbee, Z-Wave, and LAN devices. The framework covers the development of custom

    Supports automating Z-Wave hardware via custom drivers that translate device signals into standard control commands.

    Groovyinternet-of-thingsoauth2open-source
    在 GitHub 上查看↗2,629
  1. Home
  2. Hardware & IoT
  3. Wireless Device Control

探索子标签

  • Input Back-channelsCommunication paths used to route peripheral input events from a receiver back to the original source device. **Distinct from Wireless Device Control:** Specifically handles the return path for user input events rather than general operational commands to smart devices
  • Radio Remote ControllersSends commands over radio to remotely operate compatible devices such as key fobs, pagers, or toys. **Distinct from Wireless Device Control:** Distinct from Wireless Device Control: focuses on radio-frequency command transmission rather than Wi-Fi or Bluetooth smart device control.
  • VCR EmulationUsing infrared signal codes to remotely operate VCR hardware. **Distinct from Wireless Device Control:** Specializes wireless device control into infrared-based operation of VCRs.
  • Z-Wave Device AutomationAutomating Z-Wave hardware via drivers that translate protocol signals into standard control commands. **Distinct from Wireless Device Control:** Specifically targets the Z-Wave protocol for automation, whereas wireless device control is a broader category.