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

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

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

3 个仓库

Awesome GitHub RepositoriesCommand Protocols

Structured messaging formats used over TCP for controlling software state and parameters.

Distinct from TCP Protocol Implementations: Focuses on the application-level command structure rather than the low-level TCP socket implementation.

Explore 3 awesome GitHub repositories matching networking & communication · Command Protocols. Refine with filters or upvote what's useful.

Awesome Command Protocols GitHub Repositories

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

    badaix/snapcast

    7,701在 GitHub 上查看↗

    Snapcast is a multiroom audio streaming system designed to broadcast synchronized high-fidelity audio from a central server to multiple network clients. It functions as a TCP audio distribution server that captures raw audio sources and distributes them to synchronous network audio players. The system utilizes networked clock synchronization to coordinate timing between devices, ensuring simultaneous playback across different physical locations without echo or delay. It includes a remote audio playback controller to manage volume, mute status, and stream assignments via HTTP or WebSockets. T

    Uses a structured TCP-based protocol to send playback and volume commands to clients.

    C++
    在 GitHub 上查看↗7,701
  • brucedevices/firmwareBruceDevices 的头像

    BruceDevices/firmware

    4,941在 GitHub 上查看↗

    This firmware transforms an ESP32 device into a portable penetration testing platform by combining an embedded JavaScript runtime with multi-protocol wireless attack capabilities, USB and Bluetooth HID emulation, and a menu-driven user interface. It is designed as a unified system that integrates persistent storage, hardware abstraction for external radio modules, a serial command protocol for headless operation, and a web-based remote desktop that streams the device screen and relays button inputs for remote control. The custom JavaScript scripting environment enables users to write and run

    Parses text commands over UART for headless operation, scripting integration, and external control of all firmware modules.

    Cbrucecardputerembedded-systems
    在 GitHub 上查看↗4,941
  • crankyoldgit/irremoteesp8266crankyoldgit 的头像

    crankyoldgit/IRremoteESP8266

    3,375在 GitHub 上查看↗

    This project is firmware for the ESP8266 microcontroller that enables the sending and receiving of infrared signals to control consumer electronics. It functions as an infrared signal decoder and encoder, providing a network gateway through an MQTT bridge as well as TCP and web servers for remote wireless device control. The system supports the capture of raw infrared transmissions into memory buffers for analysis and playback, allowing for the reverse engineering of unknown protocols. It includes specialized capabilities for managing air conditioners via complex infrared sequences and generi

    Translates digital command codes into manufacturer-specific infrared pulse patterns for consumer electronics.

    C++940nmairconditionersarduino
    在 GitHub 上查看↗3,375
  1. Home
  2. Networking & Communication
  3. TCP Protocol Implementations
  4. Command Protocols

探索子标签

  • Infrared Pulse EncodingsTranslates digital commands into specific infrared pulse patterns for various hardware manufacturers. **Distinct from Command Protocols:** Specifically targets IR pulse timing patterns rather than general TCP application-level command structures.
  • UART-BasedText command parsing over UART for headless operation, scripting integration, and external control of all firmware modules. **Distinct from Command Protocols:** Distinct from Command Protocols: specifically targets UART/serial hardware interfaces rather than TCP-based command protocols.