Angry IP Scanner - fast and friendly network scanner
Go to file
2019-10-14 21:00:56 +03:00
.idea drop Java 7 support 2019-07-15 23:54:22 +03:00
config better hint in logging.properties file, more dictionary entries 2008-03-02 15:11:28 +00:00
ext include own executable also in quotes because it can reside under "Program Files" 2019-10-14 21:00:56 +03:00
gradle/wrapper upgrade gradle to 5.0 2019-04-07 16:08:45 +03:00
lib #184 keep all methods of FileDialog 2019-08-15 17:31:57 +03:00
resources use swing's invokeLater(), but probably it still won't show Swing's error dialog on the Mac because of -XstartOnFirstThread 2019-09-05 20:41:08 +03:00
src/net/azib/ipscan use swing's invokeLater(), but probably it still won't show Swing's error dialog on the Mac because of -XstartOnFirstThread 2019-09-05 20:41:08 +03:00
test/net/azib/ipscan fix test that checks that angryip.org is now ignored by FileFeeder 2019-08-11 20:54:21 +03:00
.gitignore Fixing TR Translations 2019-06-02 22:47:08 +03:00
.travis.yml try echo trick to generate correct directory 2019-08-11 21:14:46 +03:00
build.gradle #210 use custom windows launcher instead of launch4j in order to use JAVA_HOME and PATH environment variables instead of Registry 2019-10-13 23:19:13 +03: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 #210 use custom windows launcher instead of launch4j in order to use JAVA_HOME and PATH environment variables instead of Registry 2019-10-13 23:19:13 +03: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 Merge pull request #195 from ozkanpakdil/patch-1 2019-07-16 22:19:37 +03:00
RELEASE-NOTES bump version and add release notes 2019-09-05 20:43:02 +03: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).

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

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

Dependencies

On Ubuntu install the following packages:

sudo apt-get 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.