| File | Date | Author | Commit | 
|---|---|---|---|
| NetworkViewer | 2013-08-30 |  Dominic Létourneau | [f1a7d8] Moved logging processing. | 
| .gitmodules | 2013-04-12 |  Dominic Létourneau | [ef9028] added qwt submodule | 
| README.md | 2013-03-28 |  Dominic Létourneau | [3ce533] Merge branch 'master' of github.com:openecosys/... | 
NetworkViewer is a cross-platform Qt5 GUI used to interact with distributed nodes on multi-protocol Networks. It can be seen as an information aggregator where variables from multiple network types such as CAN bus or RS-232/422/485 
networks are combined in a single GUI application. The tool is used at the IntRoLab (http://introlab.3it.usherbrooke.ca) mobile robotics lab to monitor, configure and quick prototyping of distributed robot controllers.
git submodule init                
git submodule update
Once done, you can compile NetworkViewer from the NetworkViewer directory. Open the CMakeLists.txt file with QtCreator or run the cmake command from the build directory.
    mkdir build
    cd build
    cmake ../
    make