You should be able to write a little plugin to do this.  The 'serv'
command in recent firmwares allows you to reconnect a player to another
IP address.  Here's some sample code:


Code:
--------------------
    
  use Net::IP;
  
  my $ip = Net::IP->new('10.1.2.3');
  my $host = pack 'N', $ip->intip;
  $client->sendFrame( 'serv', \$host );
  
--------------------


-- 
andyg
------------------------------------------------------------------------
andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=33482

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to