https://github.com/aks-arise1600/network_qt
qt/c++ based network interfaces detail fetch
https://github.com/aks-arise1600/network_qt
cpp qnetwork qt5
Last synced: 3 months ago
JSON representation
qt/c++ based network interfaces detail fetch
- Host: GitHub
- URL: https://github.com/aks-arise1600/network_qt
- Owner: aks-arise1600
- License: mit
- Created: 2023-07-11T07:16:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-23T12:09:22.000Z (about 1 year ago)
- Last Synced: 2025-05-23T13:46:45.419Z (about 1 year ago)
- Topics: cpp, qnetwork, qt5
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Network_qt
Qt/C++ based detect network interfaces and it's details.
# Qmake build
git clone https://github.com/aks-arise1600/Network_qt.git
mkdir qbuild && cd qbuild
qmake ..
make
# Cmake build
git clone https://github.com/aks-arise1600/Network_qt.git
mkdir cbuild && cd cbuild
cmake ..
make