-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Shell does not support network backends #12611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Tested this also with native_posix, I am not seeing any output from |
Please specify as i'm not sure what is the issue. Shell over uart stops working? Or telnet? afaik, there is no shell over network. |
The shell is working over uart but not over telnet. |
@jukkar did legacy shell supported network transport? New one doesn't yet, so that would look like a misleading documentation after switching to new shell. |
@nordic-doki that sounds like a bug introduced by new shell. Legacy stuff was working properly, but remember that it was far easier back then: all was using printk below... |
This issue look more like a feature than a bug @galak .
|
This is generic shell issue, fixing title. |
Could we reassign to someone else? Adding shell network backend is not in my plans and scope. |
Describe the bug
I have created the example Telnet console application for the board FRDM-K64F under Windows.
Although I get a connection to the board with a telnet client, but there are no inputs and outputs on the client possible.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Input/Output to the Shell via Telnet-console
console output
uart:~$ ***** Booting Zephyr OS zephyr-v1.13.0-2584-g8ec7c73d2e *****
[00:00:00.008,451] net_config.net_config_init: Initializing network
[00:00:00.008,474] net_config.setup_ipv4: IPv4 address: 10.0.0.62
[00:00:00.008,489] net_config.setup_dhcpv4: Running dhcpv4 client...
[00:00:06.021,795] net_dhcpv4.dhcpv4_handle_msg_ack: Received: 10.0.1.32
[00:00:06.021,829] net_config.ipv4_addr_add_handler: IPv4 address: 10.0.1.32
[00:00:06.021,832] net_config.ipv4_addr_add_handler: Lease time: 86400 seconds
[00:00:06.021,846] net_config.ipv4_addr_add_handler: Subnet: 255.255.254.0
[00:00:06.021,859] net_config.ipv4_addr_add_handler: Router: 10.0.0.254
[00:00:08.020,315] net_telnet.telnet_setup_server: Telnet console enabled on AF_INET
[00:00:08.020,341] net_telnet.telnet_console_init: Telnet console initialized
[00:00:08.020,346] net_telnet_sample.main: Starting Telnet sample
[00:00:19.963,597] net_telnet.telnet_accept: Telnet client connected (family AF_INET)
Environment:
The text was updated successfully, but these errors were encountered: