25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 년 전 | |
---|---|---|
.. | ||
README.md | 9 년 전 | |
matcher.c | 9 년 전 | |
matcher.h | 9 년 전 |
README.md
Character stream pattern matcher
Matcher can be used for detecting a pattern in a stream of characters.
With each incoming character, call matcher_test()
.
It will return true if the character completed a match.
Applications
This buffer was designed for parsing responses to AT commands from ESP8266.
It can be used for any similar purpose.