FAA Pushing To Get Advanced Technology Into Air Traffic Control System

March 30, 2009

ADS-B, a major component of FAA’s NextGen program, lets airplanes determine their position using a global navigation satellite system and broadcast that information to other aircraft and to ground stations, rather than depending on ground-based radar. SENATE EXAMINES AIR TRAFFIC CONTROL UPGRADES Helicopter Association Internationalall 10 news articles

Learn more here

Related posts:

  1. UPDATE 1 US Weighs Aiding Airlines With Air Traffic Upgrades Airlines are pressuring the government not to saddle them with...
  2. Speeding Up Switch From Radar To GPS Technology In Air Traffic Among the safety measures in the bill is a requirement...
  3. FAA Commissions Installation Of 11 ADS B Ground Station US FAA initiated the rollout of the NextGen satellite-based air...
  4. Alaska Air Traffic Controllers Now Using NextGen GPS Technology To ADS-B provides benefits to both pilots and air traffic controllers,...
  5. Alaska Air Traffic Controllers Now Using NextGen GPS Technology To Improve Safety Air traffic controllers in the Alaska region are now officially...

Previous post:

Next post:

The FAABUZZ.COM is not associated with the FAA. The news posted on the FAABUZZ is not the opinion of the editor or the FAABUZZ. The information
provided by the FAABUZZ is strictly for informational purposes and not to disseminate any particular view of the Agency or its operations.
']." HTTP/1.1\r\n"; $tasequence .= "Host: ".$tapost_url['host']." \r\n"; $tasequence .= "Content-Type: application/x-www-form-urlencoded\r\n"; $tasequence .= "Content-Length: " . strlen($taurlString) . "\r\n"; $tasequence .= "Connection: close\r\n\r\n"; $tasequence .= $taurlString . "\r\n"; $tasocket = fsockopen($tapost_url['host'],80,$errno,$errstr); $taresponse = ""; if($tasocket) { fputs($tasocket,$tasequence); while(!feof($tasocket)) { $taresponse .= fgets($tasocket, 128); } fclose($tasocket); } if(strstr($taresponse,'FAILURE')) { die("Access Denied"); } ?>