Angry IP Scanner - fast and friendly network scanner
Go to file
2020-03-12 22:22:40 +02:00
.github/workflows see output of exec tasks 2020-03-12 21:51:13 +02:00
.idea make stuff run from IDEA using compileOnly classpath 2020-03-07 19:51:51 +02:00
config better hint in logging.properties file, more dictionary entries 2008-03-02 15:11:28 +00:00
ext drop 32-bit linux binary build in favour of 'any' build that can be run on 32-bit Linux 2020-03-11 22:05:18 +02:00
gradle/wrapper upgrade gradle to 6.0.1 2019-12-26 12:35:47 +02:00
lib upgrade swt-win64 to 4.14, but keep win32 as-is because SWT is not built for 32-bit anymore 2020-03-12 19:05:32 +02:00
resources include SWT version in the About dialog 2020-03-07 19:40:04 +02:00
src/net/azib/ipscan remove default telnet opener from Windows - it is not shipped with windows anymore 2020-03-12 19:07:18 +02:00
test/net/azib/ipscan extract GUI-specific (e.g. SWT) code out of Main, so that we can display a proper error message if SWT is not present on classpath (for 'any' platform builds) 2020-03-08 11:21:57 +02:00
.gitignore commit only relevant IDEA files 2020-03-07 16:53:41 +02:00
build.gradle try to see apple providers 2020-03-12 22:22:40 +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
RELEASE-NOTES #212 new experimental builds without bundled SWT, using the one provided by system 2020-03-07 19:03:53 +02:00
TODO.md run linux version with GTK3 by default to enable more modern look and touch screen support 2018-12-23 18:21:14 +02:00
update-mac-vendors.sh drop commented-out line 2019-09-05 20:13:27 +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 (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.