<
From version < 12.1 >
edited by Alexander Schulz-Rosengarten
on 2014/07/14 16:27
To version < 13.1 >
edited by csp
on 2014/07/15 13:01
>
Change comment: tcp protocoll change

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.als
1 +XWiki.csp
Content
... ... @@ -34,9 +34,9 @@
34 34  * **trainCount** - an integer with the number of active trains on the railway
35 35  * **trains** - a JSON Array with the data of all trains, each entry is a JSON Object with these values\\
36 36  ** **trainNum** - the individual controller number of the train
37 -** **waiting** - boolean value, true if the train is waiting in a station, false otherwise 
38 -** **{{status colour="Green" title="NEW"/}}waitTime** - (integer) timestamp, when the train is allowed to depart, should only be interpreted if **waiting** is true 
39 -** **{{status colour="Green" title="NEW"/}}spdSlow** - the integer PWM value of this train while driving slow
37 +** --**waiting** - boolean value, true if the train is waiting in a station, false otherwise --
38 +** **{{status colour="Red" title="Removed"/}}waitTime** - (integer) remaining milliseconds until departure (0 if not waiting) 
39 +** **{{status colour="Yellow" title="changed"/}}spdSlow** - the integer PWM value of this train while driving slow
40 40  ** **spdCaution** - the integer PWM value of this train while driving caution
41 41  ** **spdNormal** - the integer PWM value of this train while driving normally
42 42  ** **currentIndex** -an integer describing the current position in the schedule
... ... @@ -196,7 +196,7 @@
196 196  
197 197  === Valid commands ===
198 198  
199 -* //STATUS// - Poll for the current status, should trigger a status reply message\\
199 +* //STATUS// - Poll for the current status, should trigger a status reply message
200 200  * //SHUTDOWN// - Causing the controller to end the program and close all sockets
201 201  * //LOGOUT// - Closing the connection, leaving the controller running
202 202  * //PAUSE// - suspend or resume the controller, must supply additional payload
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9471544
1 +9471567
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9471544/TCP Communication
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS14Railway/pages/9471567/TCP Communication