Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schultz committed Feb 12, 2015
1 parent e1b3203 commit f403913
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Ruslan Babayev <[email protected]>
Andreas Schultz <[email protected]>
Empty file removed README
Empty file.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit f403913

Please sign in to comment.