Tag Archives: jNetPcap
clj-net-pcap – Improvements and Preparations for next Release
It’s been a while since I posted the last update about clj-net-pcap. Before the work on my PhD thesis started to occupy most of my time, I actually put some more effort into further optimizing and improving clj-net-pcap. However, due … Continue reading
Continuous Integration for clj-assorted-utils and clj-net-pcap
This is just a very brief update. I actually did this some time ago but didn’t really get to write about it. clj-assorted-utils and clj-net-pcap now make use of Travis CI. Integrating Travis CI was actually very easy. What I … Continue reading
clj-assorted-utils and clj-net-pcap on clojars.org
I just changed the names of my two Clojure libraries cljAcmeUtils and cljNetPcap. Those two libs are now named clj-assorted-utils and clj-net-pcap respectively. Please excuse the inconvenience but I felt this step was necessary as I wanted to upload these … Continue reading
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 … Continue reading