airspaces icon indicating copy to clipboard operation
airspaces copied to clipboard

"Feature" request

Open TolleyLikesRice opened this issue 4 years ago • 4 comments

Hi,

I was wondering if it was possible to add an option to hide your IP on the public airspace. Also, keep up the good work, it's a great app!

TolleyLikesRice avatar Dec 20 '19 11:12 TolleyLikesRice

Hi @TolleyCoding , thanks for your feedback.

The thing is, IP set aside, there is nothing that can tell your aircraft apart from the others, so if you want to use the menu to change your plane's icon for instance, you need to see your IP on there. Many people use the same transponder code.

I'm bound to a limitation of X-Plane that cannot send "custom" data to me along with the location data. If it could, I'd just provide a code for people to enter in X-Plane, after they'd created something like an Airspaces account, and I'd be able to display a username instead of the IP.

But I can't, yet :/

foucdeg avatar Dec 24 '19 10:12 foucdeg

Can the IP address in XP11 also be an URL (not near my PC so can't check)? Including URL params? That way you could add something like ?username=user&apiKey=xyz That way you'd know who is trying to connect if every user has an account on your site.

Anyway, I wouldn't show the full IP address no matter what. Just the last few bits should be enough to identify if the app is tracking you.

NoPizzaNoGlory avatar Aug 06 '20 19:08 NoPizzaNoGlory

I could just hash + salt the IPs. Unicity would be kept while protecting all IPs.

foucdeg avatar Aug 06 '20 21:08 foucdeg

and @NoPizzaNoGlory I just checked: unfortunately X-Plane sends data using the UDP protocol, which is not HTTP and doesn't have a notion of URL path (or params).

foucdeg avatar Aug 07 '20 17:08 foucdeg