Re: Wave Data API

2014-01-27 Thread Yuri Z
Hi The Wave In a Box server communicates protobuf messages with the client via websockets, however, there's no real API underneath, The client-server protocol is somewhat coupled to specific implementation of the client/server. There's also a Wave Robot/Data API protocol - which is json over HTTP,

Re: Wave Data API

2014-01-27 Thread Basavaraj
Hi where can i find more details/design/code about interfacing with WAVE using web sockets does wave support node.js based web socket interoperability? ~BAS On Thu, Dec 5, 2013 at 1:47 AM, Felix Wackernagel < felix.wackerna...@gmail.com> wrote: > The wave robot API support no realtime communi

Re: Wave Data API

2013-12-04 Thread Felix Wackernagel
The wave robot API support no realtime communication. It is a request-response mechanismus. For realtime uses wave websockets with special protocol buffer messages in json encoded. Am 04.12.2013 18:32 schrieb "Basavaraj K N [MaGE]" < basavaraj...@manipalglobal.com>: > Hi > > I am trying to do basi

Re: Wave Data API

2013-12-04 Thread Yuri Z
You can take a look at http://www.waveprotocol.org/wave-apis/google-wave-robots-api-overview/http-protocol It's describes the Google Wave Robot API but it is very similar to WIAB. You can also look at the sample Wave Robot app - https://github.com/vega113/TestRobot On Wed, Dec 4, 2013 at 7:31 PM,