We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a class AtRootConnection that establishes a connection to the root server given an address (such as root.atsign.org:64)
AtRootConnection
root.atsign.org:64
.executeCommand(std::string)
The text was updated successfully, but these errors were encountered:
Talking to atDirectory using WiFi.h and WiFiClientSecure.h example: https://gist.github.com/JeremyTubongbanua/603a211cd5b74d99f5759ebd8477ef53
WiFi.h
WiFiClientSecure.h
Refactored from: https://github.com/cconstab/at_arduino
Sorry, something went wrong.
at_directory_connection
Closed because #10 was merged
TylerTrott
JeremyTubongbanua
Successfully merging a pull request may close this issue.
Description
Create a class
AtRootConnection
that establishes a connection to the root server given an address (such asroot.atsign.org:64
)Starting Points
AtRootConnection
root.atsign.org:64
.executeCommand(std::string)
method (returns std::string which is the response)The text was updated successfully, but these errors were encountered: