Giter Club home page Giter Club logo

Comments (17)

insomniacslk avatar insomniacslk commented on June 12, 2024 1

BTW, why not to move client for separate package? I just removed file client.go from repo in order to compile server code.

This is actually something I've considered in the past, splitting client and server from protocol parsing. The library structure wold become a bit more fragmented but I can try and see if it doesn't look too bad.

from dhcp.

insomniacslk avatar insomniacslk commented on June 12, 2024

cc @get9

from dhcp.

get9 avatar get9 commented on June 12, 2024

I'm fine with that; this package should be reserved for dhcp library code. We can have a separate one for sample clients that's a consumer of this code.

Do we have CI set up for mac builds of this library?

from dhcp.

abh avatar abh commented on June 12, 2024

Compiling for FreeBSD I ran into the same thing.

from dhcp.

insomniacslk avatar insomniacslk commented on June 12, 2024

I'm fine with that; this package should be reserved for dhcp library code. We can have a separate one for sample clients that's a consumer of this code.

I think what @begetan meant was to split out client.go and server.go in a separate package, correct me if I'm wrong. As per the sample client, there is a working (yet not full-featured) dhclient implementation in the examples repo, https://github.com/insomniacslk/exdhcp/blob/master/dhclient/main.go

Do we have CI set up for mac builds of this library?

No, the tests are linux-only. We would just need an os section in .travis.yml, like this, https://github.com/insomniacslk/dublin-traceroute/blob/master/.travis.yml#L20. I will add it today,

from dhcp.

insomniacslk avatar insomniacslk commented on June 12, 2024

This is the PR that broke the build, http://github.com/insomniacslk/dhcp/pull/198 (not the commit mentioned above). AF_PACKET was introduced to deal with unconfigured interfaces, which is fundamental for a DHCP client to work, but AF_PACKET is Linux-specific. I'll work on a fix for darwin/freebsd

from dhcp.

insomniacslk avatar insomniacslk commented on June 12, 2024

Quick search: https://stackoverflow.com/questions/17169298/af-packet-on-osx

EDIT: this doesn't help as it basically recommends to go back to L3 sockets and wouldn't work on unconfigured interfaces

from dhcp.

insomniacslk avatar insomniacslk commented on June 12, 2024

If I'm reading it right, dhclient in FreeBSD uses... BPF, https://github.com/freebsd/freebsd/blob/master/sbin/dhclient/bpf.c#L100 . Basically like running tcpdump

from dhcp.

begetan avatar begetan commented on June 12, 2024

I think what @begetan meant was to split out client.go and server.go in a separate package, correct me if I'm wrong.

Exactly! That packages can handle network specific stuff (like this case) so people can manage which component of the library they actually need.

from dhcp.

insomniacslk avatar insomniacslk commented on June 12, 2024

Tracked at #231

from dhcp.

pmazzini avatar pmazzini commented on June 12, 2024

Should we close this one after PR #241? cc @begetan

from dhcp.

insomniacslk avatar insomniacslk commented on June 12, 2024

not really - the build still fails on darwin. Just not a hi-pri at the moment

from dhcp.

begetan avatar begetan commented on June 12, 2024

Should we close this one after PR #241? cc @begetan

@pmazzini
This PR makes library indpendent from client code and usable on Darwin/BSD, but client code not compiled yet. It should be fixed one day.

from dhcp.

hans-d avatar hans-d commented on June 12, 2024

Any update yet on being able to use the client on non-linux (eg darwin) ?

from dhcp.

pmazzini avatar pmazzini commented on June 12, 2024

PRs are welcomed. There is even a patch that needs testing in #378 (comment).

from dhcp.

pmazzini avatar pmazzini commented on June 12, 2024

Related:

The main package should compile now and the nclient code should be usable.

from dhcp.

pmazzini avatar pmazzini commented on June 12, 2024

The client code was moved to a separate package since. I am leaving #318 for OSX related support.

from dhcp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.