awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • badaix/snapcastAvatar von badaix

    badaix/snapcast

    7,701Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗7,701
  • brucedevices/firmwareAvatar von BruceDevices

    BruceDevices/firmware

    4,941Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,941
  • crankyoldgit/irremoteesp8266Avatar von crankyoldgit

    crankyoldgit/IRremoteESP8266

    3,375Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,375
  1. Home
  2. Networking & Communication
  3. TCP Protocol Implementations
  4. Command Protocols

Unter-Tags erkunden

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