alexdresko / HSPI

HomeSeer plugin helper framework
MIT License
11 stars 11 forks source link

Enable Connector.Connect to use custom IP and port #7

Closed alexdresko closed 7 years ago

alexdresko commented 7 years ago

The IP and port are hardcoded right now. It should be possible to override the defaults here:

image

alexdresko commented 7 years ago

By default, the console will always connect to 127.0.0.1 port 10400. There is no need to specify any command line arguments for that to work.

However, you can specify a custom server and port in "Debug > Start Options > Command line arguments"...

image

And, of course, you can do the same thing at the command line:

image

MrMxyzptlk commented 7 years ago

Danke!