Skip to content

tonyrog/dhcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published