From b1437bde86daa8826a8eeb1437cca11dda88283e Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 1 Oct 2010 00:14:05 +0200 Subject: WIP -- example client sending and receiving Access-Request/Accept. --- lib/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/README (limited to 'lib/README') diff --git a/lib/README b/lib/README new file mode 100644 index 0000000..c4d0609 --- /dev/null +++ b/lib/README @@ -0,0 +1,11 @@ +This is a non-working RADIUS library doing UDP, TCP, TLS and DTLS. + +It depends on libradius from FreeRADIUS freeradius-server and +libevent2. + +The parts of it thathas been tested has been so on Linux (Ubuntu +10.04) with libfreeradius2 (2.1.8+dfsg-1ubuntu1) and +libevent-2.0.7-rc-dev. + +The file HACKING contains more detailed info on the state of the +various parts of the library. -- cgit v1.1