Hello everyone.
I'm very new to pd. Sorry if the following problem it's a stupid one.
I'm receiving in pd some data from a net sniffing app, through a python script.
I'm using udpreceive and unpackOSC for this.
An example of the data strings received is something like
/aaa 1234 345.4657 192.165.2.104 -> 192.165.2.156
/aaa 1234 345.4645 192.165.2.107 -> 192.165.2.156
Using routeOSC /aaa I'm able to filter the first part.
Now I would like to filter the data received only in the form of: 192.165.2.107 -> 192.165.2.156, filtering out all data before the ip addresses, in order to send the new string to Max (set on another machine with udpreceive object).
I'm a really novice to the platform, sorry.
Thank you all for my (maybe) silly question.