Page 1 of 1
Delay reports 02/08/2024 at 17:57 #158010 | |
OJH
8 posts |
I've been getting back into having a look at the interface gateway and wondered about a few things - any insight would be appreciated. Firstly, what causes the server to send a train_delay message. It doesn't seem to be when a particular train's delay changes, or every time it passes a timing point, and doesn't seem to be sent reliably (e.g. if a new train enters, sometimes it sends a delay report with it, sometimes not). Secondly, the wiki page mentions the topic TRAIN_MVT_SUMMARY. This doesn't seem to be used yet so I'm just wondering what the planned use was/is this going to be used in future? These could be a problem with the client I've written of course, but it's just a barebones STOMP test client to print any message that the sim sends so I don't think it's doing anything misleading. Many thanks. Log in to reply |
Delay reports 02/08/2024 at 18:40 #158013 | |
GeoffM
6376 posts |
TRAIN_MVT_SUMMARY is sent in response to a 'ttsummary' request. I think the train delay message is the expected entry delay, not its running delay while in the sim. SimSig Boss Log in to reply The following user said thank you: OJH |