Short:        lightweight TCP/IP stack for AmigaOS 1.3
Author:       aminet@jaehne.tk (Marcel Jähne)
Uploader:     aminet jahene tk (Marcel Jähne)
Type:         comm/tcp
Version:      0.8 Alpha
Replaces:     comm/tcp/TheWire13.lha
Architecture: m68k-amigaos = 1.3
Distribution: Aminet

TheWire13 is a TCP/IP stack for classic Amiga systems running
AmigaOS 1.3.

The project was written specifically for low-level AmigaOS networking
experiments and real hardware usage on systems without modern TCP/IP
stacks available.

TheWire13 currently provides:

* SANA-II networking
* ARP
* IPv4
* UDP
* TCP client connections
* DNS resolver
* ICMP Echo (Ping)
* DHCP client support
* bsdsocket.library compatibility layer

The stack is intended to provide a lightweight and OS1.3-compatible
networking environment for custom tools and applications.

## Current Status

THIS IS AN ALPHA VERSION.

TheWire13 is still under active development and internal structures,
network behavior, and APIs may change between releases.

At the moment the stack has only been tested with:

* a314eth.device (Thx to Niklas)

Other SANA-II drivers may or may not work yet wich primary depends on 
OS 1.3 compatibility.

The stack is considered experimental software and should not yet be
expected to provide the same stability or compatibility as mature Amiga
TCP/IP stacks such as AmiTCP, Miami, Genesis, or Roadshow.

## Requirements

* AmigaOS 1.3
* SANA-II compatible network driver
* at least 68000 CPU (>=68020 recommended)
* enough free RAM for networking buffers

## Installation
copy TheWire13 to C:
copy bsdsocket.library to LIBS:
copy amitcp13.conf to S:

## Configuration

The stack currently uses the configuration file:
S:amitcp13.conf

Example options:

device = a314eth.device
unit = 0
dhcp = 1

or static configuration:

device = a314eth.device
unit = 0
dhcp = 0
ip = 192.168.7.16
netmask = 255.255.255.0
gateway = 192.168.7.1
dns = 192.168.7.1

## Starting

Start the stack from Shell:

TheWire13

Expected startup banner:

TheWire13 v0.8 Alpha by Marcel Jähne (c)2026
Stack running...

## Notes

* The stack binary itself is intentionally kept lightweight and avoids
  large stdio/newlib runtime dependencies.
* DHCP support is integrated.
* bsdsocket.library support is still incomplete and evolving.

## Known Limitations

* Alpha quality software
* Only limited SANA-II driver testing so far
* Primarily focused on TCP client usage
* Long-running/high-throughput transfers are still under investigation

## History

0.8 Alpha

* Public runtime renamed to TheWire13
* DHCP support added
* ICMP support added
* TCP throughput improvements
* Reduced memory footprint / stdio-free runtime
* Improved network recovery stability
* Expanded bsdsocket.library compatibility

##License

TheWire13 is freeware.

This software may be freely used, copied, and redistributed in unmodified
form.

The software is provided "as is" without warranty of any kind. Use at your
own risk.

Copyright (c)2026 Marcel Jähne
