我正在嘗試構建可以在使用WIFI Direct的Android設備之間傳輸文件的應用程序。我必須是p2p連接,我只想發送圖片。 我想:使用WIFI直接在Android設備之間傳輸文件
- https://github.com/mayfourth/WiFi-Direct-File-Transfer - 它沒有工作
- http://www.androidside.com/docs/resources/samples/WiFiDirectDemo/index.html - 它給了我一個錯誤,在此
String localIP = Utils.getLocalIPAddress();
代碼。 - How can I transfer files between Android devices using Wi-Fi Direct? - 沒有工作
你可能要包括你的代碼,你得到 – Razgriz
你需要從SD卡獲取文件,然後編碼文件,然後將該文件上傳到服務器logcat的錯誤,這是很容易使用SOAP解析 – Amitsharma