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
{{ message }}
This repository was archived by the owner on Jun 11, 2025. It is now read-only.
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.
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.