Donny9 opened a new pull request, #1865: URL: https://github.com/apache/nuttx-apps/pull/1865
## Summary 1. support popen in "r+ w+" mode 2. supports remote execution and interaction ## Impact 1. The standard popen uses the pipeline internally, so the stream returned by it can only support read-only or write-only. Now this PR is expanded through sockpair, which can support both read and write. Therefore, we can use the stream to read and write access this task (posix_spawn). 2. Using the above features, rexec can interact with the remote service on the command line, supporting input and output until the local voluntarily exits or the remote service receives ## Testing daily test rexec + nxplayer -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
