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

Feature: Server implementation in Rust #521

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

crapStone
Copy link

@crapStone crapStone commented Oct 25, 2022

This PR adds a server implementation in Rust that tries to follow the original implementation closely, but differs in some ways because of the language restrictions of Rust.

TODOs:

  • header callback
  • create and add Peer to map
  • handle Peer connecting
  • listen for and handle client messages
  • create heartbeat timer

closes #512

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.

Port the Snapdrop server to Rust
1 participant