Skip to content

Commit

Permalink
docs: more about mac address randomization
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Feb 28, 2023
1 parent 823ac4e commit 8799a19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ By default, Meshenger puts the MAC address of the WiFi interface in the QR-code

<img src="mac-randomization-menu.png" height="200">

But, if the MAC address is used that was given by the hardware manufacturer, then Android might not use that in the link local address (fe80::\*), which makes Meshenger not work, since others cannot create this IP address from that MAC address only. On the other hand, it then depends on the router to assign an IP address that is based on the MAC address (EUI-64).

For more information see the Android documentation on [MAC Randomization Behavior](https://source.android.com/docs/core/connect/wifi-mac-randomization-behavior).

## WebRTC
Expand Down

0 comments on commit 8799a19

Please sign in to comment.