tree: 997c9b764cce084ad232b27697d58e3fc972d561
  1. meta/
  2. src/
  3. BUILD.bazel
  4. BUILD.gn
  5. README.md
src/bringup/bin/ptysvc/README.md

The ptysvc provides basic pseudoterminals to its clients. It exposes a fuchsia.hardware.pty.Device service interface that acts very similarly to the UNIX 98 “/dev/ptmx”. Each connection made through this interface will be communicating with a new unique pty server.

The ptysvc implementation uses a single-threaded asynchronous programming model.