Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
Особенностью MR3020 есть, то что, USB-hid устройства подключенные прямо к нему в порт в упор не видны, а через любой USB-hub работают.
EHCI only provides high-speed USB functions. It relies on a «companion controller», either OHCI or UHCI, to handle full- and low-speed devices. Motherboards and PCI Cards that provide high-speed ports thus have two controllers, one handling high-speed devices and the other handling low- and full-speed devices.
[ 85.460000] usb 1-1: new full-speed USB device number 2 using ehci-platform
[270562.330000] usb 2-1: new full-speed USB device number 2 using ohci-platform
#!/bin/bash
RES=`./bmcontrol temp yyyyy`
rqstr="ID=xxxxx&yyyyy="
echo $rqstr$RES
wget --post-data "$rqstr$RES" http://narodmon.ru/post.php
RES=`/home/tarasii/bin/bmcontrol scan`
for rows in "${RES[@]}"
do
ZRES=`echo "$rows" | cut -c 12-27`.
echo $ZRES
/home/tarasii/bin/bmcontrol temp $ZRES
done
#!/bin/bash
RES1=`/home/tarasii/bin/bmcontrol scan | cut -d' ' -f 3`
RES=( $RES1 )
rqstr="ID=xxxxx"
for rows in "${RES[@]}"
do
ZRES=`/home/tarasii/bin/bmcontrol temp $rows`
rqstr=$rqstr"&"$rows"="$ZRES
done
echo $rqstr
wget --post-data "$rqstr" http://narodmon.ru/post.phpdone
Интернет термометр на TP-Link MR3020