docker-openwisp icon indicating copy to clipboard operation
docker-openwisp copied to clipboard

[feature] Add firmware upgrader websocket routes #484

Open Adityashandilya555 opened this issue 2 months ago • 0 comments

Adds websocket routes for the OpenWISP firmware upgrader module when USE_OPENWISP_FIRMWARE environment variable is enabled.

This enables real-time upgrade progress tracking for:

  • Individual upgrade operations
  • Batch upgrade operations
  • Device-specific upgrade progress

Checklist

  • [ ] I have read the OpenWISP Contributing Guidelines.
  • [ ] I have manually tested the changes proposed in this pull request.
  • [ ] I have written new test cases for new code and/or updated existing tests for changes to existing code.
  • [ ] I have updated the documentation.

Reference to Existing Issue

Closes #484.

Description of Changes

Modified images/common/openwisp/asgi.py to include firmware upgrader websocket routes Please describe these changes.

Screenshot

Screenshot 2025-10-26 at 12 23 40 PM

Please include any relevant screenshots.

Adityashandilya555 avatar Oct 26 '25 06:10 Adityashandilya555