Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

gopher64/gopher64-netplay-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.yamlapiVersion: v1kind: Podmetadata:  name: netplay_pod  namespace: netplayspec:  hostNetwork: true  containers:    - name: netplay_container      image: quay.io/gopher64/gopher64-netplay-server:latest      args:        - "--name"        - "My Server"        - "--baseport"        - "45000"EOFpodman 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

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp