Setup

  • Download the Binary file: Works only for Windows
    1. Download the proper binary package.
    2. Unzip the package.
    3. Run the client program:
        One step:
      • Run the program: parkWin.exe
        Two steps:
      • Run the server (optional):parkServer.exe
      • Run the client:parkClient.exe
  • Download the Source Code: works for all platforms
    1. Download and setup the proper prerequist packages.
    2. Download the proper source code package(one package).
    3. Unzip the package: tar -xvzf park.x.x.tar.gz
    4. Install the package: cd park.x.x; make install
    5. Run the client program:
      • Run the server (optional): ./parkServer.py
      • Run the client: ./parkClient.py

    Further instructions on how to use GUI or script client applications, see user manual