Hi Rich, > Anybody on this list use CC65 for Windows PC? IE target platform is PC? The cc65 is a cross compiler for targeting 6502 machines. So the target platform can't be a PC. > I don't know enough about TCP/IP to know what kind of commands can be > sent/received, IE how does serverPC tell the web browser when it is > done with the conversion. As pointed out on the usenet a proxy server is the way to go. Even the question of deciding which grphic format the browser knows/wants is really spcefied: See the HTTP 1.1 spec (http://www.ietf.org/rfc/rfc2616.txt) in chapter '14.1 Accept' A modern browser specifies something like: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1 This should give you an idea... > Anyway... this could work with any "vintage" computer. Make the > graphics conversion code "pluggable" so you could put in Atari, C64, > Apple II conversion. Then all of us old computer users could have a > "graphical web browser", with a powerful PC on the net doing all the > graphics conversion With the accept header straight forward... Best, Oliver ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Fri Mar 30 00:30:09 2007
This archive was generated by hypermail 2.1.8 : 2007-03-30 00:30:13 CEST