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 -~----------~----~----~----~------~----~------~--~---
