Skip to content

Netstack section #102

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

Merged
merged 3 commits into from
Apr 6, 2020
Merged

Netstack section #102

merged 3 commits into from
Apr 6, 2020

Conversation

PatrickHoward
Copy link
Contributor

@PatrickHoward PatrickHoward commented Apr 6, 2020

Here's my section on Netstack. Sorry for the delay in both of these, work has got me backed up.

netstack v0.3.0

netstack is a batteries included networking crate for games. Requiring an
exchange of a secret and connection tokens. At the moment, UDP transport,
connection management, packet signaling, and packet acknowledgement are
features already implemented. Examples for getting started are provided
on the crates.io page.

Version 0.3.0 adds basic monitoring functionality along with traits ClientMonitor and
ServerMonitor. A work-in-progress prometheus exporter has also been added in this version.

Issues and contibutions can be made to Netstack's github repository.
Work in progress documentation is available on Netstack's docs.rs.


Part of #89 ("Newsletter 8: Coordination/Tracking")

@ozkriff ozkriff merged commit 9afd615 into rust-gamedev:source Apr 6, 2020
@ozkriff
Copy link
Member

ozkriff commented Apr 6, 2020

Thanks for the PR!

@PatrickHoward PatrickHoward deleted the netstack branch April 6, 2020 14:35
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.

2 participants