I am interested in this as well. With an C++ implementation, a PHP implementation would become quite easy to make too.
Do you plan, to publish a C++ library? On Oct 21, 5:24 pm, Torben <[email protected]> wrote: > Hi, > > I am working on a C++ wave client (written from scratch, no port of > the java stuff). > I have the GUI and basic OT stuff in place already. > Now I want to connect to FedOne. I got the proto files and created the > C++ code using protoc. > However, Google does not ship a RPC implementation. While I can write > one on my own, > I need to know how the google one is encoded. > > I tried to capture the TCP communication and decode it using protoc, > but this seems not to > work. Can anybody tell me how the RPC message is encoded? It seems to > contain the name > of the RPC being called, but what is the meaning of the other bytes? > > Any hint is appreciated. Reverse engineering binary messages is not > really fun. > > Greetings > Torben --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en -~----------~----~----~----~------~----~------~--~---
