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

chore: update roadmap #51

Merged
merged 3 commits into from
Aug 17, 2023
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
36 changes: 24 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,29 @@ Beta features:
- [ ] Use network libraries in the Outline Client
- [ ] Add extensive testing

- Serverless transport libraries
- [ ] Encrypted DNS
- [ ] Packet splitting

- Proxy transport libraries
- [ ] HTTP Connect
- [ ] SOCKS5

- Add Resources
- Transport client strategies
- Proxyless strategies
- [ ] Encrypted DNS
- [ ] Packet splitting
- Proxy-based strategies
- [ ] HTTP Connect
- [ ] SOCKS5

- Integration resources
- For Mobile apps
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really want to distinguish "mobile app" and "go app"? A "mobile" app can include "go" implementations as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They are disjoint. No one writes mobile apps in Go. So we need to explain how to integrate Go into mobile apps.

- [ ] Library to run a local SOCKS5 or HTTP-Connect proxy
- [ ] Documentation on how to integrate the SDK into mobile apps
- [ ] Connectivity Test mobile app using [Capacitor](https://capacitorjs.com/)
- For Go apps
- [ ] Connectivity Test example [Wails](https://wails.io/) graphical app
- [ ] Connectivity Test example command-line app
- [ ] Outline Client example command-line app
- [ ] Page fetch example command-line app
- [ ] Local proxy example command-line app

- Server-side libraries
- [ ] To be defined

- Other Resources
- [ ] Website
- [ ] Bindings
- [ ] Integration documentation
- [ ] Example command-line apps
- [ ] Example graphical apps