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

Convert Command Msg Dispatcher from C to Rust #5

Open
1 task
dheadrick1618 opened this issue Jul 18, 2024 · 0 comments
Open
1 task

Convert Command Msg Dispatcher from C to Rust #5

dheadrick1618 opened this issue Jul 18, 2024 · 0 comments
Assignees

Comments

@dheadrick1618
Copy link
Member

dheadrick1618 commented Jul 18, 2024

Description

Convert the current Command Msg Dispatcher from C into Rust. The result should still be a single threaded program that establishes and polls various unix domain sockets using file descriptors, and checks message destination ID values and attempts to forward them to their target destination by writing to the associated socket ( whichever /tmp/ fifo the subsytem handler is related too).

Deliverables

  • Command Message Dispatcher works the same as it did before, but is now written in Rust instead. -

Resources

@tomaszayobahan tomaszayobahan self-assigned this Jul 19, 2024
@tomaszayobahan tomaszayobahan linked a pull request Aug 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants