tensorwatch
tensorwatch copied to clipboard
How to use Watcher / WatcherClient over tcp/ip network? (ex. cloud - local)
How to use Watcher / WatcherClient over tcp/ip network?
Watcher seems to ZMQ server, and WatcherClient is ZMQ Client, but there is no API/Interface to config server IP address. Do I need to implement a class that inherits from WatcherClient?
We are currently exposing port in constructor but you are absolutely correct that we need to have IP address as well. This is almost trivial change and we will add very soon!
I’m just curious whether ssh port tunneling from a remote server to the local host would work in this case?? This would be a workaround at this moment until TCP/IP support is made, but not sure whether ZMQ is compatible with port forwarding. Any idea?