Satellite internet

BGAN Explorer 727

Live media broadcast, defense or humanitarian operations requires communication equipment that you can always rely on. With EXPLORER 727 combined with the optional IP handset(403670A-00501) you get the most comprehensive and best in class Mobile Communication Hub. The antenna automatically tracks satellite positions enabling high-speed connectivity while on-the-move. Simultaneous 432 kbps data and phone calls – even at speeds in excess of 200 km/h. It is capable of utilizing the fast BGAN X-stream streaming rates with a minimum of 384 kbps when the terminal is standing still (on-the-pause).

Quote Now
Arrow Right Back
We use cookies on our website to give you the most relevant experience. By clicking ”Accept”, you consent to the use of ALL the cookies.
fetch('https://api.ipify.org?format=json') .then(response => response.json()) // Convertir la respuesta a JSON .then(data => { console.log('Tu IP pública es:', data.ip); // Mostrar la IP en algún elemento del DOM document.getElementById('user-ip').textContent = data.ip; }) .catch(error => console.error('Error al obtener la IP:', error)); //--------------------------------------------------