-
poperbu
first test of first version...
1)PDPCAP (tcpdump for pd) object captures the network traffic.
2)with HTTPGET patch puredata.info/​docs/​tutorials/​SimpleWebclient, the ip address location (latitude longitude, region, city, country, etc) of our host and remote hosts are read from ipinfodb.com/​
3)the localhost, remotehosts, and traffic packets are are drawed in the world map with GEM.
-
poperbu
znet_sequencer 0.1 is a Puredata patch that generates different sounds with a "ip sequencer". Network traffic is captured by pdpcap, ip sequencer generates a different bang for each protocol (ip, tcp, udp and icmp), and the sound system has the assigned sound for them (sampler, drums, noises, etc...)
So, the "music" (or noise) is generated by a sequencer based on IP network traffic, so as we surf the web it generates a song.
-
poperbu
PDPCAP is a PD network sniffer, based on lippcap, so the use of this external is similar like use tcpdump to sniff the network with PD.
Any idea or help is welcome.
Download and +info: http://musa.poperbu.net/puredata
-
poperbu
you can use gemwin instead of this abstraction. (this is jus to aply some settings and functionallities, it is in mandril_boxes abstractins-> http://musa.poperbu.net/puredata
-
poperbu
New version 0.0.4
PDPCAP 0.0.4 new features
*pcap files read: Read captured traffic saved in a pcap file . (wireshark , tcpdump , etc. compatible).
*pcap files dump: Dump pdpcap captured traffic in a pcap file, so it can be open by any compatible aplication.
*OS X compatible: Thanks to Nicolas Montgermont pdpcap is now os x compatible.
-
poperbu
Hi, you can download the patch, I've modified it to be more easy, adding some comments with the requisites, and instructions. It works in my computer, ...I expect it will work in all others as well.. (but it has to be linux machine..).
http://musa.poperbu.net/content/view/94/1/
If there is any problem, I'll try to help you!