0.8.12.40:
[sbcl.git] / contrib / sb-bsd-sockets / README
1 o/~  Hey Mr Tambourine Man, play some -*- Text -*- for me   o/~
2
3 A semi-sane sockets interface for SBCL.  Usually also works in CMUCL, 
4 but is rarely actually tested there so may require some massaging.
5
6 It is invoked through the SBCL contrib/ modules system:
7   (require :asdf)
8   (require :sb-bsd-sockets)
9
10 It uses the regression tester from the CMU AI repository, in its
11 incarnation as the SBCL contrib SB-RT. The tests themselves are in
12 tests.lisp, and can be run using the Makefile target intended for the
13 purpose, or by evaluating (sb-rt:do-tests). Note that one of the tests
14 is an HTTP client that connects back to ww.telent.net; if this bothers
15 your expectations of privacy, don't run it.
16
17 There is an automatically generated API reference in
18 api-reference.html which you can regenerate if you can figure out how
19 doc.lisp works.  You might find the examples in tests.lisp useful,
20 too.
21
22 Feedback, patches, development versions
23
24 Instructions on how to access the CVS repository for db-sockets are
25 at http://cvs.telent.net/
26
27 If you find bugs or want to send patches for enhancements, by email to
28 Daniel Barlow <dan@telent.net>, but please check the CVS version first.
29
30 $Id$