Detailed Description
This package provides a framework for comparing vendor solutions.
To add a vendor implement the interfaces in fiftyone.devicedetection.examples.console.comparison.Detection and provide to fiftyone.devicedetection.examples.console.comparison.Comparer to be compared.
Concrete implementation for 51degrees and BrowsCap are provided. Skeleton implementation of Device Atlas and Scientia Mobile are provided - uncomment the code which is sketched there which has not been tested as we do not have access to those vendors libraries.
Only minimal (speed) reporting is provided here. You can add to this to report accuracy and so on. See fiftyone.devicedetection.examples.console.comparison.Reporting
Classes
class | Comparer |
class | ComparerTest |
Abstraction containing interfaces nad classes that allow comparison between different device detection vendors. More...