Skip to content

gopher64/gopher64-netplay-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gopher64-netplay-server

Supported emulators

Container

podman pull quay.io/gopher64/gopher64-netplay-server:latest

Running

./gopher64-netplay-server --name "Server Name"

Running with Podman

cat << EOF > pod.yaml
apiVersion: v1
kind: Pod
metadata:
  name: netplay_pod
  namespace: netplay
spec:
  hostNetwork: true
  containers:
    - name: netplay_container
      image: quay.io/gopher64/gopher64-netplay-server:latest
      args:
        - "--name"
        - "My Server"
        - "--baseport"
        - "45000"
EOF

podman play kube pod.yaml

Playing locally

The server is discoverable on a LAN. When the server is running, clients on the same LAN should find the server automatically.

Port/firewall requirements

The server will be listening on ports 45000-45010 by default, using TCP and UDP. Firewalls will need to be configured to allow connections on these ports.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •