awesome-repositories.com
Blog
awesome-repositories.com

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

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

38 Repos

Awesome GitHub RepositoriesLibraries

Code libraries for networking, graphics, and peripheral integration.

Explore 38 awesome GitHub repositories matching part of an awesome list · Libraries. Refine with filters or upvote what's useful.

Awesome Libraries GitHub Repositories

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

    wasm3/wasm3

    7,936Auf GitHub ansehen↗

    Wasm3 ist ein WebAssembly-Interpreter, der für die Integration in eingebettete Laufzeitumgebungen entwickelt wurde. Er ermöglicht die Ausführung portabler Binärlogik auf Mikrocontrollern und ressourcenbeschränkter Hardware und bietet Unterstützung für Module, die das WebAssembly System Interface nutzen, um mit Systemressourcen zu interagieren. Die Laufzeitumgebung verwendet registerbasierte Bytecode-Interpretation und direktes Threaded-Dispatching, um virtuelle Register physischen CPU-Registern zuzuordnen. Sie enthält eine Host-Call-Schnittstelle, um Importe C-Funktionen zuzuordnen, und nutzt statische Modulvalidierung, um sicherzustellen, dass Bytecode vor der Ausführung den Spezifikationsregeln entspricht. Das Projekt bietet Ressourcenmanagement durch lineare Speicherzuweisungsbegrenzungen und anweisungsbasierte Gas-Messung, um Endlosschleifen und Systemerschöpfung zu verhindern. Die Beobachtbarkeit wird durch Ausführungs-Tracing, Flussüberwachung und Profiling der Interpreter-Operationen gehandhabt. Für Entwicklung und Qualitätssicherung enthält die Laufzeitumgebung ein interaktives REPL und unterstützt Coverage-gesteuertes Fuzzing.

    High-performance WebAssembly interpreter for embedded devices.

    C
    Auf GitHub ansehen↗7,936
  • markszabo/irremoteesp8266Avatar von markszabo

    markszabo/IRremoteESP8266

    3,508Auf GitHub ansehen↗

    This library enables you to send and receive infra-red signals on an ESP8266 or an ESP32 using the Arduino framework using common 940nm IR LEDs and common IR receiver modules. e.g. TSOP{17,22,24,36,38,44,48}* demodulators etc.

    Library for infrared signal transmission and reception.

    C++
    Auf GitHub ansehen↗3,508
  • rocketeers/rocketeerAvatar von rocketeers

    rocketeers/rocketeer

    2,634Auf GitHub ansehen↗

    Send your projects up in the clouds

    Task runner and deployment package.

    PHP
    Auf GitHub ansehen↗2,634
  • earlephilhower/esp8266audioAvatar von earlephilhower

    earlephilhower/ESP8266Audio

    2,365Auf GitHub ansehen↗

    Arduino library for parsing and decoding MOD, WAV, MP3, FLAC, MIDI, AAC, and RTTL files and playing them on an I2S DAC or even using a software-simulated delta-sigma DAC with dynamic 32x-128x oversampling.

    Audio playback library for various formats.

    C
    Auf GitHub ansehen↗2,365
  • vshymanskyy/tinygsmAvatar von vshymanskyy

    vshymanskyy/TinyGSM

    2,202Auf GitHub ansehen↗

    A small Arduino library for GSM modules, that just works.

    GSM module interaction library with AT command support.

    C++
    Auf GitHub ansehen↗2,202
  • homespan/homespanAvatar von HomeSpan

    HomeSpan/HomeSpan

    2,124Auf GitHub ansehen↗

    Welcome to HomeSpan - a robust and extremely easy-to-use Arduino library for creating your own ESP32-based HomeKit devices entirely within the Arduino IDE.

    Arduino library for building HomeKit-enabled ESP32 devices.

    C++
    Auf GitHub ansehen↗2,124
  • cesanta/mjsAvatar von cesanta

    cesanta/mjs

    2,045Auf GitHub ansehen↗

    mJS: Restricted JavaScript engine

    Lightweight JavaScript engine for embedded systems.

    C
    Auf GitHub ansehen↗2,045
  • schreibfaul1/esp32-audioi2sAvatar von schreibfaul1

    schreibfaul1/ESP32-audioI2S

    1,635Auf GitHub ansehen↗

    Play mp3 files from SD via I2S

    I2S audio streaming and file playback library.

    Caaccs4344esp32
    Auf GitHub ansehen↗1,635
  • composer/installersAvatar von composer

    composer/installers

    1,435Auf GitHub ansehen↗

    A Multi-Framework Composer Library Installer

    Multi-framework library installer for Composer.

    PHP
    Auf GitHub ansehen↗1,435
  • ayushsharma82/esp-dashAvatar von ayushsharma82

    ayushsharma82/ESP-DASH

    1,387Auf GitHub ansehen↗

    Blazing fast library to create a functional, on-device dashboard for ESP32, RP2040+W and RP2350+W microcontrollers

    Framework for creating remote web dashboards.

    C++
    Auf GitHub ansehen↗1,387
  • marvinroger/homie-esp8266Avatar von marvinroger

    marvinroger/homie-esp8266

    1,372Auf GitHub ansehen↗

    THIS IS THE DEVELOPMENT BRANCH FOR Version 3.x.y - See https://github.com/homieiot/homie-esp8266 for current 2.0.y releases

    Homie protocol implementation for ESP8266.

    HTML
    Auf GitHub ansehen↗1,372
  • cakephp/chronosAvatar von cakephp

    cakephp/chronos

    1,361Auf GitHub ansehen↗

    A standalone DateTime library originally based off of Carbon

    Standalone date and time API extension.

    PHP
    Auf GitHub ansehen↗1,361
  • impulseadventure/guisliceAvatar von ImpulseAdventure

    ImpulseAdventure/GUIslice

    1,355Auf GitHub ansehen↗

    A lightweight GUI framework for embedded displays

    Drag-and-drop GUI framework for embedded displays.

    C
    Auf GitHub ansehen↗1,355
  • maximkulkin/esp-homekitAvatar von maximkulkin

    maximkulkin/esp-homekit

    1,166Auf GitHub ansehen↗

    Apple HomeKit accessory server library for ESP-OPEN-RTOS.

    HomeKit implementation for RTOS-based ESP8266.

    C
    Auf GitHub ansehen↗1,166
  • s00500/espuiAvatar von s00500

    s00500/ESPUI

    1,118Auf GitHub ansehen↗

    ESPUI is a simple library to make a web-based user interface for your projects using the ESP8266 or the ESP32 It uses web sockets and lets you create,

    Library for building interactive web-based interfaces.

    C++
    Auf GitHub ansehen↗1,118
  • me-no-dev/espasynctcpAvatar von me-no-dev

    me-no-dev/ESPAsyncTCP

    786Auf GitHub ansehen↗

    Discord Server: https://discord.gg/X7zpGdyUcY

    Asynchronous TCP networking library.

    C++
    Auf GitHub ansehen↗786
  • jczic/microwebsrv2Avatar von jczic

    jczic/MicroWebSrv2

    717Auf GitHub ansehen↗

    Also check out the new ESP32 MPY-Jama free IDE below:

    Powerful web server library for MicroPython.

    Python
    Auf GitHub ansehen↗717
  • bportaluri/wifiespAvatar von bportaluri

    bportaluri/WiFiEsp

    570Auf GitHub ansehen↗

    With an ESP8266 board, WiFiEsp library allows an Arduino board to connect to the internet. It can serve as either a server accepting incoming connections or a client making outgoing ones. The WiFiEsp library is very similar to the Arduino WiFi and Ethernet libraries, and many of the function…

    WiFi client and server management library.

    C++
    Auf GitHub ansehen↗570
  • jeija/esp32free80211Avatar von Jeija

    Jeija/esp32free80211

    568Auf GitHub ansehen↗

    Send arbitrary IEEE 802.11 frames with Espressif's ESP32

    Library for emitting arbitrary 802.11 signals.

    C
    Auf GitHub ansehen↗568
  • gmag11/painlessmeshAvatar von gmag11

    gmag11/painlessMesh

    560Auf GitHub ansehen↗

    painlessMesh is a library that takes care of the particulars of creating a simple mesh network using esp8266 and esp32 hardware. The goal is to allow the programmer to work with a mesh network without having to worry about how the network is structured or managed.

    Library for creating simple mesh networks.

    C++
    Auf GitHub ansehen↗560
Vorherige12Nächste
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Libraries