> I keep getting a java.net.ConnectException when I try to run a > simulation with TOSSIM and Tython. Can anybody help me out with this > problem ?
This isn't actually a problem with the communication between Tython and TOSSIM, as evidenced by the fact that Tython reports "Connection to simulator established". Those messages come from the SerialForwarder that is started by default. It may be that you have a stale SerialForwarder process lying around or that the port is already in use. You can also pass the -nosf argument to Tython when you start it up to prevent it from trying to start a SerialForwarder. -mike _______________________________________________ Tinyos-users mailing list [EMAIL PROTECTED] http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users
