You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. -
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
Resources
The text was updated successfully, but these errors were encountered: