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

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

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

2 个仓库

Awesome GitHub RepositoriesDistributed Node Bridges

Mechanisms for serializing and transmitting component data across computing nodes in a distributed architecture.

Distinct from Node-Based UI Components: Distinct from Node-Based UI Components: focuses on backend data distribution and serialization across physical nodes rather than UI graph components.

Explore 2 awesome GitHub repositories matching user interface & experience · Distributed Node Bridges. Refine with filters or upvote what's useful.

Awesome Distributed Node Bridges GitHub Repositories

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

    nasa/fprime

    10,766在 GitHub 上查看↗

    F Prime 是一个基于组件的框架,专为嵌入式和航天软件的开发与部署而设计。它提供了一种模块化架构,将软件逻辑与通信接口解耦,允许开发者通过领域特定建模语言定义系统结构。这种基于模型的方法支持自动化代码生成,在确保复杂系统拓扑一致性的同时,维护了软件模块之间严格的接口契约。 该框架的特色在于其集成的构建系统和地面数据操作套件。它实现了嵌入式软件全生命周期的自动化,从交叉编译和依赖管理到遥测与命令接口的生成。通过为机载飞行软件和地面监控提供统一的环境,它促进了跨不同硬件平台的分布式嵌入式系统的无缝集成、测试及指挥控制。 除了核心架构外,该项目还包含用于系统可观测性的综合工具,包括实时遥测可视化、事件日志记录和诊断追踪。它支持从裸机环境到实时操作系统的多种部署场景,并提供了内存管理、状态驱动行为建模和异步任务执行机制。 该项目以 C++ 仓库形式维护,并提供详尽的文档和支持跨平台开发的构建系统。

    Enables distributed system architectures by serializing and transmitting component data across computing nodes without modifying internal logic.

    C++componentscppembedded
    在 GitHub 上查看↗10,766
  • ros2/ros2ros2 的头像

    ros2/ros2

    5,083在 GitHub 上查看↗

    ROS 2 is a distributed communication middleware for robot systems, built on a peer-to-peer Data Distribution Service (DDS) foundation. It provides a publish-subscribe messaging layer where typed data flows between decoupled components across a network, along with synchronous remote procedure calls and action-based task execution for long-running goals with periodic feedback. The framework includes an interface definition language that generates type-safe code for messages, services, and actions, ensuring cross-language compatibility, and supports fine-grained Quality of Service profiles that c

    Enables independent processes to publish and subscribe to messages over named channels in a node graph.

    在 GitHub 上查看↗5,083
  1. Home
  2. User Interface & Experience
  3. Node-Based UI Components
  4. Distributed Node Bridges

探索子标签

  • Topic-Based Node GraphsNode graph connections enabling independent processes to publish and subscribe to messages over named channels. **Distinct from Distributed Node Bridges:** Distinct from Distributed Node Bridges: focuses on topic-based pub-sub connections between processes, not serialization across physical nodes.