[comp.unix.programmer] source for rwho daemon

zahra@wolfen.cc.uow.oz (Andrew Zahra Telecom) (01/22/91)

	does anyone know where I might be able to get the source for the rwho
daemon or any other program which uses broadcast sockets? I am trying to use
them quite unsuccessfully at this stage. I seem to be producing packets on the
network but they are not being received.

	Andrew


Andrew Zahra				AARNet zahra@wolfen.cc.uow.edu.au
Telecom Australia			ACSNet zahra@wolfen.cc.uow.oz.au
Customised Software Solutions Centre

quasar@neuromancer.ctt.bellcore.com (Laurence R. Brothers) (01/23/91)

I think rwhod uses directed datagrams sent to specific hosts on a list,
not authentic broadcast sockets. I have gottent clnt_broadcast()
(the rpc call) to work, but I also haven't had success with sending
broadcast datagrams following the examples in the IPC tutorial.

	         Laurence R. Brothers (quasar@bellcore.com)
      Bellcore -- Computer Technology Transfer -- Knowledge-Based Systems
       "There is no memory with less satisfaction in it than the memory
            of some temptation we resisted." -- James Branch Cabell

gray@udel.edu (John Gray) (01/23/91)

You can find the sources to rwhod on uunet.uu.net in 
bsd-sources/usr.sbin/rwhod and it is a true boardcast. 
Use anonymous ftp to get the files. 
 
JG 

quasar@neuromancer.ctt.bellcore.com (Laurence R. Brothers) (01/23/91)

In article <42464@nigel.ee.udel.edu>, gray@udel.edu (John Gray) writes:
|> You can find the sources to rwhod on uunet.uu.net in 
|> bsd-sources/usr.sbin/rwhod and it is a true boardcast. 
|> Use anonymous ftp to get the files. 
|>  
|> JG 

Sorry, I stand corrected....

	         Laurence R. Brothers (quasar@bellcore.com)
      Bellcore -- Computer Technology Transfer -- Knowledge-Based Systems
       "There is no memory with less satisfaction in it than the memory
            of some temptation we resisted." -- James Branch Cabell