Info
Version: | 5.13.1 |
Author(s): | Stefano Balzarotti, Niels Basjes |
Last Update: | Thursday, June 4, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://orbintsoft.net/Yauaa/Index |
NuGet Url: | https://www.nuget.org/packages/OrbintSoft.Yauaa.NetStandard |
Install
Install-Package OrbintSoft.Yauaa.NetStandard
dotnet add package OrbintSoft.Yauaa.NetStandard
paket add OrbintSoft.Yauaa.NetStandard
OrbintSoft.Yauaa.NetStandard Download (Unzip the "nupkg" after downloading)
Dependencies
- Antlr4.Runtime.Standard(>= 4.8.0)
- DomainParser.Library.NetStandard(>= 1.6.0)
- Newtonsoft.Json(>= 12.0.3)
- System.Collections.NonGeneric(>= 4.3.0)
- YamlDotNet(>= 8.1.1)
- log4net(>= 2.0.8)
- rm.Trie(>= 1.0.1)
Tags
The library aims to provides a reliable and extensible user agent parsing, browser and device detection.
This is a semantic analyzer, so it doesn't rely on any database (except for some very little lookup tables), that means it is able to parse and recognize every day new kind of user agents and new patterns without updates.
That makes the library very fast, flexible and easy to mantain, on the contrary the library can't extract info that are not present on user agent string without a proper mapping.
The library doesn't aim to recognize every device in the world (there are several thousands), but it is able to work, analyze and extract all attributes available in the user agent.
For most common devices we provide a lookup table in yaml file to identify device brand/model based on the few info available in the user agent.
The library can be easily extended thanks to yaml files and a simple syntax (we don't rely on regular expression).
Thanks to custom yaml definitions, you can make the library able to identify your company applications/ tools and extract your custom fields.