Skip to content

Commit 9519a13

Browse files
committed
Liberty Bikes Conference Demo Setup Instructions
1 parent 6229965 commit 9519a13

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

conference_instructions.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Running Liberty Bikes at a Conference
2+
3+
The following information can be used to setup the Liberty Bikes game on a standalone laptop and local wifi router for the purposes of demoing it at a conference.
4+
5+
6+
# Hardware needed:
7+
8+
1. Laptop with Liberty Bikes code
9+
2. Ethernet cable
10+
3. Wifi Router (ex, Linksys)
11+
4. Up to 4 mobile devices (one for each player)
12+
13+
14+
# Router setup (linksys)
15+
16+
1. Configure the router to have an IP address of 192.168.1.1
17+
2. Enable DHCP with starting address of 192.168.1.100
18+
3. Ensure the DHCP can issue at least 5 IP addresses for the 4 players (given that you have 4 designated devices vs users walking up an using their devices) and the local laptop. Typically you can just take the default of 50
19+
4. Configure the name of the router to be OpenLibertyBikes
20+
21+
22+
# Laptop setup (Windows 10)
23+
24+
1. Change to use a static IP address on your laptop
25+
Control Panel -> Network and Internet -> Network Sharing Center -> Change adapter settings.
26+
1.Right click adapter and select properties. Select Internet Protocol V4 and click the properties button.
27+
1. Set IP address to 192.168.1.100
28+
1. Set subnet mask to 255.255.255.0
29+
1. Set default gateway to 192.168.1.1 or gateway ip of router
30+
1. Set obtain DNS to automatic
31+
1. Click okay and close the window so that the change takes affect.
32+
1. You can do ipconfig in a DOS cmd.exe window to make sure the ip address is set for the IPv4 adapter.
33+
1. If issues, you can do ipconfig /release to release all IP address followed by ipconfig /renew to renew all the IP connections.
34+
1. Plug one end of Ethernet cable into laptop.
35+
1. Plug other end of Ethernet cable into one of the 4 ports of the router (not the internet port!)
36+
1. Start the game in singleparty mode with: ./gradlew start frontend:open -DsingleParty=true
37+
1. When done, stop the game with ./gradlew stop
38+
39+
40+
# Dedicated Device setup (Android)
41+
42+
1. Connect each of the mobile devices to the to the OpenLibertyBikes router
43+
wifi -> OpenLibertyBikes
44+
2. Enter the link to login and play the game into the browser (we've found that Firefox works for older phones, and Safari works on newer ones) on each of the mobile devices: https://192.168.1.100:12000/login
45+
3. Enter name and select play as a guest
46+

0 commit comments

Comments
 (0)