this program can by compiled and run on several mbeds in a network. The mbed ID is automatically generated. This program is a small test to see if it works. To test the firmware you will need two ( or more ) mbed modules connected to the same network. Pin p5 should be connected with a push button to 3v3 and a resistor of 10k to ground. If the button is pressed the mbed will broadcast a message on ip 239, 192, 1, 100 on port 50000. All mbeds are listening to this ip address and port so they will pick up this message. If the message says MBED xyz LED ON, led1 will id on. If the message says MBED LED OFF, led1 will be off. It\\\'s that simple. So with one mbed you can turn the other mbeds led on or off.

Dependencies:   EthernetNetIf NTPClient_NetServices mbed

Changes

RevisionDateWhoCommit message
3:3c33a398189e 2011-02-14 Schueler 1.0 default tip
2:ae37f80efd23 2010-11-24 Schueler 0.03
1:2e2d0b0b57e0 2010-11-24 Schueler 0.02
0:c111a981bfb8 2010-11-24 Schueler 0.01 Initial test