{"id":37054198,"url":"https://github.com/udger/udger-dotnet","last_synced_at":"2026-01-14T06:07:05.696Z","repository":{"id":56541190,"uuid":"49193554","full_name":"udger/udger-dotnet","owner":"udger","description":".NET agent string parser based on Udger https://udger.com/products/local_parser","archived":false,"fork":false,"pushed_at":"2020-11-01T20:06:33.000Z","size":828,"stargazers_count":12,"open_issues_count":3,"forks_count":8,"subscribers_count":5,"default_branch":"dev","last_synced_at":"2025-11-27T14:17:04.322Z","etag":null,"topics":["bot-detection","device-detector","mobile-detection","user-agent-parser"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/udger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-07T09:01:42.000Z","updated_at":"2023-11-25T04:28:29.000Z","dependencies_parsed_at":"2022-08-15T20:40:15.576Z","dependency_job_id":null,"html_url":"https://github.com/udger/udger-dotnet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/udger/udger-dotnet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udger%2Fudger-dotnet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udger%2Fudger-dotnet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udger%2Fudger-dotnet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udger%2Fudger-dotnet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udger","download_url":"https://codeload.github.com/udger/udger-dotnet/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udger%2Fudger-dotnet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28412188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot-detection","device-detector","mobile-detection","user-agent-parser"],"created_at":"2026-01-14T06:07:05.145Z","updated_at":"2026-01-14T06:07:05.689Z","avatar_url":"https://github.com/udger.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Udger client for .NET (data ver. 3)\r\nLocal parser is very fast and accurate useragent string detection solution. Enables developers to locally install and integrate a highly-scalable product.\r\nWe provide the detection of the devices (personal computer, tablet, Smart TV, Game console etc.), operating system, client SW type (browser, e-mail client etc.)\r\nand devices market name (example: Sony Xperia Tablet S, Nokia Lumia 820 etc.).\r\nIt also provides information about IP addresses (Public proxies, VPN services, Tor exit nodes, Fake crawlers, Web scrapers, Datacenter name .. etc.)\r\n\r\n### Requirements\r\n- .NET Framework 4 or later.\r\n- ADO.NET Data Provider for SQLite (included)\r\n- datafile v3 (udgerdb_v3.dat) from https://data.udger.com/ \r\n\r\n### Automatic updates download\r\n- for autoupdate data use Udger data updater (https://udger.com/support/documentation/?doc=62)\r\n\r\n###Features\r\n- Fast\r\n- Written in C#\r\n- LRU cache\r\n- Released under the MIT\r\n\r\n\r\n### Usage\r\nYou should review the included example (`ConsoleTest\\Program.cs`)\r\nHere's a quick example:\r\n\r\n```csharp\r\nUdgerParser parser = new UdgerParser();\r\n// Set data dir (in this directory is stored data file: udgerdb_v3.dat)\r\n// Data file can be downloaded manually from https://data.udger.com/, but we recommend use udger-updater (https://udger.com/support/documentation/?doc=62)\r\nparser.SetDataDir(@\"C:\\udger\");\r\n// set user agent and/or IP address\r\nparser.ua = \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";\r\nparser.ip = \"2600:3c01::f03c:91ff:fe70:9208\";\r\n// parse\r\nparser.parse();\r\nUdger.Parser.UserAgent a = parser.userAgent;\r\nUdger.Parser.IPAddress i = parser.ipAddress;\r\n```\r\n\r\n\r\n### Documentation for programmers\r\n- https://udger.com/pub/documentation/parser/NET/html/\r\n\r\n\r\n### Author\r\nThe Udger.com Team (info@udger.com)\r\n\r\n### old v2 format\r\nIf you still use the previous format of the db (v2), please see the branch old_format_v2","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudger%2Fudger-dotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudger%2Fudger-dotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudger%2Fudger-dotnet/lists"}