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. 【.Net】在C#中判断某个类是否实现了某个接口

    有时我们需要判断某个类是否实现了某个接口(Interface),比如在使用反射机制(Reflection)来查找特定类型的时候. 简单来说,可以使用Type.IsAssignableFrom方法: t ...

  2. [洛谷P4717]【模板】快速沃尔什变换

    题目大意:给定多项式$A$和$B$,求$C$满足: $$C_n=\sum\limits_{x\oplus y=n}A_xB_y$$ 其中$\oplus$为位运算($or,and,xor​$) 题解:$ ...

  3. BZOJ2425:[HAOI2010]计数——题解

    https://www.lydsy.com/JudgeOnline/problem.php?id=2425 https://www.luogu.org/problemnew/show/P2518 你有 ...

  4. BZOJ1053:[HAOI2007]反素数——题解

    http://www.lydsy.com/JudgeOnline/problem.php?id=1053 对于任何正整数x,其约数的个数记作g(x).例如g(1)=1.g(6)=4.如果某个正整数x满 ...

  5. 51NOD 1773:A国的贸易——题解

    http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1773 参考1:FWT讲解 https://www.cnblogs.com ...

  6. [Leetcode] longest valid parentheses 最长的有效括号

    Given a string containing just the characters'('and')', find the length of the longest valid (well-f ...

  7. bzoj3810: [Coci2015]Stanovi(记忆化搜索)

    实际上切出来的矩阵在原矩阵上的位置是不重要的...重要的只有矩阵的大小和上下左右是否在边界上. 于是我们可以设f[x][y][l][r][u][d]表示x*y的矩阵上下左右是不是边界的最小代价. 记忆 ...

  8. dubbox小demo

    概述: 我们建立两个web项目,一个是service负责提供服务,另一个是web项目负责调用服务. 两个项目都是 maven Project 项目 生产者项目: 项目中主要就是: pom文件,引入相关 ...

  9. 面向小数据集构建图像分类模型Keras

    文章信息 本文地址:http://blog.keras.io/building-powerful-image-classification-models-using-very-little-data. ...

  10. bzoj 1189 [HNOI2007]紧急疏散evacuate 二分+网络流

    [HNOI2007]紧急疏散evacuate Time Limit: 10 Sec  Memory Limit: 128 MBSubmit: 3626  Solved: 1059[Submit][St ...