From f40391349a9f8291248c6b1ab1aab36de0281d18 Mon Sep 17 00:00:00 2001 From: Andreas Schultz Date: Thu, 12 Feb 2015 16:06:19 +0100 Subject: [PATCH] add README --- AUTHORS | 1 + README | 0 README.md | 12 ++++++++++++ 3 files changed, 13 insertions(+) delete mode 100644 README create mode 100644 README.md diff --git a/AUTHORS b/AUTHORS index 235ed36..cfefa03 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,2 @@ Ruslan Babayev +Andreas Schultz diff --git a/README b/README deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md new file mode 100644 index 0000000..76dcad0 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# dhcp + +This is DHCP Server in Erlang for running on Linux. + +The Linux dependency comes mostly from the use of a special ioctl to inject ARP information into the kernel. The alternative to that would be to use raw packet socket, but those are not supported in Erlang. + +The bind-to-interface socket option is also Linux specific, but the server could work without it. + +## Requirements + +* Linux +* Erlang (>= R17, older probably works as well)