Lines Matching full:telnet
1 .. zephyr:code-sample:: telnet-console
2 :name: Telnet console
5 Access Zephyr shell over telnet.
11 network interface. The telnet console service is started transparently
14 using a telnet client.
33 Run Zephyr samples/net/telnet application in QEMU:
36 :zephyr-app: samples/net/telnet
46 [Setup] [INF] main: Starting Telnet sample
50 At this point, your QEMU guest is up and running. Connect to the telnet
55 $ telnet 192.0.2.1
56 Telnet escape character is '^]'.
80 Build Zephyr samples/net/telnet application:
83 :zephyr-app: samples/net/telnet
104 shell> [Setup] [INF] main: Starting Telnet sample
118 At this point you should be able to connect via telnet over the network.
123 $ telnet 192.168.0.21
124 Telnet escape character is '^]'.
130 your commands and get the output through your telnet client.