Angry IP Scanner - fast and friendly network scanner
Go to file
2016-01-11 22:32:08 +02:00
.idea do not hardcode dagger jar file, just use classpath for annotation processors 2015-08-21 00:08:31 +03:00
config better hint in logging.properties file, more dictionary entries 2008-03-02 15:11:28 +00:00
ext removing nsis reg file from git that is updated with each build 2015-07-07 00:06:28 +03:00
lib Merge branch 'master' into dagger-migration 2015-08-26 18:59:12 +03:00
resources update mac vendors 2016-01-11 21:44:32 +02:00
src/net/azib/ipscan remove useless javadoc 2016-01-11 22:32:08 +02:00
test/net/azib/ipscan rename misspelled method in Exporter interface and leave the old one as deprecated for the time being 2016-01-11 22:06:57 +02:00
.gitignore add generated dir to gitignore 2015-08-15 16:24:24 +03:00
.travis.yml revert to sudo container, where executing of Windows exe files is possible using properly installed wine 2015-08-26 21:30:20 +03:00
build.xml test-results dir is not used anymore 2015-09-07 00:04:52 +03:00
ipscan.iml tell idea that generated dir is generated 2015-08-21 00:39:32 +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 move official site link 2015-08-29 13:17:57 +03:00
RELEASE-NOTES another typo 2015-09-06 23:45:47 +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, but Eclipse would do as well.

After loading the project in IDEA, make sure you select the appropriate for your platform lib_xxx library in module dependencies.

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>.