Home
last modified time | relevance | path

Searched full:telnet (Results 1 – 25 of 38) sorted by relevance

12

/Zephyr-latest/samples/net/telnet/
DREADME.rst1 .. 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
[all …]
Dsample.yaml6 - telnet
8 name: Telnet Server
10 sample.net.telnet:
14 sample.net.telnet.wifi.nrf70dk:
DCMakeLists.txt5 project(telnet) project
/Zephyr-latest/subsys/shell/backends/
Dshell_telnet_protocol.h9 * @brief Telnet console protocol specific defines
12 * This defines the Telnet codes, all prefixed as NVT_
33 /* Telnet commands */
51 /* Telnet options */
107 /** Describes a telnet command */
111 /** Type of operation (see Telnet commands above) */
DKconfig.backends465 bool "TELNET backend."
471 Enable TELNET backend.
480 Initialization priority for telnet shell backend. This must be higher
488 Displayed prompt name for TELNET backend. If prompt is set, the shell will
492 int "Telnet port number"
495 This option is used to configure on which port telnet is going
499 int "Telnet line buffer size"
511 int "Telnet line send timeout"
518 bool "Add support for telnet commands (IAC) [EXPERIMENTAL]"
527 sent each time a character is typed in the telnet client.
[all …]
Dshell_telnet.c27 /* Various definitions mapping the TELNET service configuration options */
40 /* Basic TELNET implementation. */
291 LOG_DBG("Telnet client error %d", ret); in telnet_recv()
294 LOG_DBG("Telnet client closed connection"); in telnet_recv()
406 LOG_ERR("Telnet fatal error, failed to restart server (%d)", ret); in telnet_restart_server()
420 NET_ERR("Telnet accept error (%d)", ret); in telnet_accept()
427 NET_ERR("Telnet client already connected."); in telnet_accept()
445 LOG_DBG("Telnet client connected (family AF_INET%s)", in telnet_accept()
478 NET_ERR("Telnet socket %d error (%d)", evt->event.fd, sock_error); in telnet_server_cb()
503 NET_ERR("Unexpected FD received for telnet, restarting service."); in telnet_server_cb()
[all …]
/Zephyr-latest/include/zephyr/shell/
Dshell_telnet.h31 /** TELNET-based shell transport. */
42 /** Array for sockets used by the telnet service. */
63 /** If set, no output is sent to the TELNET client. */
75 * @brief This function provides pointer to shell telnet backend instance.
77 * Function returns pointer to the shell telnet instance. This instance can be
/Zephyr-latest/samples/net/sockets/echo_async_select/
DREADME.rst40 $ telnet 192.0.2.1 4242 # use this for IPv4
41 $ telnet 2001:db8::1 4242 # or this for IPv6
46 another terminal window and run the same telnet command as above.
74 $ telnet 127.0.0.1 4242 # use this for IPv4
75 $ telnet ::1 4242 # or this for IPv6
/Zephyr-latest/samples/net/sockets/echo_async/
DREADME.rst42 $ telnet 192.0.2.1 4242 # use this for IPv4
43 $ telnet 2001:db8::1 4242 # or this for IPv6
48 another terminal window and run the same telnet command as above.
82 $ telnet 127.0.0.1 4242 # use this for IPv4
83 $ telnet ::1 4242 # or this for IPv6
/Zephyr-latest/samples/boards/nxp/s32/netc/
DCMakeLists.txt5 project(telnet) project
DREADME.rst19 controls PSI) to allow users visualize the networking settings. Telnet shell
49 [00:00:00.058,000] <inf> shell_telnet: Telnet shell backend initialized
74 [00:00:00.058,000] <inf> shell_telnet: Telnet shell backend initialized
/Zephyr-latest/samples/net/sockets/echo/
DREADME.rst41 $ telnet 192.0.2.1 4242
71 $ telnet 127.0.0.1 4242
/Zephyr-latest/samples/net/telnet/src/
Dtelnet.c42 LOG_INF("Starting Telnet sample"); in main()
/Zephyr-latest/samples/net/sockets/echo_service/
DREADME.rst46 $ telnet 192.0.2.1 4242
/Zephyr-latest/doc/services/shell/
Dindex.rst54 * Telnet
61 Telnet subsection
64 Enabling :kconfig:option:`CONFIG_SHELL_BACKEND_TELNET` will allow users to use telnet
65 as a shell backend. Connecting to it can be done using PuTTY or any ``telnet`` client.
70 telnet <ip address> <port>
72 By default the telnet client won't handle telnet commands and configuration. Although
74 This will give the telnet client access to a very limited set of supported commands but
138 * Open ``PuTTY``. Use telnet port 19021 and specific Terminal configuration. Set ``Local echo``
/Zephyr-latest/scripts/west_commands/runners/
Dpyocd.py104 parser.add_argument('--telnet-port', default=DEFAULT_PYOCD_TELNET_PORT,
105 help=f'pyocd telnet port, defaults to {DEFAULT_PYOCD_TELNET_PORT}')
Dintel_cyclonev.py141 parser.add_argument('--telnet-port',
143 help='openocd telnet port, defaults to 4444')
Dopenocd.py163 parser.add_argument('--telnet-port',
165 help='openocd telnet port, defaults to 4444')
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/
Dindex.rst499 Info : Listening on port 4444 for telnet connections
501 2. In another terminal, connect to OpenOCD's telnet server and execute
505 $ telnet localhost 4444
522 Now quit the telnet session in this terminal and exit OpenOCD in the
533 In a telnet program of your choice:
535 #. Connect to localhost port 4444 using telnet.
537 #. Quit the OpenOCD and telnet sessions.
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/
Dindex.rst238 Info : Listening on port 4444 for telnet connections
281 Info : Listening on port 4444 for telnet connections
307 Info : Listening on port 4444 for telnet connections
/Zephyr-latest/boards/nxp/usb_kw24d512/doc/
Dindex.rst156 Once you have started a debug session, run telnet:
185 Run telnet as shown earlier, and you should see the following message in the
203 Run telnet as shown earlier, step through the application in your debugger, and
/Zephyr-latest/scripts/west_commands/tests/
Dtest_pyocd.py52 '--telnet-port', str(TEST_TELNET_PORT),
/Zephyr-latest/boards/nxp/hexiwear/doc/
Dindex.rst448 Once you have started a debug session, run telnet:
452 $ telnet localhost 19021
478 Run telnet as shown earlier, and you should see the following message in the
496 Run telnet as shown earlier, step through the application in your debugger, and
/Zephyr-latest/boards/makerbase/mks_canable_v20/doc/
Dindex.rst125 $ telnet localhost 9090
/Zephyr-latest/doc/connectivity/networking/
Dqemu_setup.rst130 You can also use the telnet command to achieve the above.

12