/Android-WiFi-Socket

An Android demo app of WiFi client socket

Primary LanguageJava

Android-WiFi-Socket

WiFi client socket implemented using AsyncTask in Android

Caution

  • Automatically appends "\n" after sending-messages.
  • Newline-delimited receiving.(aka only shows on received section when received messages end with a "\n")