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

Filter by protocol #15

Open
fortuna opened this issue Mar 1, 2022 · 2 comments
Open

Filter by protocol #15

fortuna opened this issue Mar 1, 2022 · 2 comments

Comments

@fortuna
Copy link

fortuna commented Mar 1, 2022

As a developer of a tool, it would be nice to see all implementations of a protocol.

For instance, I'd like to see all the implementations of shadowsocks that I could use. Most likely you know the name of the protocol, not the name of the implementation. The implementation name may not include the protocol name

@vivivibo
Copy link
Contributor

vivivibo commented Mar 4, 2022

I'm not sure I understand the meaning of implementation in your context?

Can you please provide an example/mockup?

In case it's useful here is an example package that lists all possible options:
https://github.com/Pluggable-Transports/Pluggable-Transports-software/blob/main/packages/pkg-example.yaml

Here is the main index view:
https://github.com/Pluggable-Transports/Pluggable-Transports-software/blob/main/_layouts/package_index.html

And here the package view:
https://github.com/Pluggable-Transports/Pluggable-Transports-software/blob/main/_layouts/package.html

@fortuna
Copy link
Author

fortuna commented Mar 11, 2022

I'm assuming this is a repository of libraries, as I've been advocating. Perhaps we need a "protocol" field and a way to search libraries by the protocol field.

If I want to use a specific protocol, it would be nice to find all the libraries that implement that protocol. (e.g. shadowsocks-libev, outline-ss-server, go-shadowsocks2, ...)

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

No branches or pull requests

2 participants