Angry IP Scanner - fast and friendly network scanner
Go to file
angryziber 0b6774ceaf New hicolor icons created in svg and png format (instead of gif).
Text on icons is now real text, conforming to system font.

git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@107 375186e5-ef17-0410-b0b6-91563547dcda
2007-01-03 23:03:15 +00:00
ipscan New hicolor icons created in svg and png format (instead of gif). 2007-01-03 23:03:15 +00:00
ipscan-unittest Text finding moved to ScanningResultList, tests added, searching in Value objects now works. 2007-01-02 18:51:29 +00:00
swt swt-mac added to the game (3.3M4) 2006-12-28 23:24:02 +00:00
README test directory renamed to src to be more compatible with eclipse default configuration 2006-12-26 18:52:46 +00:00

This is the source code of Angry IP Scanner 3.x
http://www.azib.net/ipscan/
Written by Anton Keks, GPL v2 license

---------------------------------------------------------------------------
The source code is in the Subversion repository:
https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk/

---------------------------------------------------------------------------
Under the `trunk' directory you will find the following Eclipse projects:

* ipscan          - the main source tree of Angry IP Scanner (uses Java 1.4)
* ipscan-unittest - the unittests of the main tree (uses Java 1.5)
* swt             - the version of Eclipse SWT currently in use (GUI toolkit)

All the directories have preconfigured Eclipse projects in them, so before
doing a checkout:

* Ensure you have Subclipse installed: http://subclipse.tigris.org/
* Create a new Eclipse workspace
* Choose File->New->Project
* Choose SVN->Checkout projects from SVN
* Repeat the last 2 steps to check all the 3 projects out

Under `ipscan' and `ipscan-unittest' you will find subdirectories:

* ext       - external libraries used (some with source and other files)
* src       - Java sources
* resources - resources to be put into the jar file

---------------------------------------------------------------------------
To build Angry IP Scanner, use ant:
cd ipscan
ant all

This will leave jar files in the `dist' directory.

Then, to run:
./ipscan.sh

---------------------------------------------------------------------------
Angry IP Scanner 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.

Angry IP Scanner 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 Gcalctool; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
---------------------------------------------------------------------------