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. 利用FluidMoveBehavior制作出手机通讯录平滑的效果

    最近学习Blend,原来Blend制作动画等效果非常棒.下面演示一下FluidMoveBehavior应用,利用Blend中行为中的FluidMoveBehavior制作出手机通讯录平滑的效果 1.在 ...

  2. android eclipse ndk使用记录

    为方便开发jni程序,android提供了ndk包来简化开发过程,避免开发人员下载完整的平台代码,并且可以在windows环境下集成到eclipse里面,大大加快了开发速度.这里记录下一个简单例子. ...

  3. BZOJ2186 [Sdoi2008]沙拉公主的困惑 【数论,欧拉函数,线性筛,乘法逆元】

    2186: [Sdoi2008]沙拉公主的困惑 Time Limit: 10 Sec  Memory Limit: 259 MB Submit: 5003  Solved: 1725 [Submit] ...

  4. sass的颜色函数

    sass中有些非常实用的颜色处理函数,总结如下 1.颜色加深或变浅 lighten($color,$amount) //颜色变浅 darken($color,$amount) //颜色加深 例如: l ...

  5. 【系统设计】432. 全 O(1) 的数据结构

    题目: 使用栈实现队列的下列操作: push(x) -- 将一个元素放入队列的尾部. pop() -- 从队列首部移除元素. peek() -- 返回队列首部的元素. empty() -- 返回队列是 ...

  6. angular 前台代码分层方法

    原代码: 现在将 findAll的get请求部分抽取成 服务,服务就是 $http.get 其实就是 ang内置的服务,其实就是可能会公用的方法,即可能被多个控制器调用的方法 比如这里认为 get请求 ...

  7. Codeforces Round #344 (Div. 2) A

    A. Interview time limit per test 1 second memory limit per test 256 megabytes input standard input o ...

  8. 2017 济南综合班 Day 7

     a 两个指针L.R R开始指向恰好[R,n]有不超过k个逆序对的地方 随着L的右移,R指针只会右移 逆序对有2部分 1.L左侧与其他位置形成的逆序对 2.R右侧与其他位置形成的逆序对 用树状数组分别 ...

  9. vijos 1426 背包+hash

    背景 北京奥运会开幕了,这是中国人的骄傲和自豪,中国健儿在运动场上已经创造了一个又一个辉煌,super pig也不例外……………… 描述 虽然兴奋剂是奥运会及其他重要比赛的禁药,是禁止服用的.但是运动 ...

  10. HDU 5961 传递 BFS

    题意:中文题,就是判断一个竞赛图拆成两个图,判断是否都传递 思路:分别BFS判深度即可,用这种方法注意要进行读入优化. /** @Date : 2016-11-18-20.00 * @Author : ...