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] Allow maps to track mobile co-ordinates #563

Open
pandafy opened this issue Feb 6, 2024 · 0 comments
Open

[feature] Allow maps to track mobile co-ordinates #563

pandafy opened this issue Feb 6, 2024 · 0 comments
Labels
enhancement New feature or request gsoc-idea

Comments

@pandafy
Copy link
Member

pandafy commented Feb 6, 2024

Depends on #561

OpenWISP allows devices to dynamically update their locations. The map should be able to handle such devices with mobile co-ordinates and update their location promptly on the map.

We shall make use of websockets which streams data of updated locations. We can send data from this websocket when post_save signal is received for Location object.

We will probably need to add a new websocket endpoint for this. Let's also use the ReconnectingWebSocket library like in other OpenWISP Modules (notifications and controller).

@pandafy pandafy added the enhancement New feature or request label Feb 6, 2024
@pandafy pandafy changed the title [feature] Make dedicated maps view to track mobile devices [feature] Allow maps to track mobile co-ordinates Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gsoc-idea
Projects
None yet
Development

No branches or pull requests

1 participant