Processing Library construction help/feedback

Hey all!

I am currently working on a Processing library implementation of jpcap network traffic sniffer : jpcap.sourceforge.net/

I am pretty new to Java (and creating Processing libraries!) but referencing others, i've managed to piece together a java example in the original java source file example titled "sniffer" (https://github.com/jpcap/jpcap/tree/master/src/java/net/sourceforge/jpcap/tutorial/sniffer). Anyways, here is my github with current progress:

https://github.com/danieljayB/jpcapSniffer

My issue is when I attempt to import my jpcapSniffer library, Processing does not create an import line with my library. Im not sure what I am overlooking.

tips, requests, feedback would be greatly appreciated

Tagged:

Answers

Sign In or Register to comment.