Just finished first stage of my emule addon and I'd like to have some feedback
Many mods feature a webserver now but a webserver has some problems. First of all the webserver puts some traffic on the upstream of your machine, the traffic especially grows if you include graphics etc. Second the view on your emule is restricted to what the webserver allows to be displayed (although some do feature skins/templates).
My approch is another, that is my Emule mod gives out some raw data which has to be displayed by someone else. This addresses the issues given above (although it requires some additional display instance). First the traffic is reduced dramatically because you don't have to send out all the HTML stuff but only the raw data which is much less. Second you can display the data in various ways. A PHP script on a webserver is probably the common one (some PHP samples are available) but you can also write a client in Java, C/C++ or anything to show youwhat your Emule is doing (controlling via remote is planned but has not yet begun
So here it is, would be nice to have some feedback, error fixes and suggestions are welcome as well
modified source files
sample PHP interface
mod protocol
simple PHP sample
NEW! compiled binary
Note: You have to activate it in the preferences dialog prior to using it
This post has been edited by TriPhoenix: 28 February 2003 - 03:23 PM










Sign In
Register

