kouchat
kouchat copied to clipboard
IPv6 support
Hi, does kouchat support iPv6? If not, this might be a nice feature.
There is no multicast IPv6 support at the moment. I agree that it would be a nice feature, so keeping in the backlog.
ok, thanks for the information!
Is multicast necessary for all operations? Or only for discovery? I was looking for serverless chat protocols to use with global ipv6 vpns like cjdns and yggdrasil.
@sdgathman that is my extended goal for https://github.com/meshenger-app/ (but with opt-in advertisments), but so far there is not chat support yet.
@blurpy kouchat works by using IPv4 broadcasts, iirc?
@sdgathman The version of KouChat currently in development uses multicast for discovery and direct tcp connections for all communication after that. The released version uses multicast for most things, but direct udp for private chat and tcp for file transfer.
@mwarning KouChat does not use broadcast, only what's described above.