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

transport protocol: bulk data -> ostreambuf #1

Open
malachib opened this issue Sep 19, 2023 · 0 comments
Open

transport protocol: bulk data -> ostreambuf #1

malachib opened this issue Sep 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@malachib
Copy link
Contributor

I as a developer would like to provide an "input ostreambuf" to the transport mechanism so that arbitrary data received may effectively be piped into named ostreambuf

NOTES

Use cases might be:

  • ostringstreambuf to build up a version number
  • specialized OTA streambuf capable of directly receiving and responding to incoming OTA data
  • a kind of double-buffer/pipe streambuf whose only job is to mediate between two tasks (i.e. like https://www.freertos.org/xMessageBufferCreate.html )
@malachib malachib added the enhancement New feature or request label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant