Jaime Idolpx
Jaime Idolpx
TinyXML or maybe RapidXML would do the trick if they will compile for ESP32. https://github.com/leethomason/tinyxml2 http://rapidxml.sourceforge.net/index.htm
I don't think XPath is implemented in those two though. :(
This might do the trick with TinyXML2 though. https://github.com/stanthomas/tinyxml2-ex
This is very good. I've used it but not in ESP-IDF. https://github.com/bblanchon/ArduinoJson
A bit of info to get it to work. https://community.platformio.org/t/arduinojson-with-esp-idf/19027
This also may be an option. https://github.com/nlohmann/json
I like the hash idea too.
I wouldn't say it works well but it does work. I was able to load up some of my old disk images that a friend archived for me and a...
I'd love to see this on windows as well.
I've been working on some modifications to get familiar with the code. I started on this a few months back. https://github.com/idolpx/Jackett/commit/7951f18b6ef8ab7f519ae30ce718cc2e843c4af2 My motivation was to enhance the way it interacts...