Page 1 of 1

ADCH example NMDC redirector

Posted: 05 Jun 2011, 16:16
by Pirre
Below script is just a example of a lua running on a ADCH++ (rev 504 or above) that can act both as a nmdc to adc redirector only (then you only need this script running) or act as both real hub and redirector on the same or different port .

This can not be used on a hub running a secure server port.

It sends a nmdc redirect to any connecting user, and based on the fact that the ADC protocol should ignore "Unknown" commands a client connecting in ADC mode will just drop that command while a client in NMDC mode wil follow it (based on its settings)

So it is possible to have the real ADCH hub running on port 411 and at the same time redirecting nmdc mode clients to the same port but then in ADC mode (if they support ADC).
Maybe there are problems doing this but so far non seen and have no doubt that if there are ...

This could be made more complex by adding a redirect based on received nmdc tag, a max number of redirects by ip, ... etc.

Re: ADCH example NMDC redirector

Posted: 06 Jun 2011, 13:58
by Pirre
Same methode, but added optional timed delay on redirect, not sure what this going to do in resource use, advantage when timer uses it works also on a adcs hub :)

PS: The intention of posting it here is to see sugestions or selfmade mod's to it, see this as 1 way to do it ... , feel free to post your own mods

Re: ADCH example NMDC redirector

Posted: 07 Jun 2011, 18:45
by Pirre
Changed Timer system to reduce resource use.

Re: ADCH example NMDC redirector

Posted: 22 Aug 2011, 19:02
by pR0Ps
Updated the script to give the option to send the redirect message in PM or mainchat.

Re: ADCH example NMDC redirector

Posted: 20 Mar 2012, 19:23
by Pirre
Latest version with some small mods