抓取網路資訊用RaspberryPi顯示
http://www.pillakloud.com/tw/1162/當maker吧!使用視覺化元件,做出屬於自己專屬的應/ google Node-Red RaspberryPi http://thethingbox.io Arduino Facebook Notifier (v.0.1.1) Wireless Altoids Display using an Arduino arduino twitter notifier arduino facebook notifier https://learn.adafruit.com/raspberry-pi-hosting-node-red/what-is-node-red about "node-red" An App on my phone called MQTTitude MQTTitude send my location to Node-Red Node-Red The basic framework of my twitter message is then created in a function node I take my location and query Forecast.io for the weather at that location The returned data is then formatted in to my tweet message using further function nodes The message is then sent to a Tweet node and tweeted for me 抓取網路資訊用 RaspberryPi 顯示 Node-Red是一個可視化的開發工具。它允許使用者通過組合多元化的視覺化元件來完成各式應用組合。這些視覺化元件可以是硬件設備(如:GPIO、智慧家庭周邊wemo)、Web API(如:WebSocket、HTTP、UDP)、功能函數(如:range)或者在線服務(如:twitter、mqtt)。 在Node-Red定義中,一個視覺化元件,就是一個node。一些nodes串接起來產生的應用,就是flow(流程)。基於網頁的開發...