Machines discovery/mapping (over Wifi) and port scan (over 3G/Wifi) utility for Android devices.
git clone https://github.com/rorist/android-network-discovery.git
cd android-network-discovery;
cp local.properties-example local.properties
vim local.properties #add path to the Android SDK
ant debug install
Copyright (C) 2009-2011 Aubort Jean-Baptiste (Rorist)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Copy of the license can be found in gpl-2.0.txt