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

Roadmap Complete - Remove from README #250

Merged
merged 1 commit into from
May 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@ deployments, to ensure security, access control, telemetry data, metrics and mor

It is designed to be used behind game clients as well as in front of dedicated game servers.

## Planned Roadmap

- [x] Client Proxy: Configuration with a connection token
- [x] Server Proxy: Configuration of endpoints with multiple connection token attached, that provide routing
- [x] Basic non-transparent UDP forwarding from Client Proxy to Server Proxy
- [x] Basic non-transparent UDP forwarding from Server Proxy to all Endpoints
- [x] UDP Filtering design and implementation
- [x] Simple UDP routing Filter (Client and Server Proxy implementation)
- [x] gRPC configuration management control plane API
- [x] Metrics tracking and export
- [ ] Documentation
- [x] Examples (standalone, Agones)
- [x] Release process with binaries and images

## Project State

Project is currently in *alpha* status, and is being actively developed. Expect things to break.
Expand Down