Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt (C++ framework) #19

Open
markg85 opened this issue Nov 19, 2022 · 0 comments
Open

Qt (C++ framework) #19

markg85 opened this issue Nov 19, 2022 · 0 comments

Comments

@markg85
Copy link
Collaborator

markg85 commented Nov 19, 2022

One of the parts of the Qt framework is IO handling.

I'm not entirely sure how IPFS integration in Qt would look like. I "think" there would be something like a "QIPFS" and a "QIPNS" class handing the IPFS/IPNS specifics.

A potential different way would be to integrate IPFS handing in their QFile class. However, as that is very much local-filesystem based i'm assuming that a patch integrating IPFS at that level is a no-go.

How Qt works is that eventually any IO resource is at it's deepest level a QIODevice. Implementing IPFS from that layer onward is probably the right approach.

This could be a pre-requirement for #5 and make implementing that specific issue much easier.

Note Qt is used in a lot of places (desktop, mobile). But perhaps even more interestingly is Qt's usage in the automotive and other forms of embedded systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant