Deepanshu Sahu
Deepanshu Sahu
Implemented a new websocket endpoint 'location/all/' to handle updates for all locations simultaneously. Fixes #191 ## Checklist - [x] I have read the [OpenWISP Contributing Guidelines](http://openwisp.io/docs/developer/contributing.html). - [x] I have...
Depends on https://github.com/openwisp/openwisp-monitoring/issues/663/ Create a new `/ws/loci/location/all/` which will be a base to add the endpoint in the controller with some changed user permissions.
## Checklist - [x] I have read the [OpenWISP Contributing Guidelines](http://openwisp.io/docs/developer/contributing.html). - [x] I have manually tested the changes proposed in this pull request. - [ ] I have written...
Depends on https://github.com/openwisp/django-loci/issues/191 Update the endpoint `/ws/loci/location/all/` with changed user permissions, just like implemented in `LocationBroadcast` and create a new class `AllLocationBroadcast`
Adds the ability to animate a node's position by listening to the websock endpoint Fixes #664 ## Checklist - [x] I have read the [OpenWISP Contributing Guidelines](http://openwisp.io/docs/developer/contributing.html). - [x] I...
## Feature Description Create a new WebSocket endpoint that streams real-time location updates for devices with mobile coordinates. This will ensure the frontend receives location changes as they happen. ##...
## Feature Description Introduce the ability to overlay an indoor floor plan map over the existing map for devices that have a location type as indoor. Seeing the device floorplan...
This documentation task covers the upcoming features related to enhanced device map page features. Aiming to provide clear usage instructions and technical details for developers and users. ## Features to...
## Feature Description Update the frontend map to reflect real-time device movement by listening to the location WebSocket stream. The device marker should update its position when new data arrives....