Originally named PDPCAP , the project has been renamed PCAP (for pd) to avoid pdp objects confusion, and split the old pdpcap object in two diferent objects pcap_device and pcap_file. (old pdpcap object is included in the package).
·PCAP 0.0.5: New features:
-pdpcap is renamed to pcap (for pd).
-main old object pdpcap is splitted in two objcets:
-pcap_device->captures network traffic in live mode from a net device (eth0, lo, eth1...).
-pcap_file->reads (captures) network traffic from a pcap file.
Per provar una mica processing , he fet un patch per connectar pd amb processing. Aprofitant el patch de geolocalització, he substituit la part gràfica que feia GEM, per un script de processing.
Bàsicament, un cop analitzat el tràffic de xarxa per el patch de pd, envia a través de OSC la informació a l'app de processing. Per fer-ho s'han utilitzat: 1) els objectes osc de Martin Peach a la part de puredata 2)la llibreria oscP5 (Andreas Schlegel ) per a processing.