Skip to content

Commit

Permalink
Update UDP client readme
Browse files Browse the repository at this point in the history
Update sample output to match current version of UDP example
  • Loading branch information
bremoran committed Mar 14, 2016
1 parent aba8020 commit 719b164
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions test/helloworld-udpclient/README.md
Expand Up @@ -57,8 +57,13 @@ Note: To discover the serial port used by the connected mbed-enabled board, eith
9. The output in the terminal window should look like:

```
UDP client IP Address is 192.168.2.2
UDP: 3635245075 seconds since 01/01/1900 00:00 GMT
UDP client IP Address is 10.2.202.44
Starting DNS Query for utcnist.colorado.edu
DNS Response Received:
utcnist.colorado.edu = 128.138.140.44
Sending "time" to 128.138.140.44:37
Data Available!
UDP: 3666511712 seconds since 01/01/1900 00:00 GMT
```

## Using a debugger
Expand Down

0 comments on commit 719b164

Please sign in to comment.