Tauri Plugin Network
A tauri plugin written in Rust and TypeScript to provide network related functionalities to a tauri desktop app.
https://github.com/HuakunShen/tauri-plugin-network
Added to awesome-tauri
Features
- Retrieve network interface information
- TCP host up detection
- Scan local network ips on specified port using HTTP
- With optional response keyword detection
- Batch scanning with multi-threading
- ICMP scan
- Network data transmission monitoring
- Packet sniffing (This is harder on Windows as pnet on Windows requires installation of WinPcap or npcap)
Example
Tech Stack
- Rust
- Tauri
- TypeScript
- Network
- SvelteKit