You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/07/24 21:27:32 UTC

[GitHub] [incubator-nuttx] acassis opened a new pull request #4219: Add nsh console through telnet over Wi-Fi

acassis opened a new pull request #4219:
URL: https://github.com/apache/incubator-nuttx/pull/4219


   ## Summary
   It is possible to access the NuttShell running Telnet over Wi-Fi.
   It is particularly important in projects where you need to use 3 serial ports and cannot share it.
   In order to use it you need to change these parameters:
   ```
   CONFIG_NETINIT_WAPI_PASSPHRASE="YOUR_ROUTER_PASSWORD"
   CONFIG_NETINIT_WAPI_SSID="YOUR_ROUTER_NAME"
   ```
   Case your router IP is not 192.168.0.1 you also need to change this parameter:
   ```
   CONFIG_NETINIT_DRIPADDR=0xc0a80001
   ```
   ## Impact
   Users will be able to access the "nsh>" without using serial cable.
   ## Testing
   ```
   $ telnet 192.168.0.18
   Trying 192.168.0.18...
   Connected to 192.168.0.18.
   Escape character is '^]'.
   
   NuttShell (NSH) NuttX-10.1.0-RC1
   nsh> uname -a
   NuttX  10.1.0-RC1 6f424fc235 Jul 24 2021 18:14:22 xtensa esp32-devkitc
   nsh>
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4219: Add nsh console through telnet over Wi-Fi

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4219:
URL: https://github.com/apache/incubator-nuttx/pull/4219


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org