Hey all,
I'd like to know a method for counting the number of times a particular message is received. I could use route, but I'm talking about 1000s of messages. The messages would look something like:
320 240 blah blah
So I would like this message to add a counter to the bin that corresponds to "320 240" This would be a seperate bin to say:
319 240 blah blah
So I could have as many as 76,800 different bins...
I would do this in python with a big numarray, but wanted to hear suggestions for other approaches.
Thanks all!
.b.