/*import { Tcp } from '../protocols/Tcp';*/ import { DeviceInfo } from '../types'; /*import { IProtocolHandler, ConnectionManager } from '../manager/ConnectionManager';*/ export const main = () => { /* mgr = new ConnectionManager(); const options: DeviceInfo = { host: '192.168.1.20', port: '22', protocol: 'tcp' } tcp = new Tcp(options, mgr); tcp.connect(); */ }