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

Talking to atDirectory #4

Closed
JeremyTubongbanua opened this issue Jan 16, 2023 · 2 comments · Fixed by #10
Closed

Talking to atDirectory #4

JeremyTubongbanua opened this issue Jan 16, 2023 · 2 comments · Fixed by #10
Assignees
Labels
enhancement New feature or request

Comments

@JeremyTubongbanua
Copy link
Member

JeremyTubongbanua commented Jan 16, 2023

Description

Create a class AtRootConnection that establishes a connection to the root server given an address (such as root.atsign.org:64)

Starting Points

  • Class AtRootConnection
  • Take in constructor root.atsign.org:64
  • .executeCommand(std::string) method (returns std::string which is the response)
  • Consult resources here
@JeremyTubongbanua
Copy link
Member Author

Talking to atDirectory using WiFi.h and WiFiClientSecure.h example: https://gist.github.com/JeremyTubongbanua/603a211cd5b74d99f5759ebd8477ef53

Refactored from: https://github.com/cconstab/at_arduino

@JeremyTubongbanua
Copy link
Member Author

Closed because #10 was merged

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

Successfully merging a pull request may close this issue.

2 participants