Re: Announce: glib-jsonrpc

2012-01-04 Thread Dov Grobgeld
Thanks for your comments. Though I am agreeing with most of them, I am unlikely to implement them on my own, as I am mostly interested in remote controlling my own applications in situations where I am in control of both the server and the client. (I have just implemented such control in my image

Re: Announce: glib-jsonrpc

2012-01-04 Thread Christian Hergert
On Wed, 2012-01-04 at 11:40 +0100, Joakim Sindholt wrote: > No flames, just reminding you that there is a specification and we > should adhere to it 100%, or in some cases maybe even be liberal (see > my > json_rpc_bridge_{request,notify}_verbatim, which I put in both for > performance and non-conf

Re: Announce: glib-jsonrpc

2012-01-04 Thread Simon McVittie
On Tue, 03 Jan 2012 at 16:38:35 -0800, Christian Hergert wrote: > And at this point, I expect flames about re-implementing DBUS. However, > I still find it useful in cases where DBUS clients aren't viable (JSON > API server, application controllable by iOS/Android, etc). I think JSON and D-Bus bot

Re: Announce: glib-jsonrpc

2012-01-04 Thread Joakim Sindholt
On Tue, 2012-01-03 at 16:38 -0800, Christian Hergert wrote: > Hi, > > On Tue, 2011-12-27 at 06:52 +0200, Dov Grobgeld wrote: > > I created jsonrpc client/server (http://json-rpc.org/) library through > > glib/gio for remote controlling my application. It is available at: > > > > https://github.co

Re: Announce: glib-jsonrpc

2012-01-03 Thread Christian Hergert
Hi, On Tue, 2011-12-27 at 06:52 +0200, Dov Grobgeld wrote: > I created jsonrpc client/server (http://json-rpc.org/) library through > glib/gio for remote controlling my application. It is available at: > > https://github.com/dov/glib-jsonrpc > > Comments and contributions are welcome. Just got

Re: Announce: glib-jsonrpc

2011-12-28 Thread Enrico Weigelt
* Joakim Sindholt schrieb: > You're absolutely right. There's also a lot of code in there that's > incomplete and/or not connected. I just did a full commit of all the > stuff I had in progress or way toying with before sending it to github. > It's by no means indicative of what I would normally

Re: Announce: glib-jsonrpc

2011-12-28 Thread Joakim Sindholt
On Wed, 2011-12-28 at 10:26 +0100, Enrico Weigelt wrote: > * Joakim Sindholt schrieb: > > Made a github repo. It's very much a WIP and I can't remember offhand > > exactly what's connected and what's not. > > > > https://github.com/zhasha/json-rpc-glib > > # Making all in json-rpc-glib > # make[

Re: Announce: glib-jsonrpc

2011-12-28 Thread Enrico Weigelt
* Joakim Sindholt schrieb: > Made a github repo. It's very much a WIP and I can't remember offhand > exactly what's connected and what's not. > > https://github.com/zhasha/json-rpc-glib # Making all in json-rpc-glib # make[2]: Entering directory `/home/nekrad/foo/json-rpc-glib/json-rpc-glib' # C

Re: Announce: glib-jsonrpc

2011-12-27 Thread Joakim Sindholt
I've been writing a JSON-RPC library but it went on hold due to school. It's not up on a public git repo right now but it's a tad more feature complete than yours. I was working on supporting all encodings when I last left off. On Tue, 2011-12-27 at 06:52 +0200, Dov Grobgeld wrote: > I created jso

Re: Announce: glib-jsonrpc

2011-12-26 Thread Dov Grobgeld
ׂThanks! I'll have a look when I find some free time. Dov On Tue, Dec 27, 2011 at 09:40, Joakim Sindholt wrote: > Made a github repo. It's very much a WIP and I can't remember offhand > exactly what's connected and what's not. > > https://github.com/zhasha/json-rpc-glib > > On Tue, 2011-12-27 at

Re: Announce: glib-jsonrpc

2011-12-26 Thread Joakim Sindholt
Made a github repo. It's very much a WIP and I can't remember offhand exactly what's connected and what's not. https://github.com/zhasha/json-rpc-glib On Tue, 2011-12-27 at 09:30 +0200, Dov Grobgeld wrote: > It would be nice to compare and perhaps merge the two projects. Any > chance of you putti

Re: Announce: glib-jsonrpc

2011-12-26 Thread Dov Grobgeld
It would be nice to compare and perhaps merge the two projects. Any chance of you putting it up on a git repo? Regarding async commands, my glib server does support it through the glib_jsonrcp_register_async_command(). There is an example in test-glib-jsonrcp-server as follows: glib_jsonrpc_

Announce: glib-jsonrpc

2011-12-26 Thread Dov Grobgeld
I created jsonrpc client/server (http://json-rpc.org/) library through glib/gio for remote controlling my application. It is available at: https://github.com/dov/glib-jsonrpc Comments and contributions are welcome. Regards, Dov ___ gtk-devel-list maili