https://github.com/andrescdo/lan-speed
Linux has a very simple way to check ping, and I only use those tools, and the Bash and Python languages, to write this little program allows me to visualize the communication speed between two IP addresses.
https://github.com/andrescdo/lan-speed
aircrack-ng pandas seaborn-plots
Last synced: 8 months ago
JSON representation
Linux has a very simple way to check ping, and I only use those tools, and the Bash and Python languages, to write this little program allows me to visualize the communication speed between two IP addresses.
- Host: GitHub
- URL: https://github.com/andrescdo/lan-speed
- Owner: AndresCdo
- License: mit
- Created: 2021-10-07T04:29:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T14:49:43.000Z (over 1 year ago)
- Last Synced: 2025-01-09T14:41:44.475Z (9 months ago)
- Topics: aircrack-ng, pandas, seaborn-plots
- Language: Shell
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Table of Contents
## About The Project
![]()
The LAN Speed project is a Bash program that allows you to visualize the communication speed between two IP addresses. It utilizes simple Linux tools, as well as the Bash and Python languages.
### Built With
* [Airodump-ng](https://www.aircrack-ng.org/doku.php?id=airodump-ng/)
* [Pandas](https://pandas.pydata.org/)
* [Scipy](https://www.scipy.org/)
* [Seaborn](https://seaborn.pydata.org/)## Getting Started
To get a local copy up and running, follow these simple steps.
### Prerequisites
Before using the software, make sure you have the following dependencies installed:
* pandas
```sh
pip install pandas
```
* scipy
```sh
pip install scipy
```
* matplotlib
```sh
pip install matplotlib
```
* seaborn
```sh
pip install seaborn
```## Usage
To use the package, run it using the Bash command line:
`./lan-speed
`## Contributing
Contributions are welcome and greatly appreciated. If you have a suggestion to improve the project, please fork the repository and create a pull request. You can also open an issue with the tag "enhancement". Don't forget to give the project a star! Thank you for your support!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE.md` for more information.
## Contact
Andres Caicedo - [@AndresCdo](https://twitter.com/AndresCdo) - andrezz1997@gmail.com
Project Link: [https://github.com/AndresCdo/lan-speed](https://github.com/AndresCdo/lan-speed/)
## Acknowledgments
Here are some resources that I found helpful and would like to give credit to. I've included a few of my favorites to kick things off!
* [Choose an Open Source License](https://choosealicense.com)
* [Img Shields](https://shields.io)
* [Font Awesome](https://fontawesome.com)[contributors-shield]: https://img.shields.io/github/contributors/AndresCdo/lan-speed.svg?style=for-the-badge
[contributors-url]: https://github.com/AndresCdo/lan-speed/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/AndresCdo/lan-speed.svg?style=for-the-badge
[forks-url]: https://github.com/AndresCdo/lan-speed/network/members
[stars-shield]: https://img.shields.io/github/stars/AndresCdo/lan-speed.svg?style=for-the-badge
[stars-url]: https://github.com/AndresCdo/lan-speed/stargazers
[issues-shield]: https://img.shields.io/github/issues/AndresCdo/lan-speed.svg?style=for-the-badge
[issues-url]: https://github.com/AndresCdo/lan-speed/issues
[license-shield]: https://img.shields.io/github/license/AndresCdo/lan-speed.svg?style=for-the-badge
[license-url]: https://github.com/AndresCdo/lan-speed/blob/master/LICENSE.md
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/i