You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feat/go rewrite (#26)
* swapped to go to make simpler
* initial work on session
* beacon to session fix
* feat: Implement session command handling and protocol communication
* code refactor
* web server update
* go rewrite
* readme
feat: Add beacon configuration update API and UI (#25)
- Implemented a new POST endpoint for updating beacon configuration (timer and jitter).
- Enhanced the API to handle directory traversal requests with improved error handling.
- Updated the frontend to include a configuration form for modifying beacon settings.
- Rewrote event listeners for clarity and correctness in beaconControl.js.
- Improved UI styles for dark mode and added new styles for the configuration form.
- Refactored existing code to streamline directory traversal handling and improve maintainability.
- Updated tests to reflect changes in module imports and ensure compatibility with new structure.