I’ve searched alot but I couldn’t find the proper solution for my problem.
I recently am working on an android vpn application which handles the routing using a local proxy server which hosted on a random port.
Now I want to implement a way to share vpn to other devices and I already made the local proxy server available through the android network adapters. I mean wifi or hotspot and etc, however users found it difficult to configure it on their third party devices since they believe that it takes time to set the proxy manually on third party devices.
I want a way to share the vpn connection through the hotspot or wifi direct without any further configuration on the third party devices.
I know that wifi hotspot has a limited configuration without root and I can’t set the proxy or redirect the data automatically and also wifi direct isn’t made for my purpose.
Is there any advice or solution for me to guide me trying to bring the idea to the real world?
Thanks.