Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 995 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 995 Bytes

Game Radar

Please note that this application is still in development and not all features listed below are currently usable.

Game Radar makes it easy for users to discover game servers on your LAN-Party!

Based on Spring Boot and Angular, this Docker-native application will scan your local network for game servers and present them in a nice web-based frontend.

Features

Features written in italic are not (fully) implemented yet.

  • Manually add game servers by IP adress or hostname
  • Auto-discovery of game servers
  • Plugin-based support of game server protocols for easy extensibility
  • Filter all discovered or manually added servers in the frontend

Installation

To-Do, but something like:

docker compose up -d

or

docker run -d --net=host --name game-radar grimsi/game-radar:latest

System design

System Overview