platinumthinker / dhcp

dhcp server (erlang-dhcp-server)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

dhcp server (erlang-dhcp-server)

License:GNU General Public License v2.0


Languages

Language:Erlang 95.4%Language:C 4.0%Language:Makefile 0.5%