OneMessage的C++封装
☆17Jan 30, 2024Updated 2 years ago
Alternatives and similar repositories for OneMessageCPP
Users that are interested in OneMessageCPP are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 无需操作系统与动态内存分配的嵌入式Shell☆31Aug 15, 2023Updated 2 years ago
- 一个基于发布-订阅模型的多线程消息框架,用于嵌入式平台,纯C实现,性能和灵活性极高☆137Apr 20, 2026Updated last month
- 青岛大学Robomaster 未来战队嵌入式开源[已存档,新版请参阅XRobot]☆12Dec 21, 2022Updated 3 years ago
- Standardized compatibility layer for operating systems and peripheral devices written in C++.☆44Updated this week
- 嵌入式Flash数据库☆14Jan 25, 2024Updated 2 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- XRobot Auto Code Generation Toolkit☆227Apr 29, 2026Updated last month
- Manage Highlights.☆19Jun 29, 2025Updated 11 months ago
- 规划决策与控制方面的笔记,涉及自动驾驶车辆、无人机和足式机器人等☆112Jan 17, 2026Updated 4 months ago
- Yarp modules and devices for autonomous navigation☆10Jun 4, 2026Updated last week
- Code samples for the MagAlpha magnetic angle sensor family☆12Oct 11, 2019Updated 6 years ago
- Robotics Section: A procedural python-based task execution framework with ROS integration.☆11May 23, 2025Updated last year
- 2025RoboMaster辽宁科技大学COD战队电控通用控制系统(达妙MC02 STM32H723VGT6)☆45Apr 20, 2025Updated last year
- ATOM-IMU Module based on XRobot☆35Apr 26, 2026Updated last month
- The youbot driver, controller and tools from the LUHBots Team!☆11Mar 12, 2020Updated 6 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 机械臂运动学,动力学,轨迹规划及机电耦合相关☆17Sep 15, 2020Updated 5 years ago
- 达妙科技DM-MC02-H7开发板底层库☆46Apr 28, 2026Updated last month
- hp-FEM library☆69Apr 30, 2012Updated 14 years ago
- ☆18Feb 15, 2025Updated last year
- Main code repository☆13Apr 21, 2025Updated last year
- igh Master samples☆14Nov 15, 2019Updated 6 years ago
- ☆26Oct 10, 2025Updated 8 months ago
- Visualization of multiple tandem mass spectrometry data☆10Jun 15, 2020Updated 5 years ago
- The FlashStorage_STM32F1 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory o…☆12Dec 5, 2022Updated 3 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- This library enables you to use Hardware-based PWM channels on Arduino AVR ATtiny-based boards (ATtiny3217, etc.), using megaTinyCore, to…☆11Jan 28, 2023Updated 3 years ago
- Wrapper of FS (LittleFS or not-advisable FATFS) for Arduino MBED nRF52840-based boards, such as Nano_33_BLE boards. This library facilita…☆13Dec 5, 2022Updated 3 years ago
- A C++ -based STIL parser.☆12Apr 29, 2021Updated 5 years ago
- FlashDB 是一款超轻量级的嵌入式数据库,专注于提供嵌入式产品的数据存储方案。与传统的基于文件系统的数据库不同,FlashDB 结合了 Flash 的特性,具有较强的性能及可靠性。并在保证极低的资源占用前提下,尽可能延长 Flash 使用寿命。FlashDB 提供两种数…☆12Jan 10, 2021Updated 5 years ago
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的 人物了。那么问题来了,whil…☆13Nov 25, 2019Updated 6 years ago
- Logging library for AVR microcontrollers☆10Apr 10, 2016Updated 10 years ago
- C++ Library for Atmel Atmega168/328/1280/2560. Supports general purpose algorithms, compression/decompression algorithms, datetime, ADC, …☆15Apr 2, 2015Updated 11 years ago
- C++ Optimization-based framework for Robotic Control Applications☆20Jan 22, 2020Updated 6 years ago
- A portable library which implements the core functionality of RMCS.☆24May 26, 2026Updated 2 weeks ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- [ROBIO’18] Comparisons among Six Numerical Methods for Solving Repetitive Motion Planning of Redundant Robot Manipulators☆19May 3, 2021Updated 5 years ago
- Tool for parsing an integrated circuit test file from STIL to the particular file format of a Teradyne tester.☆16May 17, 2018Updated 8 years ago
- Sigma-Delta Analog to Digital Converter in FPGA (VHDL)☆15Dec 19, 2017Updated 8 years ago
- [🏆 DJI RoboMaster University League] 基于 Point-Lio 和 Mid360 的 Docker + ROS 哨兵导航方案,我们在本赛季采用的边缘计算设备从 Nvidia Jetson NX 改为了 NUC,这意味着我们不能采用需要 …☆20Jan 6, 2026Updated 5 months ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- A simple bootloader example for AVR microcontrollers☆11Jul 21, 2018Updated 7 years ago
- ☆13Jul 30, 2025Updated 10 months ago