Skip to content

cmusatyalab/gabriel-pingpong

Repository files navigation

Overview Docker Image Status License

A cognitive assistant that recommends a side to hit the ball to during a match of pingpong.

Demo Video

Installation

Client

An Android client is available on Google Play. The source code is available here.

Server

Running the server application using Docker is advised. If you want to install from source, please see Dockerfile for details.

How to Run

Client

From the main activity one can add servers by name and IP/domain. Subtitles for audio feedback can also been toggled. This option is useful for devices that may not have integrated speakers (like ODG R-7). Pressing the 'Play' button next to a server will initiate a connection to the Gabriel server at that address.

Server

Container

docker run --rm -it -p 9099:9099 cmusatyalab/gabriel-pingpong:latest

Note that the server maintins the state of the application. Therefore, one server cannot support multiple clients and the server must be restarted in between uses. In the future, it would be good to move application state to the the protobuf messages that get passed between the client and server.