Jay Taylor's notes
back to listing indexangryip/ipscan
[web search]
Original source (github.com)
Clipped on: 2019-10-15
Skip to content
.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
Angry IP Scanner - fast and friendly network scanner
http://angryip.org
NSIS
Java
C++
C
HTML
Prolog
Other
- NSIS 74.2%
- Java 22.0%
- C++ 1.7%
- C 1.6%
- HTML 0.3%
- Prolog 0.1%
- Other 0.1%
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 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.