-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement websocket interaction between server and client #8
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
|
Signed-off-by: rgallor <[email protected]>
Implement server functionality capable of creating new connections using websocket and execuring shell commands. Partially implement error handling. Signed-off-by: rgallor <[email protected]>
Signed-off-by: rgallor <[email protected]>
Signed-off-by: rgallor <[email protected]>
Signed-off-by: rgallor <[email protected]>
Signed-off-by: rgallor <[email protected]>
Signed-off-by: rgallor <[email protected]>
Signed-off-by: rgallor <[email protected]>
Signed-off-by: rgallor <[email protected]>
Signed-off-by: rgallor <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove all certificates and keys from the repo, if they are useful for the project add a minimal guideline to generate them.
957b2bc
to
c8116f9
Compare
Signed-off-by: rgallor <[email protected]>
Define
shell.rs
to handle the execution of shell commands.Define
device_server.rs
to handle messages from clients.Define
sender_client.rs
to send shell commands to the server and handle responses.Define
io_handler.rs
to handle stdin/stdout operations.Close #3