Stay updated with the latest news and success stories from Globalsat Group. Explore our diverse range of industry insights, innovative solutions, and remarkable achievements as we continue to empower businesses and individuals with reliable, high-performance communication solutions.
Globalsat Group was recently awarded in the Performance category at the Rumo Supplier Awards in Brazil
The accolade, granted by Brazil's largest railway operator, Rumo, acknowledges the significance of Globalsat Group as a strategic partner.
Globalsat Group will provide IoT and broadband connectivity solutions over ARSAT's capacity
ARSAT's Satellite IoT service, delivered through the ARSAT-1, offers services for fixed and mobile applications with coverage throughout the Argentine territory
Oops! Something went wrong while submitting the form.
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));
//--------------------------------------------------