Distributed Display allows centralized display content management of multiple client nodes.
-
Install Maven.
-
Clone the repository
git clone https://github.com/thinkray/distributed-display.git
-
Build the
coremodule and install it in your local repository.cd core mvn package mvn install -
Build the
serverandclient.cd .. cd server mvn assembly:single cd .. cd client mvn assembly:single
-
The
.jarexecutable is located inserer/targetandclient/target.
This project, including the documentation, is licensed under the MIT license. Copyright (c) 2022

