Romain Vimont

Results 2060 comments of Romain Vimont

> Do I need to open an another issue or can I report it here? You already did: https://github.com/Genymobile/gnirehtet/issues/233

> 2019-11-22 19:58:57.907 WARN TcpConnection: 10.0.0.2:57515 -> 23.10.50.56:443 Unexpected first packet 497131144; acking 2501873935; flags=25 This may or may not be a bug (just packets received from a previous connection)....

> However, when trying to start spacedesk client, it never finds the server running on my Window machine. This is expected, the machines are not on the same LAN (even...

I don't know how spacedesk works to establish the connection. Gnirehtet just allows the Android device to open a connection from the other end of the tunnel (i.e. from the...

Not with gnirehtet. You can do the opposite (access a server running on your computer from your phone, using the address `10.0.2.2`).

See #51 and #102 Close on disconnect is not implemented yet. I have no solution for the PlayStore issue.

> multiple phones connected to same gnirehtet window causes problems in any way It should not. > having gnirehtet windows on multiple pcs (eg home pc and work pc) What...

> maybe you have a chance to look at its code for inspiration :) It looks like a proprietary app, it's not open source (the code is not published).

After a quick look at the API, maybe calling [`ConnectivityManager.bindProcessToNetwork()`](https://developer.android.com/reference/android/net/ConnectivityManager#bindProcessToNetwork(android.net.Network)) here may help: https://github.com/Genymobile/gnirehtet/blob/f5c0710c751f7ca82ce413058abc57d9af7208c3/app/src/main/java/com/genymobile/gnirehtet/GnirehtetService.java#L157