Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for redirecting other serial streams #111

Open
nickmertin opened this issue Oct 27, 2019 · 0 comments
Open

Add support for redirecting other serial streams #111

nickmertin opened this issue Oct 27, 2019 · 0 comments
Labels
enhancement This builds on top of an existing feature p: normal Normal priority todo This will be worked on next

Comments

@nickmertin
Copy link

nickmertin commented Oct 27, 2019

Expected Behavior:

User is able to read/write on any stream that can be opened between the brain and computer.

Actual Behavior:

User can only read on /ser/sout and /ser/serr, and can only write on /ser/sinp.

Additional Information

Suggestions:

  • flags --istream <stream> and --ostream <stream1>[,<stream2>[,...]] to override the default of sinp and sout,serr
  • flags such as --istream-bind <stream> <file>, which would act as a pipe from /ser/<stream> on the brain to <file> on the host computer, without overriding the default terminal streams; this could allow the user take advantage of other streams for data without impacting normal use of the terminal
  • flag --stream-port <stream>:<port>, which would expose /ser/<stream> as TCP port <port>, in a similar way to -L in OpenSSH
@HotelCalifornia HotelCalifornia added enhancement This builds on top of an existing feature p: normal Normal priority labels Oct 27, 2019
@ayushuk ayushuk self-assigned this Sep 16, 2022
@ayushuk ayushuk assigned Andrewtho5942 and unassigned ayushuk Oct 18, 2022
@ayushuk ayushuk added the todo This will be worked on next label Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This builds on top of an existing feature p: normal Normal priority todo This will be worked on next
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

4 participants