Oliver Schmidt e83fe9a9fe Added support using the W5100 with a single socket.
The W5100 has the undocumented feature to wrap around the Address Register on an Auto-Increment at the end of physical address space to its beginning.

However, the only way to make use of that feature is to have only a single socket that uses all of the W5100 physical address space. But having only a single socket by defining SINGLE_SOCKET comes with downsides too:

One mustn't call into IP65 network functions anymore after w5100_config(). Additionally the program doesn't support 'W5100 Shared Access' anymore (https://github.com/a2retrosystems/uthernet2/wiki/W5100-Shared-Access).
2020-05-06 22:37:45 +02:00
2020-04-15 14:52:59 +02:00
2020-04-15 14:52:59 +02:00
2019-07-15 12:28:27 +02:00
2014-04-28 18:57:13 +02:00
2019-05-08 17:33:15 +02:00

IP65 consists of three parts:

All three parts are available for three 6502 based target systems:

  • The C64
  • The Apple II
  • The ATARI (XL)

IP65 requires Ethernet hardware. There's no support for TCP/IP over serial connections whatsoever.

On the C64 there are two supported Ethernet devices:

On the Apple II there are three supported Ethernet cards:

On the ATARI (XL) there are two supported Ethernet devices:

Description
Email and Usenet suite for the Apple //e or GS with Uthernet-II ethernet card
Readme 12 MiB
Languages
Assembly 58.8%
C 39%
Makefile 1.9%
Pawn 0.2%
PHP 0.1%