javonhe / multi_experimentsLinks
experiments for study
☆25Updated 2 months ago
Alternatives and similar repositories for multi_experiments
Users that are interested in multi_experiments are comparing it to the libraries listed below
Sorting:
- c实现的 MQTT 3.1.1 协议broker和client,支持 qos 0,1,2 消息、ACL 权限控制,支持 mongodb 消息存储。正在实现集群支持☆41Updated last year
- 一步步写嵌入式操作系统☆78Updated 8 years ago
- 系统编程:Makefile的编写、进程线程区别 以及控制、生产者消费者模型、System V标准和POSIX标准中的IPC间通信、简单Shell脚本的编写;网络编程:基于TCP/UDP的客户端/服务器、socket、高级I/O、select/poll/epoll、Http协议☆58Updated 9 years ago
- 用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。☆135Updated 9 months ago
- C/C++/Golang/Linux...知识整理☆98Updated 6 months ago
- C语言实现的MD5算法源码☆90Updated 6 years ago
- Fast and small logger for embedded (or not) devices☆68Updated 5 months ago
- Personal Blog☆12Updated last year
- CMake 学习(cmake命令、测试、安装、打包、交叉编译、NDK、clang)☆53Updated 4 years ago
- Linux-0.11 内核源码笔记☆33Updated 7 years ago
- 一些简单、高效的数据结构☆32Updated last year
- ringbuffer(环形缓冲区)可以说是嵌入式应用非常常用的数据缓存设计了,LwRB 是国外开发者 MaJerle 维护实现的轻量级 ringbuffer,是一个为嵌入式系统特殊优化设计的 FIFO。1. 纯ANSI C99实现, 数据类型兼容于size_t 2. 与具体…☆25Updated 4 years ago
- 一个通用的C语言编写的类似STL功能的集合库,实现比较简单,通用性比较强☆33Updated 8 years ago
- Sending and receiving data of client-side message push service☆48Updated 7 years ago
- 基于C语言的json数据映射解析库☆137Updated 3 years ago
- Linux设备驱动开发详解代码清单☆19Updated 10 years ago
- Model-View-ViewModel for AWTK☆91Updated last month
- a simple rtos.☆13Updated 7 years ago
- A repo to learn c++☆32Updated last year
- small library for c, includes array, hash, string, value, event emitter...☆51Updated 7 years ago
- 《Linux设备驱动开发详解——基于最新的Linux4.0内核》源码☆29Updated 3 years ago
- 支持ARM,x86平台的嵌入式操作系统内核☆198Updated 6 years ago
- 这是在野火stm32f103开发板上移植的TencentOS tiny 例程,带图 文教程与视频教程☆111Updated 5 years ago
- 使用clion阅读linux内核代码☆25Updated 4 years ago
- 从0到1开始入门RTOS☆18Updated 7 years ago
- HybridOS is a totally new open source operating system designed for smart IoT devices and cloud computing environment.☆164Updated 3 years ago
- eJet 是一个轻量级、高性能、嵌入式Web服务器,实现HTTP/1.1全栈功能,包括TLS/SSL、正向代理、反向代理、FastCGI、Cookie、Web Cache、访问日志、HTTP变量、HTTP Script脚本程序、JSon配置文件、虚拟主机、HTTP Loca…☆36Updated 10 months ago
- 应用程序基于UVC驱动的任意USB/COMS摄像头,支持输入格式YUYV、MJPEG以及标准RGB的原始格式,将数据转化为标准的RGB,缩放并合并,最终在LCD和PC虚拟终端(SVGA)显示实时视频监控。☆16Updated 4 years ago
- 简洁易用的嵌入式操作系统内核。github停止更新,请移步开源中国//git.oschina.net/kerndev/klite☆55Updated 6 years ago
- 在基于Linux系统的主机上,通过C/C++实现对主机状态监控,衡量终端负载情况。 设计目标是实现对: (1)CPU占用率 (2)系统运行时长 (3)内存占用率 (4)网络接口属性:接口名、IP地址、MAC地址 (5)网卡速率信息:上下行网速 的监控。☆24Updated last year