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?

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

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

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.