Lorem ipsum dolor sit amet, consectetur adipiscing elit. Test link
Posts

After Ukraine's SOS, Elon Musk Activates Starlink Satellite Broadband

1 min read
The service was activated 10 hours after Ukrainian Minister of Digital Transformation Mykhailo Fedorov urged Elon Musk to provide Starlink services to Ukraine



Elon Musk said Starlink service is now active in Ukraine which has been attacked by Russia. Reuters

Elon Musk said Saturday his company SpaceX's Starlink satellite broadband service had been activated in Ukraine, after a Kyiv official urged the tech titan to provide his embattled country with stations.

"Starlink service is now active in Ukraine," Musk tweeted, adding "more terminals en route."

The tweet came some 10 hours after Ukrainian Minister of Digital Transformation Mykhailo Fedorov urged Musk to provide Starlink services to Ukraine, days after it was invaded by neighboring Russia.xa0

"While you try to colonize Mars -- Russia try to occupy Ukraine! While your rockets successfully land from space -- Russian rockets attack Ukrainian civil people! We ask you to provide Ukraine with Starlink stations," Fedorov tweeted at Musk.xa0

He also called on the billionaire "to address sane Russians to stand" against their government's invasion.

Internet monitor NetBlocks said Ukraine has seen a "series of significant disruptions to internet service" since Thursday, when Russia launched military operations in the country.

Starlink operates a constellation of more than 2,000 satellites that aim to provide internet access across the planet.

The company on Friday launched a further 50 Starlink satellites and many more are slated to be put into Earth's orbit.xa0

(This story has not been edited by NDTV staff and is auto-generated from a syndicated feed.)

You may like these posts

  • C++ allows us to create own own data types. enumerated type is the simplest method for doing so. An enumerated type is a data type where every possible value is defined as a s…
  • On most program environments, the standard output by default is the screen, and the C++ stream object defined to access it is cout. cout is an instance of iostream class …
  • The predefined object cerr is an instance of iostream class. The cerr object is said to be attached to the standard error device, which is also a display screen but the objec…
  • The predefined object clog is an instance of ostream class. The clog object is said to be attached to the standard error device, which is also a display screen but the object…
  • In most program environments, the standard input by default is the keyboard, and the C++ stream object defined to access it is cin. cin is an instance of iostream class For f…
  • References are another variable type of C++ that act as an alias or short name to another variable. A reference variable acts just like the original variable it is referencin…

Post a Comment