Wireless what?!
May 6th, 2007 by puyoGreetings folks.
What I would like to bring to your attention, is a simple library, that provides interface for accessing data on your harddrive wirelessly. It`s main idea is to accomplish this transparently, that`s why it makes use of devoptab to replace all the standard functions. It has it`s own + and -. Main + is that you can make as little as possible changes to your fat enabled app. Actually only one function that`s provided for you is a initialization function that should be called once before I\O is utilized. It creates a client connection. As it uses custom TCP/IP interface, it needs a custom server application running on your PC.
Read more detailed instructions included in the archive. Examples will follow.
A demo based on PicodriveDS 0.1.7. (Removed. Hardcoded IP`s won`t work, yes? no!)
P.S. I didn`t really thought about real uses of it, so it is better of as a proof-of-concept thingy.