Skip to content

Conversation

@LimesKey
Copy link
Owner

@LimesKey LimesKey commented Jan 2, 2026

Main Project

  • Separate code to make it into its own standalone binary
  • Add Security Methods to WifiBssid
  • Add Wifi Channel Width
  • Use Clap to allow command arguments
    • Implemented and modified neli-wifi to expose iftype for when I list adapter interfaces
    • Customizable ports and related configuration
  • Better Wi-Fi error handling
  • Implemented the main Tauri app

…canning features

- Added App.svelte as the main component for the application.
- Introduced types for Wi-Fi and Bluetooth entries, as well as log items in types.ts.
- Created utility functions for time formatting and channel frequency calculations in utils.ts.
- Updated layout to disable SSR and added a new page structure in +page.svelte.
- Removed unnecessary greeting functionality and replaced it with the main App component.
- Configured routing to ensure proper SPA behavior with Tauri.
@LimesKey LimesKey changed the title Tauri Implementation Svelte Tauri Implementation Jan 2, 2026
@LimesKey LimesKey added the enhancement New feature or request label Jan 2, 2026
@LimesKey LimesKey self-assigned this Jan 2, 2026
- Added `nl80211.rs` for handling Wi-Fi scanning operations, including triggering scans and dumping results.
- Introduced new types and enums in `types.rs` for managing Wi-Fi-related data structures, including `WifiBssid`, `Security`, `CipherSuite`, and `AkmSuite`.
- Updated `handlers.rs` to utilize the new scanning functionality and fetch Wi-Fi interfaces.
- Modified `backend.rs` to resolve configuration dynamically and initiate Wi-Fi scans.
- Enhanced `NetworkVisualization.svelte` and `App.svelte` to accommodate new data structures and improve network visualization.
- Updated `types.ts` to reflect changes in the `WifiEntry` structure, including channel information and signal strength.
@LimesKey LimesKey merged commit 670e166 into main Jan 3, 2026
1 check failed
@LimesKey LimesKey mentioned this pull request Jan 3, 2026
@LimesKey LimesKey deleted the tauri branch January 3, 2026 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants