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 2020/02/11 03:40:28 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #249: Simplify sim net

xiaoxiang781216 opened a new pull request #249: Simplify sim net
URL: https://github.com/apache/incubator-nuttx/pull/249
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] patacongo merged pull request #249: Simplify sim net

Posted by GitBox <gi...@apache.org>.
patacongo merged pull request #249: Simplify sim net
URL: https://github.com/apache/incubator-nuttx/pull/249
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #249: Simplify sim net

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on a change in pull request #249: Simplify sim net
URL: https://github.com/apache/incubator-nuttx/pull/249#discussion_r378243489
 
 

 ##########
 File path: boards/sim/sim/sim/README.txt
 ##########
 @@ -199,6 +199,16 @@ REVISIT: This may not long be an issue even with NSH because of the recent
 redesign of how the stdio devices are handled in the simulation (they should
 no longer freeze the simulation).
 
+Update: Please issue these commands to setup the reliable network on Ubuntu:
+
+  sudo apt-get -y install net-tools
+  sudo nuttx/tools/simbridge.sh eth0 on
+
+Here is some tips you may need:
+  1.Must launch the exectuable with the root permission
+  2.Have to use virtual machine if host is in corporation network
 
 Review comment:
   In my case, the coperation network enable some adavanced link layer authentication which NuttX doesn't implement yet and then fail to login the network. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #249: Simplify sim net

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on issue #249: Simplify sim net
URL: https://github.com/apache/incubator-nuttx/pull/249#issuecomment-584966378
 
 
   @papatience the PR is rebased to the mainline now.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] patacongo commented on issue #249: Simplify sim net

Posted by GitBox <gi...@apache.org>.
patacongo commented on issue #249: Simplify sim net
URL: https://github.com/apache/incubator-nuttx/pull/249#issuecomment-584860209
 
 
   I will merge this when the conflicts are resolved.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] yamt commented on a change in pull request #249: Simplify sim net

Posted by GitBox <gi...@apache.org>.
yamt commented on a change in pull request #249: Simplify sim net
URL: https://github.com/apache/incubator-nuttx/pull/249#discussion_r378186607
 
 

 ##########
 File path: boards/sim/sim/sim/README.txt
 ##########
 @@ -199,6 +199,16 @@ REVISIT: This may not long be an issue even with NSH because of the recent
 redesign of how the stdio devices are handled in the simulation (they should
 no longer freeze the simulation).
 
+Update: Please issue these commands to setup the reliable network on Ubuntu:
+
+  sudo apt-get -y install net-tools
+  sudo nuttx/tools/simbridge.sh eth0 on
+
+Here is some tips you may need:
+  1.Must launch the exectuable with the root permission
+  2.Have to use virtual machine if host is in corporation network
 
 Review comment:
   why? just because it's better to isolate dev network?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services