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

tpi_rs: add serial handlers #53

Merged
merged 6 commits into from
Oct 4, 2023
Merged

tpi_rs: add serial handlers #53

merged 6 commits into from
Oct 4, 2023

Conversation

ruslashev
Copy link
Contributor

Not entirely satisfied with the architecture (mostly sharing of the Stream part) but it does work in a backwards-compatible manner.

Fixes #22

bmcd/src/into_legacy_response.rs Outdated Show resolved Hide resolved
tpi_rs/src/middleware/serial.rs Outdated Show resolved Hide resolved
tpi_rs/src/middleware/serial.rs Outdated Show resolved Hide resolved
tpi_rs/src/middleware/serial.rs Outdated Show resolved Hide resolved
tpi_rs/src/middleware/serial.rs Outdated Show resolved Hide resolved
tpi_rs/src/app/bmc_application.rs Outdated Show resolved Hide resolved
@svenrademakers svenrademakers force-pushed the master branch 2 times, most recently from 269808a to b5f5579 Compare September 19, 2023 12:26
tpi_rs/src/middleware/serial.rs Outdated Show resolved Hide resolved
tpi_rs/src/middleware/serial.rs Outdated Show resolved Hide resolved
The serial workers synchronize communication by:
* a channel for writes.
* shares the 'RingBuffer' implementation for reads.
@ruslashev ruslashev merged commit 7448a7f into master Oct 4, 2023
3 checks passed
@ruslashev ruslashev deleted the feature/serial branch October 4, 2023 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement serial handlers for new webserver
2 participants