Where to find code libraries?
I'm just starting with roku, and I have some questions about how to extend the api offered by the platform with additional libraries.
For example, in my project I would like to be able to take some objects, serialize them in protobuf and send them to an mqtt endpoint.
While technically I may be able to write a protobuf serializer and an mqtt publisher "by hand" I really would prefer to use some already made libraries, like I do in other languages and for other platforms, like python, java and whatnot.
Unfortunately I cannot find any public "repository" of public available roku libraries, like it seems to me there is no equivalent of pypi, maven central, or similar.
Can you point me to a package index or a way to find these dependencies for my project?
May not have what you need but there are resources available here https://github.com/orgs/rokucommunity/repositories
roku package manager
https://github.com/rokucommunity/ropm
if it does not have what you need write one and contribute it to the community.
also join the slack group and ask