krolaw/dhcp4

Does this package support Windows?

zhaomin1993 opened this issue · 1 comments

Does this package support Windows?

The core code contains no platform specific code. So technically it supports no platform at all. There's no reason why it won't run on Windows.

There is however a custom linx conn file for binding single interface. If you needed the same functionality, you'd have to implement the same in windows (or use one of the other techniques). However, if there's only one interface on the device, it's a non-issue.