On Tuesday 23 August 2005 12:35, Robin Bowes wrote: > Dattatraya wrote: > > well i am actually interested in coding it in c or c++ myself... can u > > point me to some resources that would help me do that. it may sound as > > if i was re-inventing the wheel but i am trying to learn... > > How about the rsh/ssh source code? > > R. > > > -- > http://robinbowes.com > > If a man speaks in a forest, > and his wife's not there, > is he still wrong? If your remote system use proc pseudo-filesystem then you can simply run server on remote machine, read info from the /proc and send it to the client. use #man proc to learn more.