Anton Moilanen
Anton Moilanen
`make` fails with the following error: ```bash rtl8812AU_8821AU_linux/include/rtw_security.h:236:8: error: redefinition of ‘struct sha256_state’ 236 | struct sha256_state { | ^~~~~~~~~~~~ In file included from ./include/linux/filter.h:23, from ./include/net/sock.h:59, from ./include/net/inet_sock.h:22, from...
Use examples from https://www.useragents.me/ update the list of recognized mobile devices
in addition to browser, os and device also detect the rendering engine, such as WebKit
Consider using Client Hints to improve the accuracy of detection See the following article for details https://developer.mozilla.org/en-US/docs/Web/API/User-Agent_Client_Hints_API
Run sniffr against a large set of user agent strings, detect "unknown" cases, improve matching logic
This might help improve the accuracy of the os, browser and device recognition 1. Get the list of user agents, including also the most recent ones 2. Create an automated...