Angry IP Scanner - fast and friendly network scanner
Go to file
2019-04-09 22:54:44 +03:00
.idea run linux version with GTK3 by default to enable more modern look and touch screen support 2018-12-23 18:21:14 +02:00
config better hint in logging.properties file, more dictionary entries 2008-03-02 15:11:28 +00:00
ext add 3.5.4 release notes 2018-12-27 12:36:28 +02:00
gradle/wrapper upgrade gradle to 5.0 2019-04-07 16:08:45 +03:00
lib #165 improve JNA minimization that seems to broke WindowsPinger 2018-12-28 13:26:26 +02:00
resources make Brazilian Portuguese translation actually work 2018-12-27 13:10:39 +02:00
src/net/azib/ipscan #129 add TODO to figure out how to fetch MAC address of a local IPv6 address 2019-04-09 22:54:44 +03:00
test/net/azib/ipscan make Brazilian Portuguese translation actually work 2018-12-27 13:10:39 +02:00
.gitignore update README and other files for gradle 2018-12-22 22:03:46 +02:00
.travis.yml add 3.5.4 release notes 2018-12-27 12:36:28 +02:00
build.gradle #181 fix path of librocksaw.so for linux64 build 2019-04-05 23:33:47 +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 \#129 first working IPv6 pinging implementation for Windows 2019-04-09 22:19:45 +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 fixes #157 offer to install wine-stable, os that no additional questions are asked 2018-12-25 15:48:59 +02:00
RELEASE-NOTES add 3.5.5 release notes 2018-12-28 13:46:50 +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 update mac vendors 2018-12-25 15:59:18 +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).

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