Java TCP/IP

Introduction

This example starts up an echo server at port 7 on the board and echos back whatever is types to a client connection.

Building the example

Change directory to the java tcpip example
    cd %LF_HOME%\examples\java_tcpip
Rebuild the application
    lfmake clean all

Running the example

To run the example on the board
    lfdownload echoServer.bin

Telnet to the board on port 7
    telnet <board ip address> 7

Enter some text and it is echoed back to you.

Features

This example demonstrates the following SDK features.