Jay Taylor's notes

back to listing index

angryip/ipscan

[web search]
Original source (github.com)
Tags: networking tools cross-platform github.com
Clipped on: 2019-10-15

Skip to content
Angry IP Scanner - fast and friendly network scanner http://angryip.org
Branch: master
New pull request
Clone or download
Image (Asset 3/4) alt= .idea drop Java 7 support 3 months ago config better hint in logging.properties file, more dictionary entries 12 years ago ext assume 64-bit by default - it's a modern world now 19 hours ago gradle/wrapper upgrade gradle to 5.0 6 months ago lib #184 keep all methods of FileDialog 2 months ago resources allow to opt out from google analytics reports 19 hours ago src/net/azib/ipscan allow to opt out from google analytics reports 19 hours ago test/net/azib/ipscan fix test that checks that angryip.org is now ignored by FileFeeder 2 months ago .gitignore Fixing TR Translations 5 months ago .travis.yml try echo trick to generate correct directory 2 months ago LICENSE * LICENSE file added (GPL) 12 years ago Makefile update README and other files for gradle 10 months ago README.md Merge pull request #195 from ozkanpakdil/patch-1 3 months ago RELEASE-NOTES add release notes 19 hours ago TODO.md run linux version with GTK3 by default to enable more modern look and… 10 months ago build.gradle bump versio to 3.6.2 19 hours ago gradlew can compile with gradle and Java 11 11 months ago gradlew.bat can compile with gradle and Java 11 11 months ago ipscan.iml #210 use custom windows launcher instead of launch4j in order to use … 2 days ago update-mac-vendors.sh drop commented-out line last month

README.md

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 Image (Asset 4/4) alt=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.