Matthias

Results 151 comments of Matthias

Any chance this gets merged?

Any considerations to merge this? Would be very useful for my OS X project.

Thanks for the pull request. Not sure why you removed parts of the readme. You changed the module name to `github.com/sitec-systems/can` – but it should actually be `github.com/brutella/can`.

Thanks for the fix for this obvious bug. 🤦🏻‍♂️

Could you please refer to any documentation which states that this behaviour is required? Thanks. (I couldn't find any related documentation after a quick Internet search.)

Please check out the changes I've made in the new branch `refactoring`. Since I don't have any CANopen devices at hand, I'm unable to fully test it – but the...

> I would like to fix the points and add the golangci-lint linter in the `refactoring` branch. Are you fine with that? Yeah, go ahead. 👍

Thanks for your effort. I've made some significant changes to the library in the `refactoring` branch. Your issue might already be fixed in that branch.

I've experienced that unicast responses are never received #15. That's why the library do not use them – see [probe.go](https://github.com/brutella/dnssd/blob/refactoring/probe.go#L133-L135) I was not able to figure out why this happens....

It looks like a dot "." in a host name is not recommended because it is used as a separator. From [RFC1033](https://tools.ietf.org/html/rfc1033) > The domain system allows a label to...