Focusrite-Midi-Control icon indicating copy to clipboard operation
Focusrite-Midi-Control copied to clipboard

Random server port

Open daveyijzermans opened this issue 5 years ago • 7 comments

Hi! Thanks for your work in sniffing the Focusrite server protocol! I've used it to create my own implementation in Node.js. However, I try to connect with my client to a different computer on the network.

Until now this has worked, but suddenly the port to the control server has changed! It first was 49935, now on one computer it's 49930 and on another computer it's become 49943.

In your source code the port is hardcoded as 49152 (AppDelegate.swift, line 16) but this has never been the case for me.

I'm using the Focusrite Control Server on Windows though, might that be a cause of the issue? Do you have an idea how I can search for the right port each time or why even the port is changing?

Thanks!

daveyijzermans avatar Apr 27 '19 15:04 daveyijzermans