You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to add optional command line args for specifying a host / port other than localhost:14550. As it is now, I have my own hack which modified the cfclient_open function, and added optional vars to the Makefile like so
$make run DEST=<host ip address>
This would add desirable flexibility, particularly for people working in mixed OS environments, such as with a host machine and guest vm.
I would be happy to implement this on a branch for you to test.
The text was updated successfully, but these errors were encountered:
You're one step ahead of me! I've been working on a general version for many customizable clients: https://github.com/dennisss/cfbridge/tree/multi. Although it needs a little more testing before merging. Let me know if you find any bugs with it
It would be nice to add optional command line args for specifying a host / port other than localhost:14550. As it is now, I have my own hack which modified the cfclient_open function, and added optional vars to the Makefile like so
$make run DEST=<host ip address>
This would add desirable flexibility, particularly for people working in mixed OS environments, such as with a host machine and guest vm.
I would be happy to implement this on a branch for you to test.
The text was updated successfully, but these errors were encountered: