Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 798 Bytes

File metadata and controls

23 lines (17 loc) · 798 Bytes

專案原始碼與開發環境說明

應用程式專案

  • PiCommanderService
    • Java嵌入式應用程式
    • 在Raspberry Pi運作
    • 使用Pi4J控制GPIO
    • 使用Paho發佈與接收MQTT訊息
    • NetBeans專案
  • PiCommander
    • Android應用程式
    • Android 5、API Level 22
    • 使用Paho發佈與接收MQTT訊息
    • Android Studio專案

Java遠端開發環境

遠端開發環境安裝與設定請參考http://www.codedata.com.tw/java/java-embedded-5-dev-env-remote-javase/

Android開發環境

Android開發環境安裝與設定請參考http://www.codedata.com.tw/mobile/android-tutorial-the-1st-class-2-android-sdk/