Angry IP Scanner - fast and friendly network scanner
Go to file
2018-12-22 23:04:20 +02:00
.idea next version will be 4.6.0 2018-12-22 22:39:41 +02:00
config better hint in logging.properties file, more dictionary entries 2008-03-02 15:11:28 +00:00
ext build rpm from gradle 2018-12-03 00:09:21 +02:00
gradle/wrapper downgrade to stable gradle 4.10.2 that works with Java 11 2018-11-25 20:39:55 +02:00
lib can compile with gradle and Java 11 2018-11-21 00:03:45 +02:00
resources update mac vendors 2018-08-26 15:19:05 +03:00
src/net/azib/ipscan run tests with linux64 version of swt, as before 2018-12-02 22:50:21 +02:00
test/net/azib/ipscan run tests with linux64 version of swt, as before 2018-12-02 22:50:21 +02:00
.gitignore update README and other files for gradle 2018-12-22 22:03:46 +02:00
.travis.yml still specify dist for linux, otherwise trusty is used 2018-12-22 23:04:20 +02:00
build.gradle add clean before build 2018-12-22 23:01:15 +02:00
gradlew can compile with gradle and Java 11 2018-11-21 00:03:45 +02:00
gradlew.bat can compile with gradle and Java 11 2018-11-21 00:03:45 +02:00
ipscan.iml detect platform and add current task that existed in ant build 2018-12-22 22:55:46 +02:00
LICENSE * LICENSE file added (GPL) 2007-07-24 22:02:50 +00:00
Makefile update README and other files for gradle 2018-12-22 22:03:46 +02:00
README.md install openjdk-11 as an example for ubuntu 2018-12-22 22:36:32 +02:00
RELEASE-NOTES add release notes 2018-08-26 16:42:48 +03:00
TODO.md document another GTK3-specific problem 2016-12-11 23:55:44 +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 (currently, source level 1.7). IntelliJ IDEA is recommended for coding (Community Edition is fine).

Building Build Status

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 installer can be done on Linux as well.

On Ubuntu install the following packages:

sudo apt-get install openjdk-11-jdk rpm fakeroot wine

Note: wine is needed for building of Windows installer.

Install JDK on other platforms as you usually do it.

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

./gradlew current would build the app for your current OS.

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