Skip to content

j-white/jicmp2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jicmp2

jicmp2 provides a Java native interface for sending and receiving ICMPv4/v6 Echo Packets.

It is a rewrite and successor of jicmp (and jicmp6).

Building

Requires maven (tested with 3.1.1) and cmake (tested with 2.8.12.2)

./build.sh

The dist/ folder should now contain both jicmp2-api-VERSION.jar and libjicmp2.so.

Packaging

Requires fpm (tested with 1.3.3)

./build-packages.sh

The dist/ folder should now contain both .deb and .rpm packages.

Debian Notes

On Debian 7.0, the environment can be setup with:

apt-get install openjdk-7-jdk build-essential cmake make pkg-config
export JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published