265 repositorios
Addresses the software-level optimization, interfacing, and domain-specific system requirements for complex hardware architectures.
Explore 265 awesome GitHub repositories matching hardware & iot · System Integration And Performance. Refine with filters or upvote what's useful.
Este proyecto es un directorio curado por la comunidad de endpoints de servicios REST y GraphQL diseñado para ayudar a los desarrolladores a descubrir e integrar fuentes de datos de terceros. Funciona como un registro centralizado donde los servicios externos se organizan por dominio para facilitar la creación rápida de prototipos y el desarrollo de aplicaciones. El registro se basa en un modelo de contribución revisado por pares, utilizando control de versiones distribuido para gestionar las actualizaciones y garantizar la precisión de los endpoints listados. Para mantener una alta calidad de los datos, el proyecto emplea validación basada en esquemas para todos los envíos entrantes y compila los datos estructurados en un sitio web estático y buscable para una recuperación eficiente. El directorio cubre un amplio espectro de capacidades de integración, incluyendo recuperación de datos financieros, servicios de geolocalización y varias API de utilidad para tareas como detección de idiomas, procesamiento de medios y verificación de identidad. Al proporcionar un índice centralizado de estos servicios, el proyecto ayuda a los desarrolladores a identificar proveedores de datos confiables para diversos requisitos funcionales.
Provides real-time tracking and status information for global aviation data.
This project is a high-level 3D graphics engine designed to render complex, hardware-accelerated environments within web browsers. It provides a comprehensive abstraction layer that manages scene graphs, cameras, and lighting, mapping high-level scene definitions onto low-level graphics APIs. By decoupling these definitions from specific hardware targets, the engine ensures consistent performance across diverse browsers and devices. The framework distinguishes itself through a robust architecture that includes a unified math library for high-frequency spatial calculations and a physically bas
Executes general-purpose data processing tasks directly on graphics hardware to accelerate complex mathematical calculations.
Este proyecto es una biblioteca de interfaz gráfica de usuario de modo inmediato diseñada para el desarrollo rápido de herramientas e interfaces de depuración. Al generar la geometría de la interfaz de usuario en cada fotograma a través de código procedimental, elimina la necesidad de sincronización de estado persistente entre los datos de la aplicación y la interfaz. Está destinado principalmente a la integración en tuberías de renderizado existentes, donde produce búferes de vértices sin procesar y comandos de dibujo que son agnósticos a la API de gráficos subyacente. La biblioteca se distingue por una arquitectura altamente desacoplada que admite diseños complejos, acoplables y de múltiples vistas. Gestiona posiciones de ventanas, arrastre de pestañas y división de nodos, lo que permite a los desarrolladores separar los elementos de la interfaz en ventanas independientes del sistema operativo. Para garantizar una interacción consistente en diversos entornos, asigna eventos de entrada nativos a un formato unificado y proporciona un alcance robusto basado en identificadores para rastrear los estados de los elementos a través de los fotogramas. El marco ofrece una amplia superficie de capacidad para construir herramientas de motor sofisticadas y utilidades de diagnóstico. Incluye soporte para componentes visuales avanzados como editores de nodos, trazadores 2D y 3D, e inspectores especializados, junto con infraestructura para escalado DPI y renderizado de formas personalizadas. El sistema está diseñado para una alta portabilidad, con opciones de configuración en tiempo de compilación que permiten a los desarrolladores adaptar las estructuras de datos principales y los tipos matemáticos a los requisitos específicos del motor. El repositorio proporciona amplios ejemplos para conectar la biblioteca a los principales backends y marcos de gráficos, junto con herramientas para generar enlaces específicos de lenguaje.
Integration layers map interface inputs to external sound and control protocols for hardware-driven applications.
Terminus is a multifunctional terminal emulator and connection manager designed for managing remote server shells and local hardware device connections. It functions as a customizable shell interface and a cross-platform serial client, supporting communication via SSH, Telnet, and serial ports. The application features an extensible system that allows the integration of third-party plugins, such as AI assistants and additional connectivity tools. It includes a dedicated SSH connection manager with support for jump hosts, port forwarding, and the storage of sensitive credentials within encrypt
Implements serial communication interfaces for sending and receiving hex data from physical hardware devices.
Tabby is a cross-platform terminal emulator and desktop application suite designed for managing command-line workflows and remote infrastructure. It provides a comprehensive environment for terminal session orchestration, allowing users to organize multiple active sessions through split panes and custom layouts. The application functions as a secure remote connection manager, supporting advanced authentication, port forwarding, and persistent network sessions via an asynchronous protocol layer. The project distinguishes itself through a modular plugin architecture that enables users to extend
Interfaces with physical hardware devices by sending and receiving data streams through serial communication ports.
This project is a comprehensive, curated directory of high-quality libraries, tools, and educational resources for C and C++ development. It serves as an ecosystem discovery index, helping developers navigate the vast landscape of third-party components, frameworks, and technical documentation available for the language. The collection is distinguished by its focus on high-performance systems programming and technical mastery. It provides deep coverage of specialized domains including SIMD-accelerated data processing, compile-time template metaprogramming, and asynchronous event-driven archit
Enables cross-platform communication with external hardware devices via serial port interfaces.
This project is a community-driven directory that aggregates essential software projects and educational content for the Node.js ecosystem. It functions as a centralized knowledge base and discovery index, designed to simplify the navigation of a fragmented technical landscape by providing a structured collection of high-quality links, tools, and learning materials. The repository distinguishes itself through a decentralized, peer-reviewed curation model. By utilizing standard version control workflows and pull requests, the community ensures that all listed resources undergo human verificati
Explore specialized modules that bridge the gap between high-level code and low-level hardware interfaces.
Openpilot es un sistema de asistencia al conductor de código abierto que se integra con las unidades de control del vehículo para proporcionar dirección, aceleración y frenado automatizados. Funciona como un middleware de robótica automotriz, utilizando un entorno de tiempo de ejecución especializado para procesar datos de sensores y ejecutar comandos de control en tiempo real que gestionan la dinámica del vehículo. La plataforma se distingue por una interfaz agnóstica al hardware que traduce comandos de conducción estandarizados a los protocolos propietarios requeridos por una amplia gama de marcas y modelos de vehículos. Emplea planificación de rutas basada en redes neuronales para predecir trayectorias a partir de datos visuales e históricos, mientras que un bucle de control determinista asegura ajustes de alta frecuencia para la estabilidad del vehículo. Para mantener la seguridad operativa, el sistema incorpora un proceso de vigilancia independiente que monitoriza el rendimiento y activa la desconexión inmediata al detectar anomalías. La arquitectura del software se basa en la fusión de sensores en tiempo real para sincronizar las entradas de cámara y radar en una representación ambiental unificada. Los componentes del sistema se comunican a través de un bus basado en mensajes para facilitar el intercambio de datos de baja latencia entre sensores y actuadores, respaldado por una capa de traducción modular que permite la integración con diversos protocolos de comunicación automotriz.
Assists drivers by automating steering, braking, and acceleration through direct integration with existing vehicle hardware.
FFmpeg is a cross-platform multimedia framework designed for the recording, conversion, and streaming of audio and video content. It functions as a comprehensive toolkit that provides both a command-line utility for direct media manipulation and a collection of low-level libraries for integration into custom applications. At its core, the project utilizes a packet-based stream engine and a format-agnostic abstraction layer to handle diverse media standards, containers, and network protocols. The framework distinguishes itself through a modular, graph-based filter execution model that allows f
Captures input from or sends output to specialized hardware like cameras and capture cards for real-time processing.
This project is a community-curated directory of resources, libraries, and tools designed to support developers working with the Flutter framework. It functions as a centralized knowledge base, organizing high-quality external references into a structured, human-readable format to assist in the discovery of technical materials for cross-platform application development. The directory distinguishes itself through a comprehensive index of the global Flutter ecosystem, including local user groups, meetups, and communication channels that connect developers to international support networks. It m
Maps out plugins for accessing physical hardware components like location services, proximity sensors, and web-based content rendering.
Odoo is an integrated enterprise resource planning suite designed to manage core organizational processes, including accounting, inventory, manufacturing, and human resources, within a single platform. It functions as a modular business application framework that allows for the development and deployment of specialized modules, supported by a low-code environment that provides visual tools for creating custom workflows and data-driven interfaces. The platform distinguishes itself through a highly extensible architecture that enforces strict multi-tenant data isolation, ensuring that records r
Links software modules to external physical hardware for automation and data exchange.
react-use is a collection of reusable state and effect hooks for managing common logic in React applications. It serves as a comprehensive library for implementing state management patterns and wrapping various browser APIs into consistent hook interfaces. The project provides a specialized toolkit for DOM interaction and browser API integration, allowing components to track element dimensions, manage cookies, and monitor hardware sensors. It includes a suite of animation and timing utilities for physics-based numeric interpolation and frame-synced state updates. Beyond basic state managemen
Includes a suite of hooks for monitoring device sensors such as battery status, geolocation, and motion.
DeepSpeed is a high-performance library designed to scale deep learning model training and inference across massive clusters of GPUs and compute nodes. It provides a comprehensive suite of tools for distributed training, enabling the execution of models that exceed the memory capacity of single devices through advanced parameter partitioning, pipeline-based model parallelism, and memory-efficient state offloading. The framework distinguishes itself through specialized communication-efficient optimizers and hardware-aware acceleration techniques. By utilizing gradient compression, quantization
The framework allows users to set environment variables during installation to selectively compile performance-optimizing kernels tailored to specific target hardware environments.
This project is a high-performance library designed for the similarity search and clustering of dense vectors across massive datasets. It functions as a vector similarity search engine, providing the necessary tools to organize complex numerical data into specialized structures that facilitate rapid retrieval and efficient querying of millions of records. The library distinguishes itself through a variety of advanced indexing and compression techniques, including hierarchical navigable small worlds for logarithmic time complexity and inverted file indexing to partition vector spaces into mana
Utilizes hardware-level vector instructions to perform rapid mathematical operations on floating point data during similarity search.
MediaPipe is a cross-platform machine learning framework designed for deploying vision, audio, and text processing models across mobile, desktop, and web environments. It functions as an on-device inference engine that executes complex models locally on edge hardware, ensuring low latency and privacy without requiring a constant internet connection. The framework utilizes a graph-based pipeline orchestration system where data flows through a directed network of modular calculators to ensure synchronized and deterministic processing. It distinguishes itself through a unified runtime that provi
A low-level execution environment that delegates heavy mathematical computations to specialized GPU or NPU hardware for maximum throughput.
Frigate is a self-hosted network video recorder that functions as a private, local AI-powered vision engine. It manages video streams by performing real-time object detection, tracking, and classification directly on local hardware, ensuring that security monitoring and activity recording remain independent of cloud services. The system distinguishes itself through a modular, hardware-accelerated video pipeline that offloads intensive decoding and machine learning inference to dedicated GPUs, NPUs, or specialized accelerators like Coral TPUs and Hailo modules. It utilizes state-based object t
Offloads video decoding and inference to GPUs and NPUs for improved performance.
The OWASP Cheat Sheet Series is a comprehensive, community-driven repository of concise security best practices and defensive coding patterns. It serves as a centralized knowledge base for developers and security professionals, providing actionable guidance to secure applications across the entire software development lifecycle. The project covers a vast array of security domains, ranging from fundamental web application hardening and authentication protocols to specialized controls for modern infrastructure and artificial intelligence systems. What distinguishes this project is its decentral
Protects vehicle software and communication interfaces from remote exploitation.
Zeroclaw is a modular framework for building and deploying autonomous agents that integrate AI models, messaging platforms, and hardware interfaces. It functions as a multi-agent orchestrator and embedded systems controller, providing a unified runtime for managing agent lifecycles, memory, and security policies across diverse environments. The system distinguishes itself through its focus on secure, verifiable hardware and software orchestration. It enforces strict security boundaries, including command allowlisting, resource throttling, and interactive human-in-the-loop approval for sensiti
Detects and interfaces with external hardware adapters to enable I2C and SPI serial communication protocols.
Minikube is a command-line tool designed for local Kubernetes development, enabling users to provision and manage full-featured container clusters directly on a workstation. It serves as a local orchestrator that automates the lifecycle of isolated environments, allowing developers to start, stop, pause, and delete clusters to support testing and integration workflows. The project distinguishes itself through its flexible architecture, which supports multiple virtualization drivers and container runtimes to accommodate diverse host environments. It provides deep integration between the host a
Enables hardware acceleration for specialized workloads by integrating GPU device plugins.
Headroom is an AI gateway proxy and token optimizer designed to reduce the cost and latency of large language model interactions. It functions as an intermediary that intercepts traffic between clients and providers to apply context compression, request routing, and format translation. The system differentiates itself through a Model Context Protocol server implementation that delivers compression and retrieval tools to compatible AI hosts. It employs a content-aware compression pipeline and tiered importance scoring to trim redundant data from logs and tool outputs while preserving essential
Runs memory embedding processes on the GPU to reduce CPU load and improve system performance.