Angry IP Scanner - fast and friendly network scanner
Go to file
2015-08-26 18:51:04 +03:00
.idea IDEA changes 2015-08-20 23:56:25 +03:00
config better hint in logging.properties file, more dictionary entries 2008-03-02 15:11:28 +00:00
ext removing nsis reg file from git that is updated with each build 2015-07-07 00:06:28 +03:00
lib get rid of cobertura - coverage can be seen in IDE 2015-08-26 18:49:50 +03:00
resources update mac vendors 2015-08-23 19:37:57 +03:00
src/net/azib/ipscan add Turkish partial translation, contributed by https://github.com/CAD-MASTER 2015-08-20 23:53:17 +03:00
test/net/azib/ipscan Windows specific PingerRegistryTest fix 2015-06-02 22:33:22 +03:00
.gitignore update gitignore with some idea files 2015-06-02 23:01:19 +03:00
.travis.yml use xvfb as some tests use SWT GUI classes 2015-08-26 18:43:43 +03:00
build.xml use junit's brief formatter to reduce output in travis 2015-08-26 18:51:04 +03:00
ipscan.iml platform libraries reorganization 2015-06-04 20:02:08 -04:00
LICENSE * LICENSE file added (GPL) 2007-07-24 22:02:50 +00:00
Makefile delete winping and package jna instead with win32 and win64 2013-01-23 20:57:52 +02:00
README.md add info to readme that the correct library must be selected for the platform 2015-07-07 00:05:13 +03:00
RELEASE-NOTES add release notes for 3.3.3 2015-06-02 23:21:26 +03:00
TODO.md remove already implemented items + add URLFetcher 2014-11-17 21:27:34 +02:00
update-mac-vendors.sh do not use sed, do replace with awk 2014-09-30 22:38:41 +03:00

This is the source code of Angry IP Scanner, licensed with GPL v2.

Official site - AngryIP.org

The code is written mostly in Java. IntelliJ IDEA is recommended for coding, but Eclipse would do as well.

After loading the project in IDEA, make sure you select the appropriate for your platform lib_xxx library in module dependencies.

Building

JDK 1.6+ as well as Ant are required for building.

Using these tools you can build on any platform. The binaries are in the form of .jar files and can be run with java -jar <jar-file>. Deb and rpm packages can only be built on Linux. Building of Windows exe can be done on Linux as well.

On Ubuntu install the following packages:

sudo apt-get install openjdk-8-jdk ant rpm wine

Note: wine is needed for building of Windows installer.

Install JDK and Ant on other platforms as you usually do it.

Then use Ant for building a package for your desired platform: just type ant or make in the project dir for the list of available targets.

ant current would build the app for your current OS.

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