-
Notifications
You must be signed in to change notification settings - Fork 8
Add Feature/network monitor windows #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Feature/network monitor windows #8
Conversation
- Updated header files for Linux environment - Adjusted system-specific calls
Linux Build
feat: merge linux_dev into main
Added CI badge, updated system requirements, and included contributors section.
|
Hi @AndersonTsaiTW. Apologize me, actually I have made some minor changes in Regards, |
|
Because this branch is kind of dirty, I built a new one and added the new feature again. |
Pull Request Guidelines
Before Submitting
PR Description Should Include
Add Windows network monitoring: shows bytes sent/received (KB/s) and the related funny moods.
g++ -Iinclude src/main.cpp -o SysMood.exe -liphlpapiand run the .exe. file!! Important: You must compile with
g++ -Iinclude src/main.cpp -o SysMood.exe -liphlpapibecause the network module depends on the iphlpapi library. (CMake already links Iphlpapi automatically on Windows.)Closes #7