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?
Also see Handbook->Ethernet example code that prints packets
That is different than Cookbook->Ethernet
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.
Access Warning
You do not have the correct permissions to perform this operation.
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?