Angry IP Scanner - fast and friendly network scanner
Go to file
2016-08-04 18:48:39 +03:00
.idea make sure there is only one CommandLineProcessor 2016-01-11 22:33:21 +02:00
config better hint in logging.properties file, more dictionary entries 2008-03-02 15:11:28 +00:00
ext #67 upgrade to launch4j 3.9 which has the issue fixed related to searching JREs with build numbers higher than 99 2016-08-04 18:24:36 +03:00
lib Merge branch 'master' into dagger-migration 2015-08-26 18:59:12 +03:00
resources updated mac vendors 2016-08-04 18:41:10 +03:00
src/net/azib/ipscan #63 add Italian translation by @bellingeri and name all languages in preferences using original names 2016-07-08 23:33:57 +03:00
test/net/azib/ipscan *.abc urls now resolve with DNS, change to blah 2016-08-04 18:48:39 +03:00
.gitignore add generated dir to gitignore 2015-08-15 16:24:24 +03:00
.travis.yml wine is required to build windows installer 2015-08-26 19:10:56 +03:00
build.xml preparing for 3.4.2 release 2016-08-04 18:45:52 +03:00
ipscan.iml #58 add all libs to module, so that developers only need to reorder them 2016-07-08 23:58:12 +03:00
LICENSE * LICENSE file added (GPL) 2007-07-24 22:02:50 +00:00
Makefile delete winping and package jna instead with win32 and win64 2013-01-23 20:57:52 +02:00
README.md #58 emphasize even more in README that the correct library needs to be selected 2016-07-10 00:35:40 +03:00
RELEASE-NOTES preparing for 3.4.2 release 2016-08-04 18:45:52 +03:00
TODO.md new icons todo 2015-09-02 00:45:25 +03:00
update-mac-vendors.sh do not use sed, do replace with awk 2014-09-30 22:38:41 +03:00

Angry IP Scanner

This is the source code of Angry IP Scanner, licensed with GPL v2. Official site

The code is written mostly in Java. IntelliJ IDEA is recommended for coding (Community Edition is fine).

Important: after loading the project in IDEA, make sure you select the appropriate for your platform lib_xxx library in module dependencies (File -> Project Structure -> Modules -> ipscan -> Dependencies - move the right lib_xxx to the top).

Building Build Status

JDK 1.6+ as well as Ant are required for building.

Using these tools you can build on any platform. The binaries are in the form of .jar files and can be run with java -jar <jar-file>. Deb and rpm packages can only be built on Linux. Building of Windows exe can be done on Linux as well.

On Ubuntu install the following packages:

sudo apt-get install openjdk-8-jdk ant rpm wine

Note: wine is needed for building of Windows installer.

Install JDK and Ant on other platforms as you usually do it.

Then use Ant for building a package for your desired platform: just type ant or make in the project dir for the list of available targets.

ant current would build the app for your current OS.

The resulting binaries will be put into the dist directory. Run jar files with java -jar <jar-file>.