Nice. I already thought about the Seaside interface.
Hi Doru,
On 05 Nov 2012, at 10:31, Tudor Girba <tudor@tudorgirba.com> wrote:
Hi,
I have a running image that I trigger from the command line. What ways are there to make this running image react to some other command�sent from the command line?
Cheers,
DoruThe ideal solution, IMO, would be some local telnet access that gives you a REPL.What I do with server images, is to install a small, protected Seaside application that groups a number of the tools already present in Seaside into a control panel: a browser, an inspector that can also execute code and some status views. This gives you a primitive but effective interface to see what is going on. It works surprisingly well.You can find the code here:BetaNine-Seaside-Pi-SvenVanCaekenberghe.2Here are some screenshots:Sven