zaneschepke / wgtunnel

An alternative Android client app for WireGuard VPN
https://zaneschepke.com/wgtunnel-docs
MIT License
730 stars 41 forks source link

[FEATURE] - mainline clients tunnel info page #174

Open weedy opened 4 months ago

weedy commented 4 months ago

I saw a commit for adding tunnel information. Is the one line under the tunnel name all we get?

Could I ask for something closer to mainlines full page? I'd like to see traffic stats and the last handshake time more easily.

Maybe long pressing the tunnel while it's active.

Thanks for your app and your time.

zaneschepke commented 4 months ago

Hello! The one line under tunnel is just the tunnel statistics for when the tunnel is active.

To view the tunnel configuration information, long press on the tunnel and click the gear icon. Then, click "Edit tunnel" button in the "general" section. This will take you to the tunnel config screen that has all of the tunnel information.

weedy commented 4 months ago

Yes, but the "drop shadow" stats are tiny.

The full page the mainline client gives me is easier to read. And most importantly tells me more. Beyond bytes, does the backend give you packet number sent?

zaneschepke commented 4 months ago

Yes, but the "drop shadow" stats are tiny.

The full page the mainline client gives me is easier to read. And most importantly tells me more. Beyond bytes, does the backend give you packet number sent?

I can look into making this bigger/easier to read and making the drop shadow larger to accommodate. Unfortunately, everything currently being displayed is all of the tunnel statistics offered by the wireguard library.