Earlier quoted context omitted.
In the article above, in-flight wifi has an API reporting position, altitude, and velocity. That is a feed from avionics, which renders the claim of airgapped systems essentially null.
They could, for the sake of a ridiculous but clear example, have a display hooked up to the avionics and a camera hooked up to a separate computer which reads the values. There are various ways of connecting systems while physically guaranteeing one way data flow—a fiber optic link with the transmitter removed from one end and the receiver removed from the other is basically a less silly “camera pointed at a display”…
WiFi without internet on a Southwest flight
631–640 of 675 posts
Re: WiFi without internet on a Southwest flight
#632I want to see someone build a proxy that uses the free iMessage or WhatsApp allowed connection to send arbitrary data. Like have a WhatsApp relay set up at home that you are sending messages to and from, from the plane. Like at a most basic level, send a message of a URL to your home WhatsApp which loads the web page there, and sends the HTML back as a WhatApp message reply so you can render it etc. Wonder what someo…
I believe this is the approach that Flighty ( https://flightyapp.com/ ) uses to send flight updates while on non-paid Wifi.
Re: WiFi without internet on a Southwest flight
#633Earlier quoted context omitted.
It would theoretically be possible to bounce clients which you know are already authorised on the paid network.
QR code to connect to the _open_ but _hidden_ SSID. Instructs user to join WPA-EAP with supplied credentials once they've paid. Remains available to connect via QR in case customer somehow misplaced creds but avoids auto-reconnect during scan.
Re: WiFi without internet on a Southwest flight
#634Earlier quoted context omitted.
I used to do this on airplanes and in hotels. I had more success in hotels, because there was less chance the other person was using it at the time and less chance of getting kicked off. There was another little hack that I used as a little kid. Remember when airlines would sell or rent special headphones to watch inflight movies? The port was just two holes beside each other and the plug was two tubes. Before a flig…
How long ago was this? 20 years ago, all I saw were dual mono bayonet jacks you'd need an adapter for to plug in normal headphones, but straws would get you nowhere. I was curious so I searched: https://simpleflying.com/inflight-entertainment-headphones-e... - pneumatic headphones from the 1960s were used on Delta as late as 2003, but electronic headsets debuted on 767 in 1982. Apparently the dual mono jacks are to d…
Re: WiFi without internet on a Southwest flight
#635Earlier quoted context omitted.
>> Autopilots are very good and they are servoing to the pressure altitude. It would have been cool to use a phone to record a GPS track with altitude and compare them. Pressure != GPS. Also wonder if there would be distinct jumps in the difference if they reset the pressure based altimeter to a different AWOS. Not sure how it works in big planes, but in little ones you need to set your altimeter based on the local w…
At high altitude you do this stuff "When you set your altimeter to 29.92, you're flying at standard pressure altitude." The idea is all the planes use the same setting so the one at FL35 doesn't hit the one at FL36. But those are not exactly 35000 and 36000 feet above sea level.
Re: WiFi without internet on a Southwest flight
#636Earlier quoted context omitted.
I tried to change the flight level by PATCHing altitude, but it seemed to require authentication. Oh well.
Maybe you can take risks like that, but I certainly can’t. I don’t think anyone with my name or skin color would be given the benefit of the doubt for even a moment.
apologies for joking. it must suck.
Re: WiFi without internet on a Southwest flight
#637Earlier quoted context omitted.
So if two wifi clients have the same MAC and IP, everything works fine for both of them?
"everything works fine" might be overstating a bit, but what happens to packets you weren't expecting when you don't have a connection open for them to go into? They probably get ignored by the network stack. Worst case scenario, the router/service endpoint sees your connection responses and the other party's strange NACK responses, but I honestly don't know enough about how it works to say "everything works fine" I'…
Still boggles my mind that WiFi clients don't establish an encryption key with the AP and encrypted their traffic even without a shared secret. Yes, that means you can't authenticate the AP, but it would still protect against passive snooping.
Re: WiFi without internet on a Southwest flight
#638Earlier quoted context omitted.
It would be nice if you could send a POST request to open the door if you want some fresh air.
Someone will probably figure out how to send a request to disable auto-pilot or turn off the fasten seat belt sign.
Re: WiFi without internet on a Southwest flight
#639Earlier quoted context omitted.
The fact that newer phones (Pixel at least) can use WiFi (client mode) as the WAN/uplink side of its hotspot stack (NAT, AP, etc.) is pretty neat. Not long ago, only the cell modem could serve in that capacity, as far as I'm aware. Frankly I'm surprised a single WLAN radio can pull that off. I pay the $8 on my phone and share it to my laptop and whatever devices my travel companion(s) might have. Most laptops can't d…
Windows has been able to do exactly this since Windows 7! It's called Wireless Hosted Network[0], and if you've ever seen the "Microsoft Virtual WiFi Miniport Adapter" (Windows 7) or "Microsoft Wi-Fi Direct Virtual Adapter" (Windows 10/11) in your list of network adapters (it may be hidden), it's there specifically to enable making a hotspot while being connected to a wireless network. [0] https://learn.microsoft.com…