--- title: "NetUSBee: STinG, Real Internet and USB for the Mega ST" section: "retro" tags: "retro" description: "How the NetUSBee adds STinG networking, real internet and a USB port to my Atari Mega ST 4 'High', plus FAT16 USB stick transfer with Windows." layout: base.njk parent: "/retro/" ---

NetUSBee: STinG, Real Internet and USB for the Mega ST

My Mega ST 4 "High" workstation uses a NetUSBee, a network card with two USB ports that plugs into the Atari's cartridge (ROM) port. It's what gives the machine real internet access via STinG, and the USB port lets me swap data with a modern Windows PC using a simple FAT16 USB stick.

What the NetUSBee adds

Real Internet with STinG

For networking I use the STinG TCP/IP stack together with the enec.stx (or enec3.stx for 68030) network card driver. Once configured, the Mega ST gets a real IP address on the network and can reach the internet, connecting the 1980s machine to modern services. The original NetUSBee was developed by Candle'O'Sin, and the current production runs are sold by Lotharek in a sturdy grey metal case that matches the Atari look.

STinG MAC addresses on my machines: Mega ST 4 "High" 00:B7:F8:77:C6:B3, MiST A0:CE:C8:5D:9C:A2.

Exchanging Data with Windows via USB

The USB port is particularly handy for data exchange. I use a FAT16-formatted USB stick, which the ST can read and write through the USB mass-storage driver. Because FAT16 is also readable on a modern Windows PC, I can transfer files between the Atari and a Windows machine just by moving the stick between them, no special cables or network tricks required.

My Setup

In my Mega ST 4 "High" machine the NetUSBee sits in the cartridge port, working alongside the MonSTerBoard that handles IDE storage and Alt-RAM. It rounds out the machine as a true workstation: real internet via STinG, USB storage for file exchange, fast IDE boot from a CompactFlash card, and the ET4000 driving a dedicated monitor.

Sources

WiFi SNTP Clock

A separate ESP module provides WiFi time synchronisation for the Atari ST. czietz's simple WiFi SNTP firmware runs on the ESP and communicates with the Atari over a serial connection. Once connected, Connect95 can be used for serial communication, and WgetST can download files via HTTP, though it is limited to HTTP only.

Going online via proxy

With STinG configured and the network running, the next step is getting actual services accessible from the Atari. Two approaches work well:

Both run on a Linux machine on the same network, with the Atari pointing its browser proxy settings at that machine's IP. A Linux LXC container on the homelab can serve as a dedicated Atari internet proxy server for this purpose.