Azureus PHP Control Layer is an interface for
Azureus written in PHP. It's based on the Swing control layer and
interfaces using XML over HTTP with Parg's XML control plugin for
Azureus.
Azureus PHP Control Layer
What is the Azureus PHP Control Layer?
The Azureus PHP control layer is an interface for Azures written in PHP.
It’s based on the Swing control layer and interfaces using XML over HTTP with Parg’s XML control plugin for Azureus.
There’s basically 2 parts to the code:
- A control class for interfacing with the XML over HTTP control plugin in Azureus.
I have designed the class so that it can be easily seperated from the rest of the code if desired.
- A display and action layer which uses the above class to manage the torrents.
|