[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple IIe Web Server
On Mon, 18 Feb 2008 17:58:46 -0400, "Simon D. Williams"
<bb065@chebucto.ns.ca> wrote:
>This is something I've wanted to do for a long time:
>http://www.ld8.org:6502
>It's a 64K IIe with a single Disk II running Contiki web server v 2.0,
>connected to the interweb via Uther.
I'm really happy to see the results of my work in action :-))
When you write 'v 2.0' I presume that you compiled the server yourself
from the Contiki 2.x sources. Did you download the 2.1 zip file or
grab the latest stuff via anonymous CVS access?
For optimal results you should use the CVS head revision from 1/1/08
or later. There I introduced 'high level config macros'. They are not
yet documented so check out the source. In example the web server can
now be built without UDP support and 'active connect' support thus
saving precious memory. So (at least currently) the web server with
file access should be build best using:
TARGET=apple2enh HTTPD-CFS=1 DEFINES=WITH_LOGGING,WITH_BOOST
If you have specific questions on build options or alike don't
hesitate to get in touch with me...
Best, Oliver