Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WiFiS3 At improvements #349

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

andreagilardoni
Copy link
Contributor

Improving the AT parsing function

@andreagilardoni andreagilardoni changed the title [WIP] At improvements [WIP] WifiS3 At improvements Jul 17, 2024
@andreagilardoni andreagilardoni changed the title [WIP] WifiS3 At improvements [WIP] WiFiS3 At improvements Jul 17, 2024
@andreagilardoni andreagilardoni marked this pull request as ready for review July 22, 2024 10:23
@andreagilardoni andreagilardoni changed the title [WIP] WiFiS3 At improvements WiFiS3 At improvements Jul 22, 2024
This commit aims to change the logic of the parse function from
repeatedly calling a find on the buffer of incoming data to an approach
based on FSM for parsing a stream of chars
@pennam
Copy link
Contributor

pennam commented Aug 9, 2024

Testing core sketches using AT commands:
OTA 👍
StartCounter 👍
Prefs2Struct 👍
SATSECertificate 👎 Timeout error
SATSEPrivateKey 👍
SATSERandomNumber 👍
SATSESerialNumber 👍
SATSESignAndVerify 👎
WiFiWebServer 👍
WiFiWebClientSSL 👍
WiFiWebClientRepeating 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants