From df0882646c1aa0c6062cfd526a200502508432f8 Mon Sep 17 00:00:00 2001 From: danijoo Date: Sat, 13 Feb 2016 03:23:26 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b4013ab..2de7219 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # Adbwifiscan Script to scan an IP range for adb devices and connect to them. + +# Requirements +gem install adb + +# Usage +./adbwifiscan.rb 192.168.178.0/24 +Starting server +Connected devices: [] +Scan started... +Scan complete +Connected devices: ["192.168.178.81:5555"]