A java client for Advertisements system that uses Pusher for broadcasting.
This client program should run on a screen device.
- Display the provided advertisements as a queue.
- Listen to server events for Adding/Updating/Removing advertisements, and process accordingly.
This client should be configured with the device and server information first to successfully run. If it's not configured it'll show a wizard to enter these configurations on startup.
Go to advertisements.ServerAdapter
and set your PUSHER_APP_KEY
and PUSHER_CLUSTER
.