Hey People, how’s it going?
I absolutely ADORE IPFS. For me, it’s like some interstellar power that has come down to earth to save the internet. (as cringe as that sounds, that is how much I like IPFS)
Also, Networking in C++ is complete HELL, so while I was trying to simplify things by making a library of sorts, I thought to myself, “why doesn’t IPFS have a C++ api?” and I’m still wondering.
There’s a cpp-libp2p implementation out there (C++17) that’s endorsed by Raul et al. Dependencies are managed by Hunter which is a bit cumbersome but overall it has most if not all the features from the libp2p spec (DHT, multiaddress, CID, etc).