Closed rei-vilo closed 8 years ago
According to Library Manager FAQ, all libraries are listed at http://downloads.arduino.cc/libraries/library_index.json maintained by Arduino.
Can I add my own url with my own library list?
At the moment, the IDE handles one URL only, and that's written into the code (dev jargon: it's hardcoded). This is a known limitation. However, if you know your way through the code, you can change that URL with another one.
Two options for Energia
As per Arduino.
This requires central resources to evaluate the libraries, check the parameters and update the library_index.json
file accordingly.
The Additional Boards Manager URLs
list would be used for the boards and the libraries as well.
Unfortunately as per the FAQ quote you mentioned, there is only one library_index.json for now. Supposedly the Arduino team is working on enabling third party URL's just like with the board manager. I will wait for that implementation and pull it into Energia when available.
For now, I will add your libraries to the centralized library_index.json file.
Great!
One test with library management didn't succeed with the
.json
file at https://raw.githubusercontent.com/rei-vilo/ReiVilo_Libraries_Index/master/ReiVilo_Libraries_Index.json