0

I'm logging some data using an ESP32 board, and I need the data logged to be uploaded from the ESP32 to one of my repositories on GitHub.

Are there any C++ libraries for the GitHub API compatible with the Arduino IDE?

2
  • 1
    I don't think that's a good idea. You would need a Git client running on the ESP32 that can do SSH or HTTP(S), on top of being able to authenticate itself as your account. You might be better of hosting your own small server and accepting the HTTPS data there and then syncing it with a git repository. Commented Oct 25 at 18:28
  • I understand what you are saying; however, in my case, this was a requirement, the ability to upload a dataset generated on the smart device to GitHub Commented Nov 13 at 18:56

1 Answer 1

-1

I made a library for the GitHub API compatible with Arduino and ESP32 devices. Here's the link:

https://github.com/aeonSolutions/AeonLabs-GitHub-API-C-library

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.