=================
This adapter communicates with mysensors serial or ethernet gateway (TCP or UDP). It ethernet gateway selected in this case ioBroker is server, that expects connections.
https://github.com/ioBroker/ioBroker.mysensors
To use serial port on Windows it is VS required to build the binary. To use serial port on linux it is build-essential an python2.7 required. To install them just write:
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install python2.7