Angry IP Scanner - fast and friendly network scanner
Go to file
2024-06-11 22:43:15 +03:00
.github rename windows binaries 2022-11-26 17:29:32 +02:00
.idea #442 add Finnish translations thanks to @6sto 2024-06-11 22:28:20 +03:00
config better hint in logging.properties file, more dictionary entries 2008-03-02 15:11:28 +00:00
ext #391 support spaces in JAVA_HOME 2023-02-11 12:26:11 +02:00
gradle/wrapper update gradle with Java 19 support 2022-12-01 22:39:35 +02:00
resources #442 add Finnish translations thanks to @6sto 2024-06-11 22:28:20 +03:00
src/net/azib/ipscan trim() the entered/pasted IPs without triggering modify listeners 2024-06-11 22:43:15 +03:00
test/net/azib/ipscan remove deprecated boxing 2023-02-11 11:48:43 +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 update SWT to the latest Java 11-compatible version, current 3.126.0 requires Java 17 2024-06-11 22:34:00 +03:00
CHANGELOG add changes 2023-02-11 19:08:49 +02:00
gradle.properties add jvm args for tests 2023-02-11 12:00:01 +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 correct the fact that windows installer can no longer be built on Linux (due to jlink) 2022-01-30 13:35:05 +02:00
TODO.md allow changing of mac separator 2020-12-27 22:22:11 +02:00
update-mac-vendors.sh update MAC vendors 2022-12-18 21:32:19 +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 11). SWT library from Eclipse project is used for GUI that provides native components for each supported platform.

The project runs on Linux, Windows and macOS.

Helping / Contributing

As there are millions of different networks, configurations and devices, please help with submitting a Pull Request if something doesn't work as you expect (especially macOS users). Any problem is easy to fix if you have an environment to reproduce it 😀

For that, download Intellij IDEA community edition and open the cloned project. Then, you can run Angry IP Scanner in Debug mode and put a breakpoint into the desired Fetcher class.

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 be built only on Linux (tested on Ubuntu). Windows installer can be built on Windows only.

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

Install OpenJDK on other platforms as you usually do it.