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. openstack之horizon部署

    登录官网 www.openstack.org 查看安装文档 https://docs.openstack.org/newton/install-guide-rdo/horizon.html 第一步yu ...

  2. hdu 1596 find the safest road (最短路径)

    find the safest road Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Ot ...

  3. P1315 观光公交

    题目描述 风景迷人的小城Y 市,拥有n 个美丽的景点.由于慕名而来的游客越来越多,Y 市特意安排了一辆观光公交车,为游客提供更便捷的交通服务.观光公交车在第 0 分钟出现在 1号景点,随后依次前往 2 ...

  4. CentOS7 防火墙配置firewall-cmd

    firewalld(Dynamic Firewall Manager of Linux systems,Linux系统的动态防火墙管理器)服务是默认的防火墙配置管理工具. firewall-cmd 是 ...

  5. springboot2.0 集成elasticsearch,实现检索、分页、排序

    springboot整合es的方式: transport方式(7.0弃用,8.0移除) spring-data(完全当做数据库来用,无法全部支持es,内部也是基于transport,包装后使用非常简单 ...

  6. [HNOI2007][BZOJ1185] 最小矩形覆盖 [凸包+旋转卡壳]

    题面 BZOJ题面 前置芝士 建议先学习向量相关的计算几何基础 计算几何基础戳这里 思路 用这道题学习一下凸包和旋转卡壳 首先是凸包部分 凸包 求凸包用的算法是graham算法 算法流程如下: 找到$ ...

  7. BZOJ4573:[ZJOI2016]大森林——题解

    http://www.lydsy.com/JudgeOnline/problem.php?id=4573 https://www.luogu.org/problemnew/show/P3348#sub ...

  8. java oracle clob string 大字符串存储【转】

    单位用到了oracle存储string类型到数据库里的clob,上网查看资料找到解决方案.如下: public class ClobTest { static String url = "j ...

  9. ACE线程管理机制-并发控制(3)

    转载于:http://www.cnblogs.com/TianFang/archive/2006/12/04/581854.html ACE Condition类属 ACE Condition类属(条 ...

  10. weakself的另一种写法

    在不久前看AFNetworking的源码时候发现了这么一句: 1 2 3 4 5 6 7 8 9 10 // 不知道这行代码的使用场景的同学你该去自习看看ARC的注意事项和Block的使用了 // A ...