home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / novell / 10759 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.2 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!rrz.uni-koeln.de!not-for-mail
  2. From: ams01@rrz.uni-koeln.de (Katja Schaeffer)
  3. Newsgroups: comp.sys.novell
  4. Subject: Need simple function "BOOL are_you_there( char *etheraddr )"
  5. Date: 22 Dec 1992 20:28:13 +0100
  6. Organization: Regional Computing Center, University of Cologne
  7. Lines: 19
  8. Message-ID: <1h7q8dINNjgj@rs1.rrz.Uni-Koeln.DE>
  9. NNTP-Posting-Host: rs1.rrz.uni-koeln.de
  10.  
  11. Could some nice person out there please supply me with code for one
  12. of the following (either 1 will do):
  13.  
  14. 1) void get_server_ethernet_address( char *addr )
  15. 2) BOOL are_you_there( char *addr )
  16.  
  17. The first one returns a string containing the (hex) ethernet address
  18. of the server.  In the second one, you supply an ethernet address of
  19. a machine, and get back a 1 if it is there somewhere, or 0 if it is not.
  20.  
  21. I realise this is probably pretty easy stuff for a seasoned veteran.
  22. However, I've done absolutely nothing at all with networks, so I haven't
  23. a clue.  The 2nd one sounds like I should just be able to send out
  24. a request package to the address (however that is done), and wait
  25. for a reply from that machine (...ditto...).  
  26.  
  27. Oh, and I don't have the Novelle Developer's Kit, whatever that is.
  28.  
  29. If you can help me with either one, I'd really appreciate it.
  30.