Re: [Lightning-dev] Lightning RPC

2022-01-24 Thread William Casarin
On Mon, Jan 24, 2022 at 01:54:49PM +1030, Rusty Russell wrote: Christian Decker writes: William Casarin writes: I think the end goal of an RPC bolt [blip] would be super powerful, so that lnsocket could talk to any lightning node, but that could be further down the line. Choosing the right

Re: [Lightning-dev] Lightning RPC

2022-01-19 Thread Christian Decker
Hi Will, > I noticed you are doing RPC stuff... I'm looking to do RPC over > lightning itself. I started a C library called lnsocket[1], scrounged > from clightning parts, so that I can send messages from iOS to control > my lightning node. Sounds interesting, and similar to commando's goals.

[Lightning-dev] Lightning RPC

2022-01-18 Thread William Casarin
Hey Christian, I noticed you are doing RPC stuff... I'm looking to do RPC over lightning itself. I started a C library called lnsocket[1], scrounged from clightning parts, so that I can send messages from iOS to control my lightning node. I've got to the point with lnsocket where I can send