23 Nov 2006 - Created website for jNetProbe
6 months after the registration of the project in sourceforge I found time to create a
website for this project.
jNetProbe is a Java API for low level networking. It uses JNI calls to libpcap and libnet, to
capture and inject network packets.
With this library it is very easy to write network tools using java. Some examples will be available
through this website soon.
The library is functional right now, although there is no release yet. The code in the repository is
to be used under MacOSX. The tasks that must be done before any release of this library are the following:
1. Create the automated build scripts to support at least (FreeBSD, Linux and Windows).
2. Improve the c and java code.
3. Add utility classes to help developers create network packets.
