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

Port VPN client CLI from python to GO #2

Open
4 tasks
zero88 opened this issue Apr 6, 2021 · 1 comment
Open
4 tasks

Port VPN client CLI from python to GO #2

zero88 opened this issue Apr 6, 2021 · 1 comment
Assignees
Labels

Comments

@zero88
Copy link
Collaborator

zero88 commented Apr 6, 2021

Is your feature request related to a problem? Please describe.
Build python to binary always frustrated due to limitation in pyinstaller, build time, multiple arch support and github action workflow setup

Need to support:

Describe the solution you'd like

@zero88 zero88 added C: vpnclient T: Feature Issue Type: Feature labels Apr 6, 2021
@zero88 zero88 self-assigned this Apr 6, 2021
@zero88 zero88 added the P: Low label Apr 15, 2021
@zero88
Copy link
Collaborator Author

zero88 commented Jun 3, 2021

@Snaacker Could you evaluate lib dependencies in golang that compare to python. Current dependencies in python for Client CLI is:

  • click for CLI parser
  • netifaces for query device IP. Actually, it is not mandatory. We can do it in raw python/go
  • requests for download lib in debug/dev mode. It's no need in production, we can detach it in prod build

Then, init a mock project with draft PR, then I can build and test with some linux architecture like mips and arm on my side

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants