- China GuangDong
-
mqttclient Public
A high-performance, high-stability, cross-platform MQTT client, developed based on the socket API, can be used on embedded devices (FreeRTOS / LiteOS / RT-Thread / TencentOS tiny), Linux, Windows, …
-
cmd-parser Public
一个非常简单好用的命令解析器,占用资源极少极少,采用哈希算法超快匹配命令!
-
-
kawaii-mqtt Public
基于socket API的MQTT客户端,以极少的资源实现qos2服务质量,并且实现mbedtls支持,此仓库是专门为RT-Thread做的软件包,原始仓库位于:https://github.com/jiejieTop/mqttclient
-
rtpkg_button Public
rtt packages button drive
-
http-client Public
A high-performance, high-stability, cross-platform HTTP client.
-
-
any-lite Public
Forked from martinmoene/any-liteany lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only library
C++ Boost Software License 1.0 UpdatedJul 17, 2022 -
-
-
-
libs Public
Forked from mattiasgustavsson/libsSingle-file public domain libraries for C/C++
-
-
linux-script-tools Public
some linux script tools
-
kcp Public
Forked from skywind3000/kcp⚡ KCP - A Fast and Reliable ARQ Protocol
C MIT License UpdatedApr 7, 2021 -
ButtonDrive Public
纯C语言实现的一个按键驱动,可移植性强,支持单双击、连按、连按释放、长按;采用回调处理按键事件(自定义消抖时间),使用只需3步,1:创建按键,2:按键事件与回调处理函数链接映射。然后周期检查按键。
-
cmdline Public
Forked from tanakh/cmdlineA Command Line Parser
C BSD 3-Clause "New" or "Revised" License UpdatedDec 13, 2020 -
-
Google-Chinese-Results-Blocklist Public
Forked from cobaltdisco/Google-Chinese-Results-Blocklist他妈的我终于能用谷歌搜中文了
1 UpdatedOct 8, 2020 -
linux-network Public
this is the network programming code under linux
-
cross-compiling-scripts Public
some scripts tocross-compiling the base library.
-
-
mqttclient-demo Public
多个开发板中的MQTT客户端demo程序,支持多个平台。
-
TencentOS-tiny Public
Forked from OpenAtomFoundation/TobudOS腾讯物联网终端操作系统
-
-
packages Public
Forked from RT-Thread/packagespackages for rt-thread
Python Apache License 2.0 UpdatedJun 17, 2020 -
freertos-mqttclient Public
a demo of mqttclient on freertos platform,https://github.com/jiejieTop/mqttclient
-
online-mqtt-tool Public
一个在线mqtt代码生成工具,https://jiejietop.github.io/online-mqtt-tool
-
-
libuv-learning-code Public
libuv系列教程的配套代码,从0到深度了解libuv的框架与使用。