1
0
Fork 0
mirror of https://github.com/cytech-ing-2023-2026/tp-ihm-oscilloscope.git synced 2026-06-03 15:32:06 +02:00
No description
  • C++ 92.7%
  • CMake 6%
  • QML 1.1%
  • Shell 0.2%
Find a file
2026-04-20 14:38:44 +02:00
.clang-format Initial commit 2026-04-20 11:56:08 +02:00
.gitignore fix: Remove executable from source repository 2026-04-20 12:01:01 +02:00
AppSensor.cpp docs: Add Doxygen comments 2026-04-20 14:38:44 +02:00
AppSensor.hpp docs: Add Doxygen comments 2026-04-20 14:38:44 +02:00
AppSensorList.cpp docs: Add Doxygen comments 2026-04-20 14:38:44 +02:00
AppSensorList.hpp docs: Add Doxygen comments 2026-04-20 14:38:44 +02:00
AppState.cpp docs: Add Doxygen comments 2026-04-20 14:38:44 +02:00
AppState.hpp docs: Add Doxygen comments 2026-04-20 14:38:44 +02:00
apptp2_qmltyperegistrations.cpp docs: Add Doxygen comments 2026-04-20 14:38:44 +02:00
CMakeLists.txt Initial commit 2026-04-20 11:56:08 +02:00
main.cpp docs: Add Doxygen comments 2026-04-20 14:38:44 +02:00
Main.qml feat: Add configurable host/port 2026-04-20 14:23:18 +02:00
OscilloscopeItem.cpp docs: Add Doxygen comments 2026-04-20 14:38:44 +02:00
OscilloscopeItem.hpp docs: Add Doxygen comments 2026-04-20 14:38:44 +02:00
README.md docs: Document flags are optional 2026-04-20 14:32:32 +02:00
run.sh feat: Add configurable host/port 2026-04-20 14:23:18 +02:00

IHM TP 2: Oscilloscope client

This project uses QML therefore CMake is used instead of QMake to build it.

Two optional flags can be passed to launch the executable:

  • --host: the server address
  • --port: the server port