home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.lbl.gov / 2014.05.ftp.ee.lbl.gov.tar / ftp.ee.lbl.gov / acld-1.11.tar.gz / acld-1.11.tar / acld-1.11 / README < prev    next >
Text File  |  2011-02-24  |  1KB  |  28 lines

  1. @(#) $Id: README 704 2011-02-24 23:06:35Z leres $ (LBL)
  2.  
  3. ACLD
  4. Craig Leres
  5. Lawrence Berkeley National Laboratory
  6. ftp://ee.lbl.gov/acld.tar.gz
  7.  
  8. Exective overview: acld is a persistent daemon that fields
  9. block/unblock requsts via a locally bound tcp socket. Normally,
  10. acld spawns a child that runs an expect script that knows how to
  11. deal with a specific router type. The expect process in turn spawns
  12. a child that talks to the router using something like telnet, ssh
  13. or tip.
  14.  
  15. The script acl.exp is a high level interface to acld. Itself an
  16. expect script, it connects to the acld, makes a request and displays
  17. the results. It's also possible to connect to the daemon directly.
  18. The advantage of doing this is that you don't have to waste time
  19. creating processes; you can just stream requests and collect status
  20. messages.
  21.  
  22. Some notes on the protcols implemented by acld can be found here:
  23.  
  24.     http://www-nrg.ee.lbl.gov/leres/acl2.html
  25.  
  26. See INSTALL for information about how to build, install and configure
  27. acld.
  28.