-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
37 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,32 @@ | ||
https://www.electron.build/icons | ||
https://github.com/electron-react-boilerplate/electron-react-boilerplate/blob/main/package.json | ||
# Speedy | ||
|
||
If you are in a place that you have multiple internet connections ( WiFi, 3g, 4g, 5g, Lan, etc. ) with poor speed, you can combine them together to get a faster and more reliable connection. | ||
|
||
## Features | ||
|
||
- **Connection Aggregation**: Combine all available connections to maximize your internet speed. | ||
- **Load Balancer**: To manage your cost, You can decide how much of each connection should be used. | ||
|
||
## Screenshot | ||
|
||
![[Speedy Screenshot](https://github.com/RezaRafia/Speedy/assets/28136738/3cee7b58-d6a6-479d-9486-bfbe4dc03e26)](screenshot.png) | ||
|
||
## Installation | ||
|
||
To install Speedy, download the latest release from the [Release](https://github.com/RezaRafia/Speedy/releases) section of this repository. | ||
|
||
## Contributing | ||
|
||
Contributions are welcome! If you have any ideas for improvements or new features, feel free to open an issue or submit a pull request. They are some suggested task in the next section. | ||
|
||
## Todo tasks | ||
|
||
- **Show connection speed**: For each conenction show downloading and uploading speed. | ||
- **UI improvment**: For larger screens, The logging section should fully stretch to the bottom. | ||
- **Real-time Monitoring**: Add real-time monitoring features to track connection speeds and performance. | ||
- **Smart phone version**: Find a solution to export this app to use on Android & IOS. | ||
|
||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters