基于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"联系或关注微信公众号:<嵌入式技术总结>。☆77Oct 6, 2025Updated 6 months ago
- regexp4 engine (C-lang)☆11Oct 17, 2017Updated 8 years ago
- libyuv test code☆13Aug 25, 2018Updated 7 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 小型系统 单片机的 软件事件框架 软件定时 基于事件驱动☆12Feb 5, 2018Updated 8 years ago
- bluedroid for linux☆13Dec 17, 2013Updated 12 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆18Nov 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
- 基于arm-linux的伺服电机驱动开发☆14Oct 20, 2018Updated 7 years ago
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆12Nov 25, 2019Updated 6 years ago
- shared memory☆21Mar 1, 2016Updated 10 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- C语言实现的正则表达式的阉割版☆12Dec 25, 2018Updated 7 years ago
- 对于嵌入式应用而言,尤其是对于没有操作系统,裸机运行的嵌入式应用,迫切的需要一种高效快捷的调试手段进行嵌入式应用的开发。letter shell就是这样一个可以嵌入在程序中的shell,主要面向嵌入式设备,以C语言函数为运行单位,可以通过命令行调用,运行程序中的函数。1. …☆18Jan 9, 2021Updated 5 years ago
- My Makefile for Linux, application & driver☆44Nov 3, 2020Updated 5 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
- 一个事件驱动的嵌入式控制器框架(基于STM32平台)☆76Nov 2, 2020Updated 5 years ago
- 嵌入式C,软件定时器、线程软狗机制等系统组件集 合☆14Nov 2, 2017Updated 8 years ago
- ePump是一个基于I/O事件通知、非阻塞通信、多路复用、多线程等机制开发的事件驱动模型的 C 语言应用开发框架,利用该框架可以很容易地开发出高性能、大并发连接的服务器程序。☆45Sep 27, 2024Updated last year
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 这是一个基于杰杰大佬mqttclient进行封装的精简调用接口版本,进一步降低了使用者的门槛,杰杰大佬的Github: https://github.com/jiejieTop/mqttclient)☆16Aug 8, 2022Updated 3 years ago
- open DVR/NVR☆13Apr 24, 2021Updated 4 years ago
- 利用H264或者H2655 实现android端手机投屏☆13Oct 27, 2021Updated 4 years ago
- UART Communication Protocol, support all platform☆11Feb 24, 2026Updated last month
- 基于嵌入式平台ARM Linux的新冠肺炎疫情监控平台,支持米尔YA157C开发板+7寸(1024*600) IPS显示屏,支持周立功IMX287A开发套件4.3寸显示屏,Qt 4和Qt 5兼容。☆35Mar 29, 2020Updated 6 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
- the config server and agent for configuration items.☆12Nov 2, 2025Updated 5 months ago
- ☆10Jun 10, 2014Updated 11 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- Linux下,调用V4L2摄像头完成图片和视频采集☆14May 27, 2017Updated 8 years ago
- ☆10Jan 26, 2015Updated 11 years ago
- Useful library in C to send or receive data using ringbuffers and poll☆10Oct 29, 2019Updated 6 years ago
- QT sqlite 操作的一个封装类☆17Feb 15, 2017Updated 9 years ago
- USB host-controller driver for Raspberry Pi☆15Sep 23, 2014Updated 11 years ago
- JT808协议通讯,使用OkSocket建立长连接☆16Mar 10, 2020Updated 6 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