« Return to Thread: PsyCollider configuration

Re: PsyCollider configuration

by MDK-2 :: Rate this Message:

Reply to Author | View in Thread

James Harkins wrote:

> On May 16, 2008, at 7:09 AM, MDK wrote:
>
>> Now i cant see a way within the Server.options to choose a port. The
>> docs say
>> that 'There are also a few commandline options which are not currently
>> encapsulated in ServerOptions'
>>
>> and from looking at extServerOptions.sc there is nothing to handle
>> setting a port.
>
> As you might have discovered (since you got it working) - the port is
> set in the NetAddr object used when creating the Server - Server(name,
> NetAddr("machine-name-or-ip", port)) - it's not part of ServerOptions.

thanks, yeah, i was getting confused about what config goes in server options
and how the server was started by PsyCollider.

once I understand i'll happily write some documentation to make it all clear.

I've checked out the source code and I can see that PsyCollider.py has the
address 127.1.0.1 : 57110 coded into it so im wondering, why 127.1.0.1 (and not
127.0.0.1), and what would be the recommended way of getting that be read from a
config file?

Im not a great python programmer but I know my way around and im willing to help
  (as much as time allows)

thanks,

martin
_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

 « Return to Thread: PsyCollider configuration