基于Linux系统的应用程序,旨在搭建一套完整的多进程多线程通讯的消息框架. 支持多SOC的嵌入式APP.
☆31Dec 9, 2023Updated 2 years ago
Alternatives and similar repositories for MultiTaskApp
Users that are interested in MultiTaskApp are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 项目名称:智能楼宇安全监控报警系统 开发环境及技术栈:ARM-Linux-gcc、Linux-C、C# 我的主要工作:配置传感器和摄像头的驱动文件,通过ARM-Linux-gcc编译后移植到s3c2410开发板上; 采用Linux-C提供的多线程技术,同步原始数据采集、视频…☆46May 15, 2020Updated 5 years ago
- A framework for quick start app develop work using c language with gcc under linux☆12Jul 17, 2019Updated 6 years ago
- 用于Linux和嵌入式Linux平台的远程管理应用实现,包含Linux驱动开发,C++应用管理,node服务器,web界面开发,qt/C#界面实现,更多资料分享,可以通过微信号“sxc123456zc"联系或关注微信公众号:<嵌入式技术总结>。☆79Oct 6, 2025Updated 6 months ago
- regexp4 engine (C-lang)☆11Oct 17, 2017Updated 8 years ago
- libyuv test code☆13Aug 25, 2018Updated 7 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 小型系统 单片机的 软件事件框架 软件定时 基于事件驱动☆12Feb 5, 2018Updated 8 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- 本项目是在linux下基于Tinyhttpd扩展实现的不到700 行的超轻量型Http Server,基于epoll事件驱动I/O,采用高效的Reactor模型+线程池进行客户端连接任务管理,支持高并发的静态与动态http请求。☆22May 5, 2020Updated 5 years ago
- 用于保存嵌入式Linux应用层接口的demo☆56Nov 21, 2024Updated last year
- 自用嵌入式项目框架,集各种☆36May 14, 2018Updated 7 years ago
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的, 也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆13Nov 25, 2019Updated 6 years ago
- shared memory☆21Mar 1, 2016Updated 10 years ago
- C语言实现的正则表达式的阉割版☆12Dec 25, 2018Updated 7 years ago
- My Makefile for Linux, application & driver☆44Nov 3, 2020Updated 5 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Linux应用编程-音频应用编程-语音转文字 项目☆14Mar 24, 2023Updated 3 years ago
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆26Jan 9, 2021Updated 5 years ago
- A memory database based on shared memory.☆25Feb 29, 2024Updated 2 years ago
- ePump是一个基于I/O事件通知、非阻塞通信、 多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。☆46Sep 27, 2024Updated last year
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- 这是一个基于杰杰大佬mqttclient进行封装的精简调用接口版本,进一步降低了使用者的门槛,杰杰大佬的Github: https://github.com/jiejieTop/mqttclient)☆17Aug 8, 2022Updated 3 years ago
- open DVR/NVR☆13Apr 24, 2021Updated 5 years ago
- 利用H264或者H2655 实现android端手机投屏☆13Oct 27, 2021Updated 4 years ago
- UART Communication Protocol, support all platform☆11Feb 24, 2026Updated 2 months ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 基于嵌入式平台ARM Linux的新冠肺炎疫情监控平台,支持米尔YA157C开发板+7寸(1024*600) IPS显示屏,支持周立功IMX287A开发套件4.3寸显示屏,Qt 4和Qt 5兼容。☆35Mar 29, 2020Updated 6 years ago
- Insanely fast JPEG/JPG thumbnail scaling with the minimum fuss and CPU overhead. It makes use of libjpeg features of being able to load a…☆10Mar 23, 2023Updated 3 years ago
- simple video recorder based on v4l2☆13Aug 10, 2013Updated 12 years ago
- 用Linux C编程实现了一个多进程的web局域网服务器,主要用到了socket网络编程接口和http协议,处理了多进程中的僵尸问题(signal),超时连接问题(select)以及统计在线连接数目☆43Oct 22, 2015Updated 10 years ago
- ☆10Jun 10, 2014Updated 11 years ago
- 一个在stm32F407上运行手写识别模型的demo☆37Jun 26, 2025Updated 10 months ago
- Linux下,调用V4L2摄像头完成图片和视频采集☆14May 27, 2017Updated 8 years ago
- ☆10Jan 26, 2015Updated 11 years ago
- Stark Wan Add Quectel EC20CEFAGR06A01☆11Sep 19, 2019Updated 6 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.
- Useful library in C to send or receive data using ringbuffers and poll☆10Oct 29, 2019Updated 6 years ago
- ☆10Feb 4, 2016Updated 10 years ago
- This project aims to create a clean, modern and easy to use Bluetooth Low Energy API. LittleB exposes the BLE GATT API for Pure C using B…☆16Jan 3, 2023Updated 3 years ago
- EEPROM utility for CompuLab products.☆12Aug 15, 2018Updated 7 years ago
- FPGA纯逻辑实现modbus通信☆23Sep 5, 2022Updated 3 years ago
- 基于嵌入式Linux的一套可视对讲设备代码,比较底层,写的比较好,里面的lib库是一些图像处理库。et。☆23Sep 16, 2016Updated 9 years ago
- A C++ Wrapper for ALSA on Linux☆16Feb 1, 2020Updated 6 years ago