From 09772b403729456f228569debca50d6ca9064aaf Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Sun, 25 Jun 2006 13:02:51 +0000 Subject: [PATCH] Todo file, osx support works --- README | 7 ++++--- TODO | 12 ++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 TODO diff --git a/README b/README index 485086e..077c511 100644 --- a/README +++ b/README @@ -61,9 +61,10 @@ possible to allow maximum throughput. PORTABILITY: -iodine has been tested on Linux (x86 and SPARC64), FreeBSD (x86) and -OpenBSD (x86). It should work on other unix-like systems as well that has -TUN/TAP tunneling support. Let us know if you get it to run on other platforms. +iodine has been tested on Linux (x86 and SPARC64), FreeBSD (x86), OpenBSD (x86) +and MacOS X (10.3, ppc, with http://www-user.rhrk.uni-kl.de/~nissler/tuntap/). +It should work on other unix-like systems as well that has TUN/TAP tunneling +support. Let us know if you get it to run on other platforms. THE NAME: diff --git a/TODO b/TODO new file mode 100644 index 0000000..67efc51 --- /dev/null +++ b/TODO @@ -0,0 +1,12 @@ + +iodine - IP over DNS is now easy + + http://code.kryo.se/iodine + +******************************** + +STUFF TO DO: + +- Handle multiple concurrent users on one server + +- Better encoding (use all five bits in upstream data, a-z0-9)