Originally Posted by
rdgerken
If you need more than 8 simultaneous connections - you need to look into something called "TCP Socket Multiplexing." I know that commandfusion has a device called a lan bridge that does this, but I'm unsure if that works outside of their environment or not. Essentially, you are adding another device between your clients and the repeater - this multiplexer device will maintain one connection to the repeater (keeping it under the max allowed of 8 connections), and then handle communications to/from several clients at the same time. If you can't find anything, I think it would be possible to create your own using a raspberry pi and doing some code - if you are really needing a hardware solution.