Angry IP Scanner - fast and friendly network scanner
Go to file
2018-11-27 20:49:38 +02:00
.idea fix a test with newer configuration 2018-06-18 22:11:27 +03:00
config better hint in logging.properties file, more dictionary entries 2008-03-02 15:11:28 +00:00
ext add openjdk-11-jre package compatibility 2018-09-30 16:15:45 +03:00
lib fixes #88 - downgrade SWT to 4.6 to still support Java 7 (SWT 4.7 is Java 8 only) 2017-01-24 22:01:39 +02:00
resources update mac vendors 2018-08-26 15:19:05 +03:00
src/net/azib/ipscan bugfix: track number of users of a shared pinger and close it only after nobody needs it anymore 2018-08-26 17:47:47 +03:00
test/net/azib/ipscan update url to https in more places 2018-08-26 15:15:55 +03:00
.gitignore add russian language file 2017-05-28 22:56:02 +03:00
.travis.yml fakeroot is not available on travis by default anymore 2017-11-18 19:30:58 +02:00
build.xml update version number 2018-08-26 15:21:59 +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 add a note and Java 9/10 cannot be used for building as of now 2018-08-26 15:47:17 +03:00
RELEASE-NOTES add release notes 2018-08-26 16:42:48 +03:00
TODO.md add todo 2018-11-27 20:49:38 +02:00
update-mac-vendors.sh cut vendors names that are still too long 2016-12-11 23:31:55 +02: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.7/1.8 as well as Ant are required for building. Note: the build script currently doesn't work with JDK 9 and 10.

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