Chore(Readme): Update Readme.md
This commit is contained in:
@@ -48,42 +48,45 @@ fn main() -> Result<(), WifiConnectionError> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
- [x] Support for Windows.
|
- [x] Support for Windows.
|
||||||
- [x] Bundle windows profile sample as literals.
|
- [x] Bundle windows profile sample as literals.
|
||||||
- [x] Add hotspot functionality.
|
- [x] Add hotspot functionality.
|
||||||
- [x] Use `tempfile` crate on windows to generate windows profile temporary file.
|
- [x] Use `tempfile` crate on windows to generate windows profile temporary file.
|
||||||
|
- [x] Fix the implementation for `is_wifi_enabled` for windows.
|
||||||
|
- [x] Add implementation for WifiInterface trait.
|
||||||
- [ ] Add get network type feature.
|
- [ ] Add get network type feature.
|
||||||
- [ ] Fix the implementation for `check_if_wifi_is_enabled` for windows.
|
|
||||||
- [ ] Add implementation for WifiInterface trait.
|
|
||||||
|
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
- [x] Support for linux.
|
- [x] Support for linux.
|
||||||
- [x] Add disconnect feature.
|
- [x] Add disconnect feature.
|
||||||
- [ ] Add hotspot functionality.
|
- [x] Add hotspot functionality.
|
||||||
- [ ] Add get network type feature.
|
- [ ] Add get network type feature.
|
||||||
|
|
||||||
### OsX
|
### OsX
|
||||||
|
|
||||||
- [x] Add support for OSX.
|
- [x] Add support for OSX.
|
||||||
- [ ] Add get network type feature.
|
- [ ] Add get network type feature.
|
||||||
- [ ] Add hotspot functionality.
|
- [ ] Add hotspot functionality.
|
||||||
|
|
||||||
### General
|
### General
|
||||||
|
|
||||||
- [x] Return detailed error messages.
|
- [x] Return detailed error messages.
|
||||||
- [ ] Write documentation. **(approx. percentage: 20%)**
|
- [ ] Write documentation. **(approx. percentage: 20%)**
|
||||||
- [ ] Update `wifi-CLI` with recent updates.
|
- [ ] Update `wifi-CLI` with recent updates.
|
||||||
- [ ] Write tests.
|
- [ ] Write tests.
|
||||||
- [ ] Add multi-threaded support.
|
|
||||||
|
|
||||||
# Contribution
|
## Contribution
|
||||||
|
|
||||||
Any feature you feel is missing, why not send in a Pull Request, and let's help make this project better. Or are there any bugs, kindly create an issue, so we could work towards fixing it.
|
Any feature you feel is missing, why not send in a Pull Request, and let's help make this project better. Or are there any bugs, kindly create an issue, so we could work towards fixing it.
|
||||||
|
|
||||||
# Support
|
## Support
|
||||||
|
|
||||||
Love this project, and you'll love to buy me a coffee, kindly visit:
|
Love this project, and you'll love to buy me a coffee, kindly visit:
|
||||||
|
|||||||
Reference in New Issue
Block a user