Objektorientierte Systeme (Sommersemester 2025) - FH Münster
- Dennis Höllmann
- Lars Kemper
- Tom Steinbach
- Floriane Monga
This repository's contents are divided across the following primary sections:
/assets
contains all assets used in the project./lib
contains all libraries used/needed in the project./scripts
contains all scripts used in the project for building and formatting./src
contains all source code files for the project.
bcel
is used for bytecode manipulation.bluecover
is used for Bluetooth communication.charting
is used for charting functionalities.jcommon
is used for command line parsing.pccomm
is used for PC communication.pctools
is used for various PC tools.stax-api
is used for the StAX API.
GUI | MVVM |
---|---|
![]() |
This project uses Gradle for building and uploading the code to the NXT brick.
To build the project, run the following command in the root directory of the project:
./gradlew build