Replies: 1 comment 2 replies
-
|
Yes, quite interested in this. I'd looked at this before but I don't think there was a release at the time, thanks for reaching out. I have it listed here as in development |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
NetDrive is a DOS device driver that adds network attached storage to DOS. It runs on all flavors from DOS 2.0 upward and supports FAT12, FAT16, and FAT16B. It uses UDP which makes it routable and still simple enough to implement in a small device driver.
The server side runs on Windows or Linux, including various Rasp Pis. There is a "headless" mode but it's not a full native daemon yet. The protocol is fairly generic and I plan on expanding it to handle other computers and operating systems.
Is this interesting for RetroNAS?
Beta Was this translation helpful? Give feedback.
All reactions