genode/repos/gems/src/server/http_blk
Emery Hemingway fcbe060096 Remove legacy lwIP plugins
Now that the lwIP VFS plugin has become a first class IP stack it is
time to remove the lwIP 1.x library and the associated libc plugins.

Fix #2958
2018-09-05 11:04:22 +02:00
..
http.cc Remove legacy lwIP plugins 2018-09-05 11:04:22 +02:00
http.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
main.cc default ahci_drv and part_blk Block sessions to read-only 2017-08-28 16:49:51 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
target.mk Remove legacy lwIP plugins 2018-09-05 11:04:22 +02:00

This directory contains a HTTP client that implements Genode's block session
interface as a front-end. This way you can incorporate arbitrary files via.
HTTP requests and export them as a block device within Genode.


Usage
-----

Config file snippet:

!<start name="http_blk">
!  <resource name="RAM" quantum="1M" />
!  <provides><service name="Block"/></provides> <!-- Mandatory -->
!  <config uri="http://kc86.genode.labs:80/file.iso" block_size=2048/>
!</start>