Skip to content

Conversation

@jyyi1
Copy link
Contributor

@jyyi1 jyyi1 commented Jan 18, 2023

In this PR, I enabled the native library call feature for electron app. I used checkConnectivity to do the experiment this time. So now we don't need to create a new OS process and parse the exit code.

Related PR: Jigsaw-Code/outline-go-tun2socks#103

@jyyi1 jyyi1 force-pushed the junyi/electron-check-conn-using-lib branch from 0284750 to f39bf04 Compare January 19, 2023 20:04


const NATIVE_LIB_PATH_BY_PLATFORM = new Map<string, string[]>([
['linux', ['prebuilds', 'linux-x64', 'libtun2socks.so']],
Copy link
Collaborator

Choose a reason for hiding this comment

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

For the prebuilt binaries, it would be better if we could fetch from the release, otherwise we will get complaints about the binaries in the source code.
Perhaps we can fetch on demand at build time.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point. Also once we publish it to npm it won't cause any problems because it is downloaded to the node_modules folder.

@@ -0,0 +1,96 @@
// Copyright 2023 The Outline Authors
Copy link
Collaborator

Choose a reason for hiding this comment

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

This should either live under src/ or in outline-go-tun2socks.
Code in third_party should be minimal. Putting in outline-go-tun2socks may make sense, since it aligns with what we do on mobile.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, but then we need to publish it to npm first (maybe as a private package), otherwise our client cannot reference this package.

Copy link
Collaborator

Choose a reason for hiding this comment

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

No need to publish. You can npm install from github if you put in outline-go-tun2socks. But src/ works too

@jyyi1
Copy link
Contributor Author

jyyi1 commented Nov 7, 2024

Close in favor of #2263

@jyyi1 jyyi1 closed this Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants