File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ event_to_trigger(target_altitude)
38
38
39
39
Run ` glass_server.py ` using Python 3.
40
40
41
- ### ` http://localhost:5000 `
41
+ #### ` http://localhost:5000 `
42
42
Method: GET
43
43
44
44
Variables: None
45
45
46
46
Output: Web interface with moving map and aircraft information
47
47
48
- ### ` http://localhost:5000/dataset/<dataset_name> `
48
+ #### ` http://localhost:5000/dataset/<dataset_name> `
49
49
Method: GET
50
50
51
51
Arguments to pass:
@@ -57,7 +57,7 @@ Arguments to pass:
57
57
Description: Returns set of variables from simulator in JSON format
58
58
59
59
60
- ### ` http://localhost:5000/datapoint/<datapoint_name>/get `
60
+ #### ` http://localhost:5000/datapoint/<datapoint_name>/get `
61
61
Method: GET
62
62
63
63
Arguments to pass:
@@ -69,7 +69,7 @@ Arguments to pass:
69
69
Description: Returns individual variable from simulator in JSON format
70
70
71
71
72
- ### ` http://localhost:5000/datapoint/<datapoint_name>/set `
72
+ #### ` http://localhost:5000/datapoint/<datapoint_name>/set `
73
73
Method: POST
74
74
75
75
Arguments to pass:
@@ -83,7 +83,7 @@ Arguments to pass:
83
83
Description: Sets datapoint in the simulator
84
84
85
85
86
- ### ` http://localhost:5000/event/<event_name>/trigger `
86
+ #### ` http://localhost:5000/event/<event_name>/trigger `
87
87
Method: POST
88
88
89
89
Arguments to pass:
You can’t perform that action at this time.
0 commit comments