darkdrgn2k
darkdrgn2k
> The tricky parts are that its kinda hard to hook into the cjdns peerlist. Using existing tools ``` while read -r cjdns_peer; do cjdns_addr=$(sudo /opt/cjdns/publictoip6 $cjdns_peer) done /dev/null |...
First things we need to do is see if mDNS even WORKS with IPFS.
Yes i was thinking about that as well. Writing our own UDP6 Unicast advertisement mechanism is trivial even in bash. Server: ``` socat - udp6-listen:1234,reuseaddr,fork | while read LINE do...
> If we have the ipfs daemon running with admin port open ipfs says not to leave the api open to the world. I would agree!
Idea on multi hop advertising #385
By @makeworld-the-better-one > Some ones were missed, you can see them below. Mostly contrib stuff, it should still be changed I think. Also some #!/bin/sh ones, I'm less sure about...
> I would like work on adding this and make a pr for it, although I'd like to hear from @darkdrgn2k first. Sounds like a nice addition if you want...
> create and send fake mDNS packets to CJDNS peers, because cabal peering works fine over LAN using mDNS I would put that on the back burner and worry about...
> We could also replace dht and lan discovery with something completely different that makes more sense for your network layout Not sure how Cabal works but SSB and IPFS...
started working on proof of concept [here](http://github.com/darkdrgn2k/packages/) with automatic build and deploy to releases and a DEB repo Working document on deb repo https://cryptpad.fr/code/#/2/code/view/klu8+dWdreYHvVvvKo-Gd+10Z6Q+wEerdSR9QHIZs7s/