You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.
I hope you don't mind me opening tickets here. It's mostly for tracking, I'll try to send PRs as soon as I get the time.
Currently GetMACAddress (at least on Windows) picks the MAC address of the first suitable adapter, which in some cases leads to different people having the same MAC address (taken from some virtual or cheap hardware I suppose). I once posted about this on your forum, but cannot find the thread anymore.
Given some people use VPNs, I'm not actually sure how to reliably determine a good address. Last time I suggested opening a socket and getting the adapter used, but I think that would fail for VPNs.
PS:
Thanks for putting the code out here. I think it's not too late to have some fun with it!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey there,
I hope you don't mind me opening tickets here. It's mostly for tracking, I'll try to send PRs as soon as I get the time.
Currently GetMACAddress (at least on Windows) picks the MAC address of the first suitable adapter, which in some cases leads to different people having the same MAC address (taken from some virtual or cheap hardware I suppose). I once posted about this on your forum, but cannot find the thread anymore.
Given some people use VPNs, I'm not actually sure how to reliably determine a good address. Last time I suggested opening a socket and getting the adapter used, but I think that would fail for VPNs.
PS:
Thanks for putting the code out here. I think it's not too late to have some fun with it!
The text was updated successfully, but these errors were encountered: