this method initialize the fieldConnector
it connects the ModbusAccessor, reads the csv-file of the ModbusMap
and starts the periodical polling of the modbus registers
Initialize webConnector by initializing the websocket server
- define all the callbacks for the websocket server (onOpen, onClose, onMessage, onError, onStart)
- start the websocket server
- wait for the first connection