https://github.com/nsm-barii/netspeed
NetSpeed is one of my first full-scale programs, created within my first month of programming, making it a legacy project. While I've improved my coding skills since then, NetSpeed still effectively tracks network speeds and trends. Check it out!
https://github.com/nsm-barii/netspeed
network speedtest track
Last synced: about 2 months ago
JSON representation
NetSpeed is one of my first full-scale programs, created within my first month of programming, making it a legacy project. While I've improved my coding skills since then, NetSpeed still effectively tracks network speeds and trends. Check it out!
- Host: GitHub
- URL: https://github.com/nsm-barii/netspeed
- Owner: NSM-Barii
- License: mit
- Created: 2025-03-11T20:34:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T20:41:18.000Z (about 1 year ago)
- Last Synced: 2025-03-11T21:32:41.286Z (about 1 year ago)
- Topics: network, speedtest, track
- Language: Python
- Homepage: https://youtu.be/2eHa2hSzy6M
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NetSpeed is a network speed testing and analysis tool that I originally built within my first month of programming. As one of my earliest full-scale projects, this program holds a special place in my journey — making it a legacy project.
Since creating NetSpeed, I've significantly improved my coding skills. For example, I now focus heavily on writing efficient, structured code using classes and better design principles. Because of this, modifying or expanding this version would be less efficient than developing a newer version from scratch.
Key Features
Performs interval-based speed tests
Tracks speed trends over time (daily/weekly insights)
Identifies optimal network usage times
Provides real-time network performance insights
Why NetSpeed is Special
Legacy Project: NetSpeed reflects my growth as a programmer and shows what I was capable of in my early stages.
Functional Foundation: Despite being one of my first major programs, NetSpeed still effectively handles its purpose as a reliable network performance tracker.