andyg;187092 Wrote: 
> 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 );
  > 
--------------------
> > 

Wow - well, see what I meant when I say I couldn't speak for the
developers?  :-)

I was going to say 'file an enhancement request at
bugs.slimdevices.com' but the enchancement is already there!


-- 
Mark Lanctot
------------------------------------------------------------------------
Mark Lanctot's Profile: http://forums.slimdevices.com/member.php?userid=2071
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