-
-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mme removal #7
Mme removal #7
Conversation
Analysis of Telemetry and Mapbox Mobile Events using Wireshark to test network traffic on MapLibre. Summary: Wireshark analysis shows that this Pull Request removes telemetry and eliminates network traffic back to servers such as Wireshark CLI examples# Wireshark CLI brew install wireshark # Install Wireshark.app with Homebrew Cask: brew install --cask wireshark # print list of interfaces and exit tshark -D # Capturing on 'Ethernet: en0' tshark -i en0 # write packets to a pcapng-format file named "outfile" tshark -i en0 -w outfile.pcapng # Capture for a duration of 3.5 seconds tshark -i en0 -w outfile.pcapng -a duration:3.5 MapLibre for iOSiOS MME After Removing MME on this Pull RequestAfter this iOS specific commit, 38763fe, there is an absence of network traffic for MME. iOS MME Before (using
|
Changes for removing Mapbox Mobile Events and Telemetry