https://github.com/cetic/foren6-gui-qt
https://github.com/cetic/foren6-gui-qt
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cetic/foren6-gui-qt
- Owner: cetic
- Created: 2013-09-11T11:11:23.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T15:34:04.000Z (over 4 years ago)
- Last Synced: 2024-04-13T09:20:24.314Z (about 2 years ago)
- Language: C++
- Size: 1.52 MB
- Stars: 2
- Watchers: 6
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the GUI project of the lowpan diagnosis tool. It use the analyser module to gather informations about WSN through a sniffer (using the capture module)
Use this command to generate Makefiles in the current directory:
qmake-qt4 /home/am/git/lowpan-diagnosis-tool/gui-qt/rpl_diagnosis_tool.pro -r -spec linux-g++ CONFIG+=debug
Then use
make debug
or
make release
to compile the project.
The default target is debug (unless you didn't specified CONFIG+=debug to qmake when generating Makefiles)
The analyzer library (libanalyser.so) must be compiled before this project.