Virtual disk drive based on ideas from Terence J. Boldt
Go to file
Oliver Schmidt 65cf9087bf Refined serial port selection.
So far up to two ports with the substring "usbserial" in their name were used. This was pretty platform specific and didn't allow to use non-USB ports at all.

Now if the -p option is given its value is used as substring as "usbserial" was used before. However if no -p option is given than up to two USB-backed ports are used.
2018-02-04 23:16:11 +01:00
client Added Makefile to build the xHD client. 2018-01-31 23:30:43 +01:00
server Refined serial port selection. 2018-02-04 23:16:11 +01:00
.gitattributes Force text file conversion for this repo. 2018-01-26 21:44:20 +01:00
.gitignore Added Makefile to build the xHD client. 2018-01-31 23:30:43 +01:00
LICENSE.txt Set license based on agreement from author. 2018-01-26 21:48:56 +01:00
README.md Initial commit 2018-01-25 22:52:21 +01:00

xHD

Virtual disk drive based on ideas from Terence J. Boldt