Searched refs:telnet (Results 1 – 25 of 25) sorted by relevance
/Zephyr-latest/samples/net/telnet/ |
D | README.rst | 1 .. zephyr:code-sample:: 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 50 At this point, your QEMU guest is up and running. Connect to the telnet 55 $ telnet 192.0.2.1 80 Build Zephyr samples/net/telnet application: 83 :zephyr-app: samples/net/telnet [all …]
|
D | CMakeLists.txt | 5 project(telnet) project
|
/Zephyr-latest/samples/net/sockets/echo_async_select/ |
D | README.rst | 40 $ 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/ |
D | README.rst | 42 $ 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/ |
D | CMakeLists.txt | 5 project(telnet) project
|
/Zephyr-latest/samples/net/sockets/echo/ |
D | README.rst | 41 $ telnet 192.0.2.1 4242 71 $ telnet 127.0.0.1 4242
|
/Zephyr-latest/boards/others/promicro_nrf52840/doc/ |
D | index.rst | 101 #. Connect to openOCD, for example with telnet or GDB: 105 telnet localhost 4444
|
/Zephyr-latest/boards/nxp/usb_kw24d512/doc/ |
D | index.rst | 156 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/samples/net/sockets/echo_service/ |
D | README.rst | 46 $ telnet 192.0.2.1 4242
|
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/ |
D | index.rst | 447 Info : Listening on port 4444 for telnet connections 449 2. In another terminal, connect to OpenOCD's telnet server and execute 453 $ telnet localhost 4444 470 Now quit the telnet session in this terminal and exit OpenOCD in the 481 In a telnet program of your choice: 483 #. Connect to localhost port 4444 using telnet. 485 #. Quit the OpenOCD and telnet sessions.
|
/Zephyr-latest/boards/nxp/hexiwear/doc/ |
D | index.rst | 448 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/doc/services/shell/ |
D | index.rst | 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/subsys/shell/backends/ |
D | Kconfig.backends | 480 Initialization priority for telnet shell backend. This must be higher 495 This option is used to configure on which port telnet is going 518 bool "Add support for telnet commands (IAC) [EXPERIMENTAL]" 527 sent each time a character is typed in the telnet client.
|
/Zephyr-latest/boards/makerbase/mks_canable_v20/doc/ |
D | index.rst | 105 $ telnet localhost 9090
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/ |
D | index.rst | 238 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/doc/connectivity/networking/ |
D | qemu_setup.rst | 130 You can also use the telnet command to achieve the above.
|
/Zephyr-latest/doc/develop/flash_debug/ |
D | probes.rst | 439 open telnet: 443 $ telnet localhost 19021
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.9.rst | 345 * ``ZEP-2482`` - Build warnings [-Wpointer-sign] with LLVM/icx (samples/net/telnet)
|
D | release-notes-1.7.rst | 99 * Created telnet console support.
|
D | release-notes-3.6.rst | 881 * Added support for Echo option in telnet shell backend. 882 * Fixed unnecessary connection close in telnet shell backend in case of
|
D | release-notes-4.0.rst | 1079 * Removed redundant DHCPv4 code from telnet sample. 1136 * Fixed possible assertion if telnet shell backend connection is terminated.
|
D | release-notes-1.14.rst | 804 * console: Removed telnet driver 999 - telnet 1270 * :github:`14691` - samples: telnet: net shell is not working
|
D | release-notes-2.6.rst | 1417 * :github:`34197` - samples: telnet: Tab completion not working in telnet shell
|
D | release-notes-3.7.rst | 1447 * Reworked telnet shell backend to use sockets and socket services API.
|
/Zephyr-latest/doc/security/ |
D | vulnerabilities.rst | 35 telnet connected user to cause denial of service, and possibly remote 54 or telnet connected user to cause a crash, possibly with arbitrary
|