Asbelos
Asbelos
If we stay with the CS wifi code we have now, then it's possible to integrate new AT commands into the ES code and handle them from the CS. if...
If you are then going to use the standard wifi library on the arduino, you won't have a path down which to send your new AT commands. On 22 Nov...
It appears to me that the code is large and complex because it parses and recomposes commands sent from wifi clients before passing them on to the arduino. This suggests...
There are many possible solutions here... Some systems transmit unique id messages with no meaning attached.. then any listening device can say " oh that means throw turnouts 6, 7,9...
Anything that listens for response coming back needs to handle async command processing and know what is expected back .. this gets complicated because the first response you get may...
Just remember that reading/writing serial or wifi or ethernet is often much more work than actually doing the job... Dont assume that this will reduce the load on the CS,...
Please be aware of 2 points 1. The withrottle protocol is completely different to the commands and at no time do we translate from one to the other. Both parsers...
Latest ConsistR branch has < R > and < W > commands that automatically handle consist ids. Wpuld be good to have a command to create/clear a consist using PoM...
Sheesh... so we need an AP password that cant be easily guessed but throwing crypto security at this is batshit crazy On 22 Nov 2020 22:16, Dave Cutting wrote: And...
Window needs to be opened a little earlier otherwise the waveform will start an idle packet before the loop gets the chance to inject a reminder.