For me, too .Lezreth wrote:Getting this train controller to work has been quite the adventure.
That's not going to work because FLAN does not update all the receivers every tick, which would be necessary for the polling to work. So, in short, forget about using FLAN for this...Now I have been trying to make the red network wireless with the assistance of the FLAN mod.
You'd need a version of FLAN that updates every tick, but as far as I understand it would make the mod use way too much CPU time -- which is why it works like it does now, but unfortunately that makes FLAN not useful for any design that uses polling.Could someone please give me a list of the signals that are sent between the stations? Having wireless antennas would make network management a little easier.
A short rundown of the protocol is this:
Phase 1: S=1 is on the wire, all outposts respond simultaneously with either their requests or provided resources.
Phase 2: Q=x will poll, the ouposts respond with their ID (R=n or P=n), and the resource information (simple flag for requester, amount for provider)
Phase 3: The depot will send requester and provider number for the selected schedule and the resource and amount of the selected resource. This is done twice, once with R negated and once with P negated.