Open dazinator opened 8 years ago
As per #26 devices are currently assumed to use tcp transport as this is what emulators use.
In order to support physical devices, should first support usb transport.
Usb devices dont have console port numbers, and so anywhere this is used, have to implement an alternative if the device is usb.
This also means fixing the device parse method as per #26 also.
Thanks @annymsMthd for prompting this issue
As per #26 devices are currently assumed to use tcp transport as this is what emulators use.
In order to support physical devices, should first support usb transport.
Usb devices dont have console port numbers, and so anywhere this is used, have to implement an alternative if the device is usb.
This also means fixing the device parse method as per #26 also.
Thanks @annymsMthd for prompting this issue