cljNetPcap: Packet Capturing with Clojure

Update: Please note that cljNetPcap had been moved to clj-net-pcap.

cljNetPcap allows to easily capture packets in Clojure. cljNetPcap builds on top of the jNetPcap Java library and provides a wrapper/facade/whatever for easily using the functionality as provided by jNetPcap from within Clojure code. jNetPcap itself is an, in my opinion, very good packet capturing library for Java that enables easy access to the packet capturing functionality as provided by libpcap.

I wrote cljNetPcap in order to enable packet capturing in Clojure. Besides providing a wrapper for using jNetPcap in Clojure cljNetPcap features some more convenience functionality to further ease the usage of jNetPcap. In this post I just make the general announcement for cljNetPcap. If my time allows it I will explain the cljNetPcap functionality and architecture in more detail as well.

cljNetPcap is released under the terms of the GNU Lesser General Public License (LGPL). The cljNetPcap source code can be downloaded from github. For building, running tests, and packaging cljNetPcap Leiningen is used.

Advertisement
This entry was posted in Announcements, clj-net-pcap, Libs. and tagged , , , , . Bookmark the permalink.

1 Response to cljNetPcap: Packet Capturing with Clojure

  1. Pingback: cljNetPcap Version 1.6.3 « ruedigergad

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.