Re: [cc65] Serial port API

Date view Thread view Subject view

From: MagerValp (MagerValp_at_cling.gu.se)
Date: 2001-11-05 17:41:39


>>>>> "AD" == Adam Dunkels <adam_at_sics.se> writes:

AD> What would be *really* nice to have would be to implement
AD> something similar, but with uIP to allow loading files using HTTP
AD> (or FTP, but that is harder). Imagine

AD> load "http://www.c64.com/games/ik+.prg",6
AD> load "ftp://ftp.c64.com/$",6

... OK, that goes into my transfer system tonight :D Perl is nice:

    use LWP::Simple;
    $doc = get 'http://www.c64.com/games/ik+.prg';

even simpler than loading from disk (although I could use LWP for that
too, using file:// URLs :)

-- 
    ___          .     .  .         .       . +  .         .      o   
  _|___|_   +   .  +     .     +         .   .  Per Olofsson, konstnär
    o-o    .      .     .   o         +          MagerValp_at_cling.gu.se
     -       +            +    .     http://www.cling.gu.se/~cl3polof/
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:43 CET