Bandwidth Savvy Apps With New W3C API
Written by Kay Ewbank   
Monday, 03 December 2012

An API that will make it possible to write apps that are clever when it comes to bandwidth has reached the W3C's Working Draft stage.

The Network Information API is being worked on by the Device APIs Working Group of the W3C, and has been published as a Working Draft.

The Network Information API provides an interface that your web applications can use to find out how the device the app is running on is connected. The idea is that you’ll be able to create apps that will recognize if the device is running on bandwidth that is limited or expensive, so you can change the way the apps work to behave differently. The examples quoted by the working group in the working draft are:

  • An image viewer showing very low resolution thumbnails when the user has a low bandwidth or a metered connection.

  • A video game loading low textures when the user has a low bandwidth or a metered connection.

  • An email client downloading only headers or even asking the user to download headers when he/she has a low bandwidth or a metered connection.

  • Any app trying to aggressively cache any downloaded asset when the user has a low bandwidth or a metered connection.

The problem is just how this would actually work.

The user agent has to expose two properties: bandwidth and metered, and the working group doesn’t actually agree how this would work in practice. The group points out that monitoring bandwidth would be tricky to keep up-to-date, and that the actual bandwidth level might be unrelated to the actual connection quality that could be affected by the server. The team is considering using more general values such as very slow, fast, very fast.

It’s equally tricky to find out whether the connection is metered or not, as there’s no standard way for the OS to know if the connection is actually metered. The group points out that Android 4.1 and Windows 8 both do have a way to check if the current connection is metered. Android is using a boolean (isActiveNetworkMetered()) while Windows 8 allows the developer to ask for different information (NetworkCostType, ApproachingDataLimit, OverDataLimit, Roaming), so the idea of the API isn’t completely theoretical.

W3Clogo

 

More Information

The Network Information API (Working Draft)

Related Articles

W3C Publishes Push API Draft Specification

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


Angular and Wiz To Merge
27/03/2024

Two web development frameworks used at Google are merging. One, Angular is open source and widely known, while the other, Wiz, is an internal web framework developed and used by Google for some o [ ... ]



Grafana 11 Improves Metrics
11/04/2024

Grafana Labs, creators of the Grafana open-source metrics analytics and visualization suite, has announced the preview release of Grafana 11 with improvements to make it easier to view metrics, and ch [ ... ]


More News

Last Updated ( Monday, 03 December 2012 )