forked from hulop/hulop.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
serverlist.json
83 lines (79 loc) · 1.87 KB
/
serverlist.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"servers":
[
{
"server_id": "cmu-pit-test5",
"available": true,
"name": {
"en": "Pittsburgh International Airport",
"ja": "ピッツバーグ国際空港"
},
"description": {
"en": "",
"ja": ""
},
"hostname": "cmu-pit.mybluemix.net/map",
"config_file_name": "server_config6.json"
}
,
{
"server_id": "cmu-map",
"available": true,
"name": {
"en": "Carnegie Mellon University",
"ja": "カーネギーメロン大学"
},
"description": {
"en": "",
"ja": ""
},
"hostname": "cmu-map.mybluemix.net",
"config_file_name": "server_config_cmu.json"
}
,
{
"server_id": "cmu-demo-hotel-test",
"available": false,
"name": {
"en": "DoubleTree by Hilton",
"ja": "ダブルツリー by ヒルトン"
},
"description": {
"en": "Special for PCB conference 2017",
"ja": "PCB会議2017特別企画"
},
"hostname": "cmu-demo-hotel.mybluemix.net/map",
"config_file_name": "server_config_test.json"
},
{
"server_id": "coredo_muromachi",
"available" : false,
"name":
{
"en": "Nihonbashi Muromachi Area",
"ja": "日本橋室町地区"
},
"description":
{
"en": "Field Experiment was closed. Thank you for your participation.",
"ja": "実証実験は終了しました。ご参加有難うございました。"
},
"hostname": ""
},
{
"server_id": "hulop-map",
"available" : true,
"name":
{
"en": "NavCog Trial",
"ja": "NavCogお試し"
},
"description":
{
"en": "You can try NavCog functions (except indoor location).",
"ja": "NavCogの機能をお試しいただけます(屋内位置を除く)。"
},
"hostname": "hulop-mapservice.au-syd.mybluemix.net"
}
]
}