Promiscuous Like mode?

29 Sep 2010

I just received an mbed module and have successfully compiled and received printf output on a terminal program. Next step is to hook up an ethernet connector. Reading the ethernet API it seems like if you just use the ethernet library and do a "receive" that the mbed can be used as a packet monitor. Is this true or am I missing something?

29 Sep 2010

I think so. Have a look at Rolf's program here.

Regards
Daniel

29 Sep 2010

Perfect! I have been doing a lot of reading on this site and had not come across this sniff code snippet.  Thank you.

30 Sep 2010

Also see Handbook->Ethernet example code that prints packets

That is different than Cookbook->Ethernet