emailler/README.md

25 lines
1.6 KiB
Markdown
Raw Normal View History

2018-07-21 17:40:28 +00:00
IP65 consists of three parts:
2018-09-20 10:59:36 +00:00
- A [TCP/IP library to be used by 6502 asm programmers](https://github.com/cc65/ip65/wiki/Library-for-asm-programs) using the [ca65](https://cc65.github.io/doc/ca65.html) macro assembler
- A [TCP/IP library to be used by C programmers](https://github.com/cc65/ip65/wiki/Library-for-C-programs) using the [cc65](https://cc65.github.io/doc/cc65.html) 6502 C cross compiler
2018-10-28 21:47:56 +00:00
- Several [ready-to-run TCP/IP programs](https://github.com/cc65/ip65/wiki/Ready-to-run-TCP_IP-programs) using one of the libraries
2018-07-21 15:23:31 +00:00
2018-07-21 17:40:28 +00:00
All three parts are available for three 6502 based target systems:
2018-07-21 15:23:31 +00:00
- The C64
- The Apple II
- The ATARI (XL)
IP65 requires Ethernet hardware. There's no support for TCP/IP over serial connections whatsoever.
2019-05-08 15:33:15 +00:00
On the C64 there are two supported Ethernet devices:
2018-07-21 15:23:31 +00:00
- The [RR-Net](http://wiki.icomp.de/wiki/RR-Net) - emulated by [VICE](http://vice-emu.sourceforge.net/)
2018-09-20 10:58:43 +00:00
- The [ETH64](https://www.ide64.org/eth64.html)
2018-07-21 15:23:31 +00:00
2018-07-21 17:40:28 +00:00
On the Apple II there are three supported Ethernet cards:
2018-07-21 15:37:22 +00:00
- The [Uthernet](https://web.archive.org/web/20150323031638/http://a2retrosystems.com/products.htm) - emulated by [AppleWin](https://github.com/AppleWin/AppleWin) and [GSport](https://david-schmidt.github.io/gsport/)
- The [LANceGS](https://web.archive.org/web/20010331001718/http://lancegs.a2central.com:80/)
2018-07-21 15:23:31 +00:00
- The [Uthernet II](http://a2retrosystems.com/products.htm)
2019-05-08 15:33:15 +00:00
On the ATARI (XL) there are two supported Ethernet devices:
2018-09-20 10:58:43 +00:00
- The [Dragon Cart](https://www.atari8ethernet.com/) - emulated by [Altirra](http://www.virtualdub.org/altirra.html)
2019-05-08 15:33:15 +00:00
- The [Dracarys](https://atariage.com/forums/topic/287376-preannouncement-dragon-cart-ii/)