Angry IP Scanner - fast and friendly network scanner
Go to file
2021-01-19 23:58:18 +02:00
.github display failing tests on windows 2021-01-19 23:58:18 +02:00
.idea Fix #124 display MAC-bound comments even if MAC fetcher is after the Comments fetcher in the list (or not selected at all) 2021-01-19 20:49:23 +02:00
config better hint in logging.properties file, more dictionary entries 2008-03-02 15:11:28 +00:00
ext respect $JAVA_HOME if available in Linux launcher 2020-12-23 14:09:02 +02:00
gradle/wrapper upgrade gradle to support building under Java 15 (but not minimizing - proguard still supports only up to Java 13) 2020-10-28 21:55:58 +02:00
lib upgrade Mac SWT to 4.17 for parity with Linux/Win 2020-09-22 22:47:26 +03:00
resources Closes #270 add preference to opt out of new version checks 2021-01-19 22:30:35 +02:00
src/net/azib/ipscan #296 remove check for ConnectionException - it seems that macOS often throws it for dead hosts 2021-01-19 22:49:46 +02:00
test/net/azib/ipscan test default pinger on macOS 2021-01-19 23:47:54 +02:00
.gitignore ignore src zips 2020-05-18 00:16:58 +03:00
build-native-image.sh allow changing of mac separator 2020-12-27 22:22:11 +02:00
build.gradle move mac test filter to build.gradle 2021-01-19 23:30:14 +02:00
CHANGELOG Closes #270 add preference to opt out of new version checks 2021-01-19 22:30:35 +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
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 specify that importing as gradle project is needed 2020-03-07 16:57:31 +02:00
TODO.md allow changing of mac separator 2020-12-27 22:22:11 +02:00
update-mac-vendors.sh update mac vendors 2020-10-27 22:20:51 +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.8). IntelliJ IDEA is recommended for coding (Community Edition is fine): Import as Gradle project.

Projects supports building for Linux, Windows and Mac OS X.

Building Actions Status

Use Gradle for building a package for your desired platform:

./gradlew or make in the project dir for the list of available targets.

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

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

Deb and rpm packages can only be built on Linux (tested on Ubuntu). Building of Windows installer can be done on Linux as well.

./gradlew all will build packages for all OS (tested on Ubuntu only, see dependencies below).

Dependencies

On Ubuntu install the following packages:

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

Note: wine is needed for building of Windows installer.

Install OpenJDK on other platforms as you usually do it.