Konrad
Konrad

Reputation: 4762

Alternative to 51degrees.mobi?

Since the mobile detection solution for ASP.NET 51degrees.mobi became commercial (the lite version isn't really useful anymore), I'm looking for an alternative solution. Are there any other OpenSource or free projects, that enhance the detection of mobile devices with ASP.NET?

Upvotes: 4

Views: 4919

Answers (5)

Werner Keil
Werner Keil

Reputation: 642

After Apache showed too little interest in Mobile projects (there are only 2 active projects in this category, essentially all dominated by client-side Phonegap) especially on the server side, we put DeviceMap to rest in January 2017.

You can find the only true Open Source alternative in this field, free to use both for non-profit and commercial sites at OpenDDR.

Upvotes: 0

Werner Keil
Werner Keil

Reputation: 642

Check out Apache DeviceMap for .NET: http://devicemap.apache.org

The best (and probably only) Open Source alternative that exists in that area.

Upvotes: 1

Martin Clancy
Martin Clancy

Reputation: 51

There is a free version of DeviceAtlas available for web developers who need an easy and reliable way to distinguish between mobile, tablet, desktop, TV etc. Also identifies OS and browser. It's available to your web application as a web service built on the DeviceAtlas Cloud infrastructure -

Completely free to use and available in Java .NET PHP Python Ruby

https://deviceatlas.com/blog/announcing-deviceatlas-cloud-free-version

Upvotes: 5

Manik Arora
Manik Arora

Reputation: 4792

Developers, hobbyists and micro-companies may find the free WURFL OnSite or Cloud offering sufficient for their needs.

WURFL Cloud: http://scientiamobile.com/wurflCloud/gettingStarted
WURFL OnSite: http://wurfl.sourceforge.net/dotnet_index.php

In free edition they allow any 2 free properties/capabilities which you can select like-

  • ux_full_desktop
  • is_wireless_device
  • is_tablet
  • brand_name
  • model_name
  • device_os
  • device_os_version
  • and many more...

This would help in getting just and much more required requesting device info. Hope this helps somebody in need.

Upvotes: 3

Mike Gwilt
Mike Gwilt

Reputation: 2449

WURFL should handle your needs: http://wurfl.sourceforge.net/

Upvotes: -3

Related Questions