Skip to content
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

Feature: Add map view for visualizing connections #33

Open
elesiuta opened this issue Nov 7, 2023 · 0 comments
Open

Feature: Add map view for visualizing connections #33

elesiuta opened this issue Nov 7, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@elesiuta
Copy link
Owner

elesiuta commented Nov 7, 2023

I've seen this requested a couple times in forums, so if someone wants to implement it, it could probably be done with https://plotly.com/python/bubble-maps/ in a new tab with https://dash.plotly.com/dash-core-components/tabs

All the code for the dash is under the function ui_dash and the connection data is queried from the sqlite db. The location is looked up with get_geoip for each IP and not stored in the sqlite db.

To help with debugging, you can test it with DASH_DEBUG=True python3 picosnitch.py start-dash

@elesiuta elesiuta added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant