COVID-19 Contact Tracing apps: India’s Aarogya Setu goes open source, while Sweden and Italy test Google/Apple’s Exposure Notification API - XDA Developers | Canada News Media
Connect with us

Tech

COVID-19 Contact Tracing apps: India’s Aarogya Setu goes open source, while Sweden and Italy test Google/Apple’s Exposure Notification API – XDA Developers

Published

 on


The novel coronavirus, also known as SARS-CoV-2, has wreaked havoc across the world. A few nations have managed to control the spread of the virus, but many others have struggled and are still trying their best to contain it. One of the strategies being tested for its containment is contact tracing, ie. tracing all the people who have recently come into contact with a person who has tested positive for COVID-19 and then undertaking steps to isolate these individuals. Contact tracing is a crucial task to get right as it impacts an individual’s privacy and liberty in the greater interest of public health. The threat to personal privacy was big enough for Google and Apple to come together and collaborate on a contact tracing API and Bluetooth spec, one that is designed to have minimal impact on user privacy and security. While these efforts are commendable and some countries have adopted these, a fair few nations have also undertaken work on their own similar solutions. In this piece, we attempt to list some of these contact tracing solutions, with a focus on those that have their source code open and available to the public for inspection and feedback.

Independent Solutions

Austria — Stopp Corona

The Austrian government adopted the Stopp Corona app developed in conjunction with the Austrian Red Cross. This app does not rely on Google and Apple’s Exposure Notification APIs. There is no location tracking in place, as the app uses Bluetooth. The app monitors the phones that have come near the user. If a user suspects COVID-19 infection or has been positively diagnosed with it, the proximity information is uploaded to what is claimed to be a decentralized database. Alerts are sent out to all users who have had proximity history. Reportedly, there is no personal information collected, and if a user wants to opt-out of tracking, they can simply delete the app and the data. For further peace of mind, the app is open source too.

Stopp Corona Source Code on GitHub

Price:
To be announced

Australia — COVIDSafe

Australia has adopted the COVIDSafe app. This app does not rely on Google and Apple’s Exposure Notification APIs. Upon installation, users need to register their name/pseudonym, age range, postcode, and phone number, all of which are stored encrypted on a government server. The app relies on Bluetooth for proximity tracking, exchanging anonymized IDs that are changed every two hours. These IDs are stored encrypted on phones and deleted after 21 days. When someone tests positive for COVID-19, they receive a unique code from health officials that then uploads the list of anonymized IDs for the past 21 days. The app is open-source too, so transparency is maintained.

COVIDSafe Source Code on GitHub

Price:
To be announced

Czech Republic — eRouska

Czech Republic has adopted the eRouska app. This app does not rely on Google and Apple’s Exposure Notification APIs. Similar to other implementations that are Bluetooth-only, eRouska scans the area for other eRouska app users in proximity and saves encounter data locally on the device. When a user tests positive, the user is contacted by health officials to upload the encounter data consensually. The broadcasted Device ID changes every hour, and scanning can also be manually toggled on and off. Users can opt to remove all of their collected data, including the phone number. The app is open-source, too.

eRouska Source Code on GitHub

Price:
Free

India — Aarogya Setu

The Government of India decided to not adopt Google and Apple’s solution but instead develop its own solution in the form of the Aarogya Setu app. Once a user sets up their account on the application, the app asks for continued Bluetooth access and location data. Users also need to provide information such as name, age, gender, health status, and more, to build up a user profile. A self-assessment test is put forward where the user is asked whether they are showing any of the symptoms of COVID-19 along with other questions. When two smartphones with the Aarogya Setu app come close to each other, the app collects information. If one of the contacts has tested positive, the app will alert the other person and provide instructions to help in self-isolation.

The use of this Aarogya Setu app was first heavily encouraged by the government and then mandated in several instances. However, India does not have the best attitude towards citizen privacy as the country lacks key laws to regulate such use-cases. Since the app collects location data and shares it with the government—an approach that many have deemed excessive and unnecessary—it came under the spotlight for being too intrusive on user privacy and for having no transparency and accountability in the process. What followed was criticism of these approaches.

In some good news on this end, the Aarogya Setu app for Android has been made open source. The source code for the Android app is now available on GitHub. Concerned authorities promise that the source code for the iOS version and the KaiOS version of the app will also be open-sourced “in due time“. The privacy policy of the app was also updated to allow for reverse-engineering the app and reporting bugs to the government. Further, there is also a bug bounty program in place, inviting developers to identify vulnerabilities, bugs, and code improvements.

Aarogya Setu Source Code on GitHub

All of this is definitely good news since the lack of transparency was rather alarming. There are still questions on the opaque back-end infrastructure and server-side code, but reports suggest that this, too, will be open-sourced next week.

Price:
Free

Singapore — TraceTogether based on BlueTrace Protocol

Singapore’s implementation takes the form of TraceTogether, which is also not reliant on Google and Apple’s Exposure Notification APIs but is also Bluetooth-only and not location-based. The app only needs a mobile number to initiate, and no other personal information is collected. The number forms part of the user ID, which is then used to generate temporary IDs. Proximity information on these temporary IDs is stored on a 21-day rolling basis on-device. Data is relayed to a server when a user tests positive. Further, TraceTogether’s functionality is promised to be suspended when the pandemic situation subsides.

While TraceTogether is not open source by itself, a generic codebase has been published in the form of OpenTrace. This generic codebase comprises the reference implementation of an Android app, an iOS app, and a central server built around Google Firebase. Also published is the BlueTrace protocol which forms the basis for both TraceTogether and OpenTrace. The BlueTrace protocol attempts to create interoperability across jurisdictions so that other nations can collaborate on these efforts.

OpenTrace Source Code on GitHub

Price:
Free

UK — NHS COVID-19

The United Kingdom’s implementation takes the form of the NHS COVID-19 app, which is currently in “beta testing” and available to residents within the Isle of Wight (and to be expanded to other regions in the future). The app is not reliant on Google and Apple’s Exposure Notification APIs but also relies on Bluetooth. Upon setup, users are asked to enter the first half of their pin code, which is used to identify if there are hotspots breaking out—further details are not asked unless you report symptoms. Bluetooth proximity data is logged for 28 days through anonymous IDs. The app will also be discontinued once the pandemic situation is over. The source code of the app is already open and available for inspection.

NHS COVID-19 Source Code on GitHub

Price:
Free

Solutions using Google and Apple’s Exposure Notification API

These implementations are built on top of Google and Apple’s Exposure Notification API. Google has also rolled out an update to Google Play Services that includes the new API. A reference design for an Android app implementing the Exposure Notifications API is also available. Apps based on this API are prohibited from collecting device location data. Instead, the API utilizes Bluetooth Low Energy to detect if you have been in the vicinity of others who have tested positive. The API will share how many days have passed since an individual “contact event” alongside an estimate of exposure time. Bluetooth metadata will be AES encrypted.

While in the case of Google, Android users will not need to install an application as the Exposure Notification API is being delivered through updates to Google Play Services. So as long as you have an Android device running Android 6.0 Marshmallow or later, you should have access to the service. Still, Google will prompt users to download a relevant public health app if a positive contact event has been detected.

Italy — Immuni

Italy’s solution comes in the form of the Immuni app, which is expected to see a broader public release in the coming days. It relies on Google and Apple’s exposure notification system, leveraging Bluetooth Low Energy, and no geolocation data is collected whatsoever.

Immuni Source Code on GitHub

Switzerland — SwissCovid DP-3T

Switzerland is working on a solution called Decentralised Privacy-Preserving Proximity Tracing (DP-3T). The app and server are both expected to be open-source. The app is not yet complete and released to the public, but the source code for the app is already live, so it should serve as a foundation.

SwissCovid DP-3T Source Code on GitHub


This is not an exhaustive list but meant to highlight the solutions that are available in the form of open-sourced code for interested developers to inspect and build upon.

Want more posts like this delivered to your inbox? Enter your email to be subscribed to our newsletter.

Let’s block ads! (Why?)



Source link

Continue Reading

Tech

United Airlines will offer free internet on flights using service from Elon Musk’s SpaceX

Published

 on

 

CHICAGO (AP) — United Airlines has struck a deal with Elon Musk’s SpaceX to offer satellite-based Starlink WiFi service on flights within the next several years.

The airline said Friday the service will be free to passengers.

United said it will begin testing the service early next year and begin offering it on some flights by later in 2025.

Financial details of the deal were not disclosed.

The announcement comes as airlines rush to offer more amenities as a way to stand out when passengers pick a carrier for a trip. United’s goal is to make sitting on a plane pretty much like being on the ground when it comes to browsing the internet, streaming entertainment and playing games.

“Everything you can do on the ground, you’ll soon be able to do on board a United plane at 35,000 feet, just about anywhere in the world,” CEO Scott Kirby said in announcing the deal.

The airline says Starlink will allow passengers to get internet access even over oceans and polar regions where traditional cell or Wi-Fi signals may be weak or missing.

The Canadian Press. All rights reserved.

Source link

Continue Reading

Tech

How to Preorder the PlayStation 5 Pro in Canada

Published

 on

Sony has made it easy for Canadian consumers to preorder the PlayStation 5 Pro in Canada directly from PlayStation’s official website. Here’s how:

  • Visit the Official Website: Go to direct.playstation.com and navigate to the PS5 Pro section once preorders go live on September 26, 2024.
  • Create or Log in to Your PlayStation Account: If you don’t have a PlayStation account, you will need to create one. Existing users can simply log in to proceed.
  • Place Your Preorder: Once logged in, follow the instructions to preorder your PS5 Pro. Ensure you have a valid payment method ready and double-check your shipping information for accuracy.

Preorder Through Major Canadian Retailers

While preordering directly from PlayStation is a popular option, you can also secure your PS5 Pro through trusted Canadian retailers. These retailers are expected to offer preorders on or after September 26:

  • Best Buy Canada
  • Walmart Canada
  • EB Games (GameStop)
  • Amazon Canada
  • The Source

Steps to Preorder via Canadian Retailers:

  • Visit Retailer Websites: Search for “PlayStation 5 Pro” on the website of your preferred retailer starting on September 26.
  • Create or Log in to Your Account: If you’re shopping online, having an account with the retailer can speed up the preorder process.
  • Preorder in Store: For those who prefer in-person shopping, check with local stores regarding availability and preorder policies.

3. Sign Up for Notifications

Many retailers and websites offer the option to sign up for notifications when the preorder goes live. If you’re worried about missing out due to high demand, this can be a useful option.

  • Visit Retailer Sites: Look for a “Notify Me” or “Email Alerts” option and enter your email to stay informed.
  • Use PlayStation Alerts: Sign up for notifications directly through Sony to be one of the first to know when preorders are available.

4. Prepare for High Demand

Preordering the PS5 Pro is expected to be competitive, with high demand likely to result in quick sellouts, just as with the initial release of the original PS5. To maximize your chances of securing a preorder:

  • Act Quickly: Be prepared to place your order as soon as preorders open. Timing is key, as stock can run out within minutes.
  • Double-Check Payment Information: Ensure your credit card or payment method is ready to go. Any delays during the checkout process could result in losing your spot.
  • Stay Informed: Monitor PlayStation and retailer websites for updates on restocks or additional preorder windows.

Final Thoughts

The PlayStation 5 Pro is set to take gaming to the next level with its enhanced performance, graphics, and new features. Canadian gamers should be ready to act fast when preorders open on September 26, 2024, to secure their console ahead of the holiday season. Whether you choose to preorder through PlayStation’s official website or your preferred retailer, following the steps outlined above will help ensure a smooth and successful preorder experience.

For more details on the PS5 Pro and to preorder, visit direct.playstation.com or stay tuned to updates from major Canadian retailers.

Continue Reading

Tech

Introducing the PlayStation 5 Pro: The Next Evolution in Gaming

Published

 on

Since the PlayStation 5 (PS5) launched four years ago, PlayStation has continuously evolved to meet the demands of its players. Today, we are excited to announce the next step in this journey: the PlayStation 5 Pro. Designed for the most dedicated players and game creators, the PS5 Pro brings groundbreaking advancements in gaming hardware, raising the bar for what’s possible.

Key Features of the PS5 Pro

The PS5 Pro comes equipped with several key performance enhancements, addressing the requests of gamers for smoother, higher-quality graphics at a consistent 60 frames per second (FPS). The console’s standout features include:

  • Upgraded GPU: The PS5 Pro’s GPU boasts 67% more Compute Units than the current PS5, combined with 28% faster memory. This allows for up to 45% faster rendering speeds, ensuring a smoother gaming experience.
  • Advanced Ray Tracing: Ray tracing capabilities have been significantly enhanced, with reflections and refractions of light being processed at double or triple the speed of the current PS5, creating more dynamic visuals.
  • AI-Driven Upscaling: Introducing PlayStation Spectral Super Resolution, an AI-based upscaling technology that adds extraordinary detail to images, resulting in sharper image clarity.
  • Backward Compatibility & Game Boost: More than 8,500 PS4 games playable on PS5 Pro will benefit from PS5 Pro Game Boost, stabilizing or enhancing performance. PS4 games will also see improved resolution on select titles.
  • VRR & 8K Support: The PS5 Pro supports Variable Refresh Rate (VRR) and 8K gaming for the ultimate visual experience, while also launching with the latest wireless technology, Wi-Fi 7, in supported regions.

Optimized Games & Patches

Game creators have quickly embraced the new technology that comes with the PS5 Pro. Many games will receive free updates to take full advantage of the console’s new features, labeled as PS5 Pro Enhanced. Some of the highly anticipated titles include:

  • Alan Wake 2
  • Assassin’s Creed: Shadows
  • Demon’s Souls
  • Dragon’s Dogma 2
  • Final Fantasy 7 Rebirth
  • Gran Turismo 7
  • Marvel’s Spider-Man 2
  • Ratchet & Clank: Rift Apart
  • Horizon Forbidden West

These updates will allow players to experience their favorite games at a higher fidelity, taking full advantage of the console’s improved graphics and performance.

 

 

Design & Compatibility

Maintaining consistency within the PS5 family, the PS5 Pro retains the same height and width as the original PS5 model. Players will also have the option to add an Ultra HD Blu-ray Disc Drive or swap console covers when available.

Additionally, the PS5 Pro is fully compatible with all existing PS5 accessories, including the PlayStation VR2, DualSense Edge, Pulse Elite, and Access controller. This ensures seamless integration into your current gaming setup.

Pricing & Availability

The PS5 Pro will be available starting November 7, 2024, at a manufacturer’s suggested retail price (MSRP) of:

  • $699.99 USD
  • $949.99 CAD
  • £699.99 GBP
  • €799.99 EUR
  • ¥119,980 JPY

Each PS5 Pro comes with a 2TB SSD, a DualSense wireless controller, and a copy of Astro’s Playroom pre-installed. Pre-orders begin on September 26, 2024, and the console will be available at participating retailers and directly from PlayStation via direct.playstation.com.

The launch of the PS5 Pro marks a new chapter in PlayStation’s commitment to delivering cutting-edge gaming experiences. Whether players choose the standard PS5 or the PS5 Pro, PlayStation aims to provide the best possible gaming experience for everyone.

Preorder your PS5 Pro and step into the next generation of gaming this holiday season.

Continue Reading

Trending

Exit mobile version