Look at smart_device/driver.py for an example of a server that listens for connections. Other than that there are no plugins that I know of that create servers, HTTP or otherwise.
calibre ships with cherrypy (which it uses for its content server) so you should be able to create a http server with that fairly easily.
|