Hi Michael, > > >Speaking of ehthernet I am writing an ethernet driver for > > smsq/e. Is there > > >anyoneelse doing the same ? :) > > [snip] > > As I dont have accsess to the sourcecode of soql I use other freely availble > tcp/ip stacks. I started with uIP and now Im working with lwIP , > both from SICS ,A.Dunkel. The licence will be BSD licence
Beware I have already implemented a native multi-tasking-capable TCP/IP stack for QDOS systems based on lwIP, for both serial and ethernet. Actually ICMP and TCP echo already work nicely on serial. I planned to first solve some more general challenges (like a clean separation between applications and core, and some useful applications) before finishing the ethernet part. The licensing question is not finally decided. I would like to make my code GPL compatible to some extent and will contact Adam about this issue when my development status is such that I find it worth publishing. The name of my work is not yet fixed, but I tend toward "QLwIP" :-) All the best Peter
