Asbelos

Results 71 comments of Asbelos

On a java withrottle server the server would broadcast these things to all attached clients.. we could not do that with our original wifi implementation so we had to only...

Currently CS only responds to being polled.. if we send the info when it changes then the polling frequency could be  reduced for less overheads. On 22 Nov 2020 21:05,...

If this were built in by a user, then the WiThrottle and commands would continue to operate but the define/delete versions would be denied. Sensors also behave slightly differently as...

If We do implement this... can we avoid the hassle of rewriting the old eeprom code and just leave it as-is?

I tend to agree with your points about JMRI although I am not familiar with the code this would involve.The idea of debugging Tpl on a pc is viable but...

I suggest taking a look at this doc that has the list... but beware things can change a bit as we progress the development. https://github.com/DCC-EX/CommandStation-EX/blob/TPL/docs/TPL%20Introduction.pdf On 18 Nov 2020 20:25,...

Web server speed will be pretty irrelevant when you only have to serve a handful of static files once to each of a handful of clients.On 21 Nov 2020 17:50,...

Important to check that dcc turnout command feedback reflects situations where power is off to that turnout.

Henkk should add his name to the copyright.

Tpl will need eeprom to store cab state for restarts etc.. its incompatible with jmri. If you do run jmri then you must connect withrottles through that and not directly.