Closed willneedit closed 5 months ago
It works, so far, with some issues.
Using https://github.com/ipfs-shipyard/net-ipfs-http-client took me a long way, but Kubo's PubSub HTTP interface is regarded as not for production use, among others.
I had to ditch the bradcasting scheme for the server description and the server online data, in exchange with using IPNS.
IPNS is a way to provide constant links to changing data, both for flood mitigation and imposter attacks.
Squashed commit incorporated into master.
Works, but some blocking issues. Need to be addressed in other issues.
The embedded Unity IPFS module is horribly outdated and needs extensive maintenance. Now, even the official libp2p bootstrap servers don't talk to us.
In the long run, I have to use a well-maintained IPFS daemon program to work in the background. Prospective ones are...
More choices ref. https://docs.ipfs.tech/concepts/ipfs-implementations/#popular-or-actively-maintained
Subtasks will be: