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/09/25 16:08:59 UTC

[GitHub] [incubator-nuttx] davids5 commented on pull request #1886: Allows network monitoring (apps repo) using polling and allows the board to provide the IP config at runtime.

davids5 commented on pull request #1886:
URL: https://github.com/apache/incubator-nuttx/pull/1886#issuecomment-699016678


   Here are my take aways.
   
   1. The configuration must follow Linux file location and naming of files and variables. 
   
   2. Boardctl API shall not be used.
   
   3. The netinit (net monitor) will read the information from files.
         It will use IOCTL/net helpers to set the values.
   
   4. ifconfig needs to be updated 
   ```
   ```
   
   5. It would be nice to have a writeable proc fs so that echo "192.168.96.1" > /procfs/eth0/ipaddr
   
   
   
   
   
   


----------------------------------------------------------------
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