摘要: Google Protocol Buffer 有各种版本的代码包,Python C/C++、JAVA、C、OBJ-C、.NET等,嵌入式设备中使用的protobuf版本,我们选择的是nanoprobuf。 nanopb 1)Google Protocol Buffer 的使用和原理 https:// 阅读全文
posted @ 2017-07-23 15:13 dong1 阅读(1809) 评论(0) 推荐(0) 编辑
摘要: 非常好用的协程库,也可以当作线程管理来用 #include "coroutine.h" #include <stdio.h> struct args { int n; }; static void foo(struct schedule * S, void *ud) { struct args * 阅读全文
posted @ 2017-07-23 14:38 dong1 阅读(284) 评论(0) 推荐(0) 编辑