Hello together,
I have also recently acquired one of the iLive consoles and am a CS Student. I have also done some reverse engineering on the Ace protocol and the console in general. I have also written a small Linux app that can record the entire 64channels of ace audio, based on the aforementioned project. Last I was working on sending audio and figuring out the synchronisation issue, but I have hit a roadblock for now, since the Linux timer stuff is too slow for the required timing. You can look at some of my progress at This link, although I have not been able to upload all my discoveries yet.
Some other side notes, dSnake, DX And ace are very similar. ACE just has a flag bit in the sync word set. Other than that they are the same. And DX does the same just with two samples per frame of only 32 channels for a 69kHz sampling rate. Also the control data is different and probably the Mac addresses.
As for sync, it seems to be in the dropped trailer of the packets. In a correctly running connection of ACE, every 80th ±1 trailer is dropped. That is the mechanism I have been able to find, but I can not replicate it in Linux since timer_fd cannot handle 48kHz on my system. But for inspection you can use wireshark on a gigabit switch with the connection to the ace hardware limited to 100mbs duplex.
I also have some preliminary work on the control protocol, but I will not write about it for now.
And as far as hardware goes they used redboot on the main processors and a standard Linux pc for the touchscreen. And interestingly the MPC main processors are still supported by Linux. Other than that everything is just shift registers and spit, plus multiple FPGAs and 11 DSPs.
I’m really interested in this work and would be happy to help out where I can.
Cheers