Brief description
- Java / Eclipse project for indoor navigation in a hospital ("Way Finder").
- Purpose: Help visitors and staff locate rooms, floors and routes inside the hospital.
- Developed as a school project together with classmates.
Key features (short)
- Loads room, floor and user data from plain text files (files/.txt, wegfinderApp/bin/.txt).
- Computes and displays routes between locations.
- Eclipse-style Java project with code in
src/com.
Repository layout (important folders)
- wegfinderApp/src/ — Java source code (package
com). - wegfinderApp/bin/ — built classes and sample text resources.
- files/ — example input files (floor.txt, Maparray.txt, room.txt, user.txt).
- wegfinder/.metadata/ — Eclipse workspace metadata (do not commit).