tetherfi icon indicating copy to clipboard operation
tetherfi copied to clipboard

Future: Specific network traffic feature

Open pyamsoft opened this issue 1 year ago • 0 comments

Continuing #115

Revisiting this to say, one day, far in the future, it may be possible if we talk with Androids connectivity framework and force traffic to proxy over only a given network type

https://developer.android.com/reference/android/net/Network

This link shows you can bind a socket to an arbitrary network type

Wed have to do something like

Grab current network Check if network type is whatever we want Bind the socket we open to the network Then exchange over the socket

pyamsoft avatar Mar 24 '23 23:03 pyamsoft