= 2011-01-21 = == Cloud Computing == * [http://www.elasterlabs.com.tw/ 騰雲(TCloud)的 Elaster Labs] == File System : ZFS on Linux == * [http://www.howtoforge.com/native-zfs-on-ubuntu Native ZFS On Ubuntu] == Smart Outlet == * 測試 wade 做的 Smart Outlet * 接上 Smart Outlet - 看到 LED 燈號先是紅色閃爍,後來變成綠色 * 接上 USB !ZigBee module - 看到電源 LED 燈(綠燈)、Rx LED 燈閃爍,dmesg 看到找到 ttyUSB0 裝置 * 安裝 pyserial 讓 Warduino.py 可以透過 /dev/ttyUSB* 裝置讀取數值 {{{ ~$ sudo apt-get install python-serial }}} * 軟體架構 {{{ #!graphviz digraph "smartoutlet" { "Current Meter"->"Arduino"->"ZigBee Sender"->"ZigBee Receiver"->"USB Serial"->"PC"->"Warduino.py"->"SQLite" } }}}