[Fwd: [Ibp] IBP client libray release]
[1/1] from: maarten::koopmans::surfnet::nl at: 28-Apr-2003 23:15
Here is a forward from my release.
Using async code. Time to study....
--Maarten
___________________________________________________
Hi IBPers,
I have just put out the first release of the REBOL IBP client library on
http://www.surfnetters.nl/maarten/ibp.zip
You can get REBOL for almost any platform from http://www.rebol.com
The Core version is good enough. Typing "do ibpclient.r" from a REBOL
console gives you a nice way for interactively manipulating the
depots/files.
I have included sample code in the docs, so don't worry if you don't
know REBOL. You'll pick it up when reading the docs (or you can always
ask me).
This library uses async IO and runs reasonably fast. Note that only a
subset is supported right now, namely:
-Depot inspect and change
-Allocate, Load, Store and probe for capabilities
The rest wil follow.
TODO:
- Rest of the protocol
- Add support for console based output.
- And then add a CGI script for IBP2HTTP bridging
- Add GUI tools
- AES encrypption
- r-node
...in arbitrary order.
Anything you'd like and I think is doable (feedback!)
--Maarten