This program is a BSD_Server example. It is used to serve LED control
requests received from the client.

In order to run this example, you need to set the network parameters
to match your local area network.

To test this example, run windows application "LEDSwitch.exe" on your PC.
Enter the IP address, server port and select the transfer protocol TCP or UDP.
When you change the value of P2 in windows application, LED diodes on
evaluation board should light accordingly.

The same example can be tested also with BSD_Client running on another
evaluation board.

The BSD_Server program is a standalone application preconfigured for
Embedded Artists LPC1788 Board with LCD Board rev PB1 TFT 480*272 module (4.3 inch).

The BSD_Server example is available in different targets:

 - Debug:
   - Compiler:                  ARM Compiler optimization Level 1
   - Compiler:Event Recorder:   Enabled
   - CMSIS:RTOS2:Keil RTX5:     Source
   - Network:CORE:              IPv4/IPv6 Debug

 - Release:
   - Compiler:                  ARM Compiler optimization Level 3
   - Compiler:Event Recorder:   Disabled
   - CMSIS:RTOS2:Keil RTX5:     Library
   - Network:CORE:              IPv4/IPv6 Release

Note:

 - Change variant of Board Support Graphic LCD in
   the Run-Time Environment window to TFT 320x240 
   for using LCD Board rev PB1 TFT 320*240 module (3.2 inch)

 - Change variant of Board Support Graphic LCD in
   the Run-Time Environment window to TFT 800x480 
   for using LCD Board rev PB1 TFT 800*480 module (7.0 inch)
