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的更多相关文章
随机推荐
- 【bzoj1877】[SDOI2009]晨跑 费用流
题目描述 Elaxia最近迷恋上了空手道,他为自己设定了一套健身计划,比如俯卧撑.仰卧起坐等 等,不过到目前为止,他坚持下来的只有晨跑. 现在给出一张学校附近的地图,这张地图中包含N个十字路口和M条街 ...
- hdu 1054 Strategic Game (二分匹配)
Strategic Game Time Limit: 20000/10000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) ...
- CF995C Leaving the Bar
题目描述 For a vector v⃗=(x,y) \vec{v} = (x, y) v=(x,y) , define ∣v∣=x2+y2 |v| = \sqrt{x^2 + y^2} ∣v∣=x2 ...
- 解析Fetch实现请求数据
一 序言 在 传统Ajax 时代,进行 API 等网络请求都是通过XMLHttpRequest或者封装后的框架进行网络请求,然而配置和调用方式非常混乱,对于刚入门的新手并不友好.今天我们介绍的Fetc ...
- POJ3630:Phone List——题解
http://poj.org/problem?id=3630 简单的trie树问题,先添加,然后每个跑一边看中途有没有被打上结束标记即可. #include<cstdio> #includ ...
- BZOJ1058:[ZJOI2007]报表统计——题解
https://www.lydsy.com/JudgeOnline/problem.php?id=1058 https://www.luogu.org/problemnew/show/P1110#su ...
- BZOJ1053:[HAOI2007]反素数——题解
http://www.lydsy.com/JudgeOnline/problem.php?id=1053 对于任何正整数x,其约数的个数记作g(x).例如g(1)=1.g(6)=4.如果某个正整数x满 ...
- BZOJ1458 士兵占领 【带上下界网络流】
题目链接 BZOJ1458 题解 对行列分别建边,拆点,设置流量下限 然后\(S\)向行连边\(inf\),列向\(T\)连边\(inf\),行列之间如果没有障碍,就连边\(1\) 然后跑最小可行流即 ...
- [BZOJ1106/POI2007]Tet立方体大作战
Description 一个叫做立方体大作战的游戏风靡整个Byteotia.这个游戏的规则是相当复杂的,所以我们只介绍他的简单规则:给定玩家一个有2n个元素的栈,元素一个叠一个地放置.这些元素拥有n个 ...
- NOIP系列
NOIP2015运输计划 唉 真是 这题 卡死我了 tarjan离线lca复杂度O(n) 最后各种卡常,多交几遍才A(洛谷104ms) %%%zk学长609ms 注意二分的时候左边界要定成0 根据题意 ...