mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-03-22 04:06:18 +00:00
Renamed multicast server to broadcast server
This commit is contained in:
16
lib/broadcast_server.rb
Normal file
16
lib/broadcast_server.rb
Normal file
@@ -0,0 +1,16 @@
|
||||
class W3DHub
|
||||
# Maybe add remote game launch from server list app?
|
||||
# Maybe add intranet package delivery?
|
||||
class BroadcastServer
|
||||
PORT = 7050
|
||||
|
||||
def initialize
|
||||
end
|
||||
|
||||
def listen
|
||||
end
|
||||
|
||||
def stop
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user