--amend
This commit is contained in:
@@ -2,12 +2,13 @@
|
|||||||
|
|
||||||
A rust crate to interface and manage Wi-Fi networks.
|
A rust crate to interface and manage Wi-Fi networks.
|
||||||
|
|
||||||
## How it works
|
This is a command-line counterpart of managing networks using a GUI client.
|
||||||
|
|
||||||
- The command creates a new connection and then activates it on a device.
|
## Features
|
||||||
- This is a command-line counterpart of clicking an SSID in a GUI client.
|
|
||||||
- The command always creates a new connection and thus it is mainly useful for connecting to new Wi-Fi networks.
|
- Allows connecting to a WiFi (Windows, Linux, MacOS).
|
||||||
- If a connection for the network already exists, it is better to bring up (activate) the existing connection as follows: `WiFi::connection_up("SSID")`.
|
- Allows disconnect from a WiFi network (Windows, Linux, MacOS).
|
||||||
|
- Allows creating hotspot (All except MacOS).
|
||||||
|
|
||||||
## Currently supported network types
|
## Currently supported network types
|
||||||
|
|
||||||
@@ -51,7 +52,7 @@ fn main() -> Result<(), WifiConnectionError> {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Features
|
## Todos
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
@@ -73,8 +74,8 @@ fn main() -> Result<(), WifiConnectionError> {
|
|||||||
### MacOS
|
### MacOS
|
||||||
|
|
||||||
- [x] Add support for MacOS.
|
- [x] Add support for MacOS.
|
||||||
- [ ] Add get network type feature.
|
|
||||||
- [ ] Add hotspot functionality.
|
- [ ] Add hotspot functionality.
|
||||||
|
- [ ] Add get network type feature.
|
||||||
|
|
||||||
### General
|
### General
|
||||||
|
|
||||||
@@ -84,7 +85,7 @@ fn main() -> Result<(), WifiConnectionError> {
|
|||||||
|
|
||||||
## 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 together towards fixing it.
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user