Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Rebol and rsh ?

From: brett:codeconscious at: 2-Oct-2003 17:18

> Am I looking at the write tool for the job ?
Probably, though I don't know about the RSH part - others can advise on that. Perhaps you could write a little REBOL server that pools the command requests to it and executes them on the devices via telnet. Using REBOL/View your command interface could be graphical. Your little server might be able to do some automated monitoring (just guessing). Maarten Koopmans on this list has some tools to create such servers pretty easily. There are other examples floating around too. As an example see "Introducing Rugby" here http://www.codeconscious.com/rebol/#LinkstoREBOLprojectsandothersites I guess it depends on just how sophisticated you want to make it, what your environment is like and what your interactions will be. Regards, Brett.