2020-04-02, 01:54 PM
(This post was last modified: 2020-04-02, 01:55 PM by mvallevand.)
Ok I think I know the issue now looking at your opendct log, it isn't bound to localhost. You can ctrl-c to get out of that.
To fix this let's try and run on the same subnet as opendct there is a line in opendct.py
host='localhost'
change that to
host='192.168.2.73"
Martin
To fix this let's try and run on the same subnet as opendct there is a line in opendct.py
host='localhost'
change that to
host='192.168.2.73"
Martin