libsensor
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的更多相关文章
随机推荐
- hdu2121-Ice_cream’s world II
给出一个有向图,求最小树形图和它的最小的根. 分析 这个题又写了一晚上-我之前的朱刘算法写法是我乱想的,只有那道题可以过--所以去找了一份代码来看,发现我的写法超级麻烦啊,所以就学习了一下那种写法,非 ...
- POJ 2785 4 Values whose Sum is 0(折半枚举)
给出四个长度为n的数列a,b,c,d,求从这四个数列中每个选取一个元素后的和为0的方法数.n<=4000,abs(val)<=2^28. 考虑直接暴力,复杂度O(n^4).显然超时. # ...
- mysql 读写分离实现资料
以下很多链接需要 FQ才能看到,稍后会整理翻译成中文! Easy Read/Write Splitting with PHP’s MySQLnd https://blog.engineyard.com ...
- apache和IIS共享80端口解决办法
第一步:把iis所发布的网站默认端口由80改为8080:第二步:修改apache的httpd.conf配置文件. 首先,要让apache支持转发也就是做iis的代理那么就要先启 用apache的代理模 ...
- ucenter搭建
使用xftp传到虚拟机.解压[root@ygy130 ~]# unzip -o -d ./Ucenter_1.6 UCenter_1.6.0_SC_UTF8.zip [root@ygy130 ~]# ...
- CentOS 6.5 下安装配置 mysql
如果要在Linux上做j2ee开发,首先得搭建好j2ee的开发环境,包括了jdk.tomcat.eclipse的安装(这个在之前的一篇随笔中已经有详细讲解了Linux学习之CentOS(七)--Cen ...
- 2115: [Wc2011] Xor (线性基+dfs)
2115: [Wc2011] Xor Time Limit: 10 Sec Memory Limit: 259 MBSubmit: 5714 Solved: 2420 题目链接:https://w ...
- [lottery anayliser]lottery anayliser
抓取网页,获得获奖信息 #!/usr/bin/python import urllib2 import re import time def spider(url): ""&quo ...
- ZooKeeper屏障和队列的指南(七)
引言 在这个指南中,使用展示了使用ZooKeeper实现的屏障和生产-消费队列.我们分别称这些类为Barrier和Queue.这些例子假定你至少有一个运行的ZooKeeper服务. 两个原语都使用下面 ...
- UVA 10214 Trees in a Wood
https://vjudge.net/problem/UVA-10214 题意:你站在原点,每个坐标位置有一棵高度相同的树,问能看到多少棵树 ans=Σ gcd(x,y)=1 欧拉函数搞搞 #incl ...