umer0586 / SensorServer

Android app which let you stream various phone's sensors to websocket clients
GNU General Public License v3.0
278 stars 31 forks source link

Is it possible to use this over wireguard, listen at 0.0.0.0 instead of wifi/localhost #34

Closed EntityinArray closed 9 months ago

EntityinArray commented 1 year ago

Hi, thank you for working on this amazing app!

I have a wireguard network, where my PC is 10.219.135.1 and my smartphone is 10.219.135.2

Your app forces user to have Wi-Fi enabled, but Wi-Fi is absolutely not necessary when using VPN.

I tried checking the Local Host checkbox, but then it only listens to localhost and wg doesn't work either.

Could you add an option to listen on 0.0.0.0, so that users can use VPNs?

umer0586 commented 1 year ago

In the upcoming version, the ability to listen on IP address 0.0.0.0 will be included.

umer0586 commented 9 months ago

Ability to listen on 0.0.0.0 has been added in v5.2.0

EntityinArray commented 9 months ago

Ability to listen on 0.0.0.0 has been added in v5.2.0

When is it dropping in F-Droid?

umer0586 commented 9 months ago

When is it dropping in F-Droid?

The F-Droid build server typically exhibits a build, signing, and publication process that requires 3 to 4 days to complete for new updates.

umer0586 commented 9 months ago

v5.2.0 is now available on F-Droid

7heMech commented 9 months ago

Then this can be closed now.