nesto-software / USBProxy

A USB proxy for rpi 4b, based on libUSB & gadgetFS - maintained by Nesto
GNU General Public License v2.0
49 stars 12 forks source link

Make ports configurable #7

Open MartinLoeper opened 3 years ago

MartinLoeper commented 3 years ago

The ports which are used for the ZeroMQ integration are currently hard-conded. It would be nice if the temporary sockets which are used to exchange data between threads would be allocated randomly.

The ports which are used for IPC should be assignable by the user.