IPFS Pubsub: Distributed named pubsub channels based in the IPFS Cloud
11–20 of 39 posts
Re: IPFS Pubsub: Distributed named pubsub channels based in the IPFS Cloud
#12Pubsub is probably one of the lesser known features of IPFS right now, given that it's still marked as experimental. We're researching more efficient tree-forming and message routing algorithms, but generally the interface is pretty stable by now. Pubsub is supported in both go-ipfs and js-ipfs. A shining example of pubsub in use is PeerPad, a collaborative text editor exchanging CRDTs over IPFS/Pubsub: https://peerp…
Re: IPFS Pubsub: Distributed named pubsub channels based in the IPFS Cloud
#13IPFS just keeps looking more and more useful. I'm starting to wonder about planning future text-rich applications (forums, news, blog, etc..) with article backups to IPFS and a link on the live site. Would require extra storage and overhead, but the result is maybe even more helpful than a tor site for important content.
Re: IPFS Pubsub: Distributed named pubsub channels based in the IPFS Cloud
#14Article is from seven months ago. I'd be curious to see if there is an update to this.
Re: IPFS Pubsub: Distributed named pubsub channels based in the IPFS Cloud
#15How does spam prevention work?
Re: IPFS Pubsub: Distributed named pubsub channels based in the IPFS Cloud
#16So, botnet C&C with no takedowns and more efficient and lower risk than servers on Tor? Nice.
Re: IPFS Pubsub: Distributed named pubsub channels based in the IPFS Cloud
#17Re: IPFS Pubsub: Distributed named pubsub channels based in the IPFS Cloud
#18IPFS just keeps looking more and more useful. I'm starting to wonder about planning future text-rich applications (forums, news, blog, etc..) with article backups to IPFS and a link on the live site. Would require extra storage and overhead, but the result is maybe even more helpful than a tor site for important content.
The real challenge to this is negotiating pinning without it being exploitable by third parties.
Re: IPFS Pubsub: Distributed named pubsub channels based in the IPFS Cloud
#19Earlier quoted context omitted.
The real challenge to this is negotiating pinning without it being exploitable by third parties.
Is there where a third party node can spoof (or lie about) the content belonging to a pin to clients that ask it?
I'm not sure how peers handle that situation, I'd assume it'd be treated like wire corruption (retry) or give up and try to fetch from a different peer.
Re: IPFS Pubsub: Distributed named pubsub channels based in the IPFS Cloud
#20Earlier quoted context omitted.
make no mistake: ipfs _by_itself_ is no more "anonymous" than torrenting or other types of file sharing ftp/sftp/ssh/http/whatever... because they can always get your ip address. You will need to use some other method if you want anonymity.
Sorry, the reference to Tor is misleading. I was not referring to anonymity but rather access to content from restricted areas like the Middle East or Asia.