Hi Harlan, Sorry, but I don't understand your original question. I don't see how obtaining the client's address is related to three-party handoff. I'm not sure I understand exactly what the issue is here; maybe you could provide more details?
gRPC doesn't have any concept of three-party handoff -- this is a (planned) feature that only makes sense in object-capability protocols like Cap'n Proto. So if your problem is that 3PH is not yet implemented in Cap'n Proto, I don't understand how using gRPC would solve that. -Kenton On Tue, Jul 9, 2019 at 2:59 AM harlan.connor via Cap'n Proto < [email protected]> wrote: > Ah well, I guess I'll have to use gRPC. I much prefer the schema of capnp, > but I would like to get this to work. > > On Monday, 1 July 2019 22:45:56 UTC+1, Harlan Connor wrote: >> >> I've been trying to implement a Kademlia DHT with capnproto, but I cannot >> work out how to get hold of a client's address. >> >> Whilst scrolling through the various discussions, I have seen that the >> three-party capabilities interface is recommended for similar uses. >> However, it appears that the current implementation either does not exist, >> or would route it throught all the nodes, which since this network should >> scale to many nodes, would be impractical. >> >> I have been using the Ez RPC interface, if that makes any difference. >> >> Does anyone have any ideas? >> > -- > You received this message because you are subscribed to the Google Groups > "Cap'n Proto" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at https://groups.google.com/group/capnproto. > To view this discussion on the web visit > https://groups.google.com/d/msgid/capnproto/93ce1980-9f11-4db9-91b2-607d8dc79e71%40googlegroups.com > <https://groups.google.com/d/msgid/capnproto/93ce1980-9f11-4db9-91b2-607d8dc79e71%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/capnproto. To view this discussion on the web visit https://groups.google.com/d/msgid/capnproto/CAJouXQk%2BFiVf%3DcCJqkm458Oy_8Y2tDPnZJMsh1C4a4rCZvBq2A%40mail.gmail.com.
