Skip to content

Commit

Permalink
examples/embassy-net-tcp: Document telnet server
Browse files Browse the repository at this point in the history
  • Loading branch information
bergzand committed Feb 1, 2024
1 parent d885422 commit 24839a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/embassy-net-tcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ In this folder, run
laze build -b nrf52840dk run

With the device USB cable connected, a USB ethernet device should pop up.
RIOT-rs will reply to ping requests on 10.42.0.61.
RIOT-rs will reply to ping requests on 10.42.0.61 and hosts a telnet server on
port 1234 that will echo the input back to the client:

telnet 10.42.0.61 1234

0 comments on commit 24839a1

Please sign in to comment.