dhcp VS coredhcp

Compare dhcp vs coredhcp and see what are their differences.

dhcp

Jagornet DHCP Server - An open source DHCPv4/DHCPv6 Server for Java (by jagornet)

coredhcp

Fast, multithreaded, modular and extensible DHCP server written in Go (by coredhcp)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
dhcp coredhcp
1 2
104 903
1.0% 0.7%
0.0 6.3
12 months ago about 2 months ago
Java Go
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dhcp

Posts with mentions or reviews of dhcp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-07.

coredhcp

Posts with mentions or reviews of coredhcp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-10.
  • ISC DHCP Server has reached EOL
    3 projects | news.ycombinator.com | 10 Oct 2022
    Ok here is my followup. I didn't go into detail about kea hooks [0] because I didn't write any kea hook before, but from what I can tell it should cover all your needs. You have to write c code which I find absurd tbh, but if it has the functionality you are looking for it could be a solution.

    I already posted my dnsmasq "solution" so I will skip this. If you want a code example I could whip you one up.

    Then there is coredhcp [1] and you can write plugins written in go for it.

    From time to time some hobby dhcp server pop up, but most fade away since (I guess) the existing solutions are "good enough". I for instance implement a automatic provisioning and configurating dhcp setup with tftp and pxe boot using dnsmasq. It automatically creates pxe configs based on the mac address and some other stuff (tm). Kea seemed overkill for this usecase and I'm quite happy with what I got.

    Your use case of automatically fixing hostnames through ISC seems a bit overkill to me as well to be frank. My home network has a few VLANs and every device in it is managed manually. It's a one time setup and most automation is unnecessary (and some devices in my network flatout ignore some dhcp options....). Aaaaanyway I still think that most dhcp servers out there support some form of scripting (heck even udhcpcd has a lease notify script that could be hacked to offer some of that functionality even though this gets only executed after the fact so a bit useless [2]).

    > oh wait, I wonder how much ISC was paid … to do exactly this EOL … by these major ISPs?

    I don't know. Nothing?

    > Plausible future: I can envision a special DHCP vendor-specific OPTION to use time-based blockchain hash to further solidify their hold.

    Reading your cynic banter I'm quite happy of not having your DHCP problems. Looking through your github repositories I can find a bunch of configuration files for dhclient, but not much in form of ISC configs (only the nintendo fix you posted in your first post). Would be really interested in your setup.

    [0] https://kea.readthedocs.io/en/latest/arm/hooks.html

    [1] https://github.com/coredhcp/coredhcp

    [2] https://github.com/mirror/busybox/blob/master/examples/udhcp...

  • Can an AC-M run a DHCP server?
    1 project | /r/Ubiquiti | 27 Jul 2021
    If it were me I'd compile a Go DHCP daemon because they're fully static. All you'd theoretically need is the compiled binary and a config file. Copy (scp) those to the AP and run it. No idea if it would really work, but it seems like it could. Something like this: https://github.com/coredhcp/coredhcp - README even provides example compile and run commands and a simple 8 line config file. If you've never setup Go it might take you a bit, but it's gotten a lot easier in recent years.

What are some alternatives?

When comparing dhcp and coredhcp you can also consider the following projects:

nextdhcp - A DHCP server chaining middlewares. Similar to CoreDNS and Caddy

dhcp - DHCPv6 and DHCPv4 packet library, client and server written in Go

dora - A Rust DHCP server

bofied - Modern network boot server.

xDhcpServer - This module contains DSC resources for deployment and configuration of Microsoft DHCP Server.

Thingsboard - Open-source IoT Platform - Device management, data collection, processing and visualization.

go - The Go programming language

Vert.x - Vert.x is a tool-kit for building reactive applications on the JVM

ldhcpd - Light DHCPd -- a DHCP server with a small feature set and a remotely programmable control plane

busybox - BusyBox mirror

dhcproto - A DHCP parser and encoder for DHCPv4/DHCPv6