20160425_jeffrey - silenceuncrio/diary GitHub Wiki

Index

0910

記得跟 pioneer 說明天要跟老婆去醫院要請假

今天 andy Hsu 就讓他布置一下 光敏感測器的 環境
順便定一下資料格式
不用利用啥 /common 來問有接什麼 sensor 了

1415

將 csr 的 source code refactoring 了一番
整齊多了

1645

Andy Hsu 目前佈置的遠端光度感測器在 http://192.168.0.37

回傳的資料如下

{
    "name": "andyhsu.box",
    "location": "room",
    "thing": "light",
    "status": {
        "brightness": "3"
    }
}

1730

linux C – popen() function