You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a parser chain, that uses smart matchers to detect platforms/devices/etc.
Base class is AgentOrange::Matcher, and contains all the rules necessary to match. Matchers are stuffed in an ordered array, and detection will process them in order.
Some thought is necessary to this architecture and how it will be implemented.
The text was updated successfully, but these errors were encountered:
Create a parser chain, that uses smart matchers to detect platforms/devices/etc.
Base class is AgentOrange::Matcher, and contains all the rules necessary to match. Matchers are stuffed in an ordered array, and detection will process them in order.
Some thought is necessary to this architecture and how it will be implemented.
The text was updated successfully, but these errors were encountered: