https://github.com/easyiot-china/libsensor

https://github.com/adafruit/DHT-sensor-library

https://github.com/pwuertz/fpga-device-server

https://github.com/ducgiang1405/Management-Power

https://github.com/hgst/dm-zoned-tools

https://github.com/berfenger/panicbutton_daemon

https://github.com/natatalex/device-manager-linux

https://github.com/MaG21/wavecom-console

https://github.com/binp-xenomai/libcandev

https://github.com/ivpi/lnvm-manager

https://github.com/ArhiChief/onvif

https://github.com/mkonnov/stm32_flash_partitions

https://github.com/raelix/Domotic-Modbus

https://github.com/petterreinholdtsen/ipmitool

https://github.com/westerndigitalcorporation/SMR-Simulator

https://github.com/linux-mobile-broadband/ModemManager

https://github.com/pmem/ndctl

https://github.com/libimobiledevice/sbmanager

https://github.com/khvzak/bluez-tools

https://github.com/aleksandrm8/ONVIF-Device-Manager

https://github.com/goodsogi/RS485DeviceManager

https://github.com/cjedic/DeviceManager

https://github.com/42ity/fty-sensor-gpio

https://github.com/FREEDM-DGI/FREEDM

https://github.com/suculent/thinx-firmware-esp8266

https://github.com/tianzhihen/Device-management

https://github.com/ms-iot/iot-core-azure-dm-client

https://github.com/01org/libdmclient

https://github.com/shinpei0208/gdev

https://github.com/opencpe/mand

libsensor的更多相关文章

随机推荐

  1. 洛谷3258:[USACO2012 MAR]Flowerpot 花盆——题解

    https://www.luogu.org/problemnew/show/P2698#sub 老板需要你帮忙浇花.给出N滴水的坐标,y表示水滴的高度,x表示它下落到x轴的位置. 每滴水以每秒1个单位 ...

  2. 51NOD 1227:平均最小公倍数——题解

    http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1227 懒得打公式了,看这位的吧:https://blog.csdn.ne ...

  3. [Leetcode] Binary tree level order traversal ii二叉树层次遍历

    Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from left ...

  4. bzoj2083: [Poi2010]Intelligence test(二分+vector)

    只是记录一下vector的用法 v.push_back(x)加入x v.pop_back()弹出最后一个元素 v[x]=v.back(),v.pop_back()删除x,但是会打乱vector顺序 v ...

  5. bzoj3224: Tyvj 1728 普通平衡树(打个splay暖暖手)

    (其实今天好热啊? 题目大意:插入,删除,k小,前驱后继,数的排名. splay和treap裸题...过几天补个treap的 splay: #include<iostream> #incl ...

  6. 背景建模技术(二):BgsLibrary的框架、背景建模的37种算法性能分析、背景建模技术的挑战

    背景建模技术(二):BgsLibrary的框架.背景建模的37种算法性能分析.背景建模技术的挑战 1.基于MFC的BgsLibrary软件下载 下载地址:http://download.csdn.ne ...

  7. AtCoder Grand Contest 031 B - Reversi(DP)

    B - Reversi 题目链接:https://atcoder.jp/contests/agc031/tasks/agc031_b 题意: 给出n个数,然后现在你可以对一段区间修改成相同的值,前提是 ...

  8. [技巧篇]06.关于防止SQL注入的方式,不使用预处理

    在一期,二期阶段,有一些同学,对于SQL语句总是使用字符串的拼接,这是一个比较坏的毛病,这样非常影响我们的程序的安全性,所以一般情况下我们都推荐预处理模式,针对这种模式希望不了解的同学去努力学习,下面 ...

  9. AngularJs学习——常用表单指令练习

    一.知识点 ng-show.ng-hide.ng-if(控制元素显示隐藏,区别在于ng-hide是是否显示隐藏元素,而ng-if是是否移除元素): ng-src.ng-class(为元素添加路径和cl ...

  10. linux查找进程id端口占用和杀死进程

    linux 查找进程id端口占用和杀死进程 ps 命令用于查看当前正在运行的进程 辅助上grep 用于搜索匹配ps -ef | grep java ps ax : 显示当前系统进程的列表 ps aux ...