Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sigmasd/bandito
Netlimiter like for linux (fresh frontend for eltrafico https://github.com/sigmaSd/Eltrafico)
https://github.com/sigmasd/bandito
netlimiter network traffic-shaping
Last synced: 21 days ago
JSON representation
Netlimiter like for linux (fresh frontend for eltrafico https://github.com/sigmaSd/Eltrafico)
- Host: GitHub
- URL: https://github.com/sigmasd/bandito
- Owner: sigmaSd
- License: mit
- Created: 2022-08-30T19:29:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T10:35:59.000Z (4 months ago)
- Last Synced: 2024-11-24T09:06:30.112Z (3 months ago)
- Topics: netlimiter, network, traffic-shaping
- Language: TypeScript
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Bandito
A frontend for [eltrafico](https://github.com/sigmaSd/Eltrafico)
An AppImage is automatically built with each commit via GitHub CI.
The build script is located at `scripts/appImage.ts`![Bandito Interface](https://user-images.githubusercontent.com/22427111/187526633-de317357-ce9f-4314-b721-27fa62e0e9ce.png)
### Demo
[Watch Demo Video](https://github.com/user-attachments/assets/bc040724-97b7-4372-8a00-702bb86778e6)
### Usage
Basic command structure:
```
MONITOR=${Monitor} TC=${pathToEltraficoTc} deno run -A --unstable main.ts ${NetInterface}
```Example usage:
```
MONITOR=bandwhich TC=/dev/rust/cargo_target_dir/debug/tc deno run -A --unstable main.ts wlan0
```Note: The `MONITOR` variable is optional. Without it, Bandito functions but won't display live process network usage.
## Notes and Runtime Dependencies
Current Testing Environment:
- Tested on Fedora 40Functionality:
- Utilizes 'tc' for network traffic shapingCaution: As with any network-altering software, bugs may occur. In case of issues, a system reboot will reset all values.
**Runtime Dependencies:**
These dependencies should be integrated into the AppImage in future updates. For now, they are required:
- libwebgtkkit-4.0
- (Additional dependencies may be required)