Short:        FidoBlitz - Binkp/1.1 Mailer for Amiga
Author:       vk3heg@gmail.com
Uploader:     Stephen Walsh <vk3heg gmail com>
Type:         comm/fido
Version:      0.17
Architecture: m68k-amigaos
Distribition: Aminet

**Project:**  FidoBlitz - Binkp/1.1 Mailer for Amiga
**Author:**   Stephen Walsh (Vorlon/VK3HEG)
**Version:**  v0.17 - 2-April-2026

** Support:

Amiganet FTN. 
Dragon's Lair BBS: dragon.vk3heg.net, Port: 6800
Email: vk3heg@gmail.com


## Overview

FidoBlitz is a native Amiga Binkp/1.1 mailer written in AmiBlitz3.
It provides a clean, reliable implementation to replace the buggy
existing AmiBinkd port.

## Goals

- Full Binkp/1.1 protocol support (NR mode, CRC32 file integrity)
- Server mode (receive incoming calls) and poll mode (call uplinks)
- ASO (Amiga-Style Outbound) support

## Features

- Binkp/1.1 NR Mode (Non-Reliable: pipelined file transfer without
  per-file M_GET wait)
- CRC32 File Integrity Verification (ISO 3309 / ITU-T V.42, verified
  on M_GOT)
- CRAM-MD5 Secure Authentication
- File Transfer Resume Support
- Configurable Server Port
- Multi-Network Session Support
- Buffer-Based Receive
- Disk Space Checking

## Session Modes

- Poll mode: Originate connection to remote node
- Server mode: Accept incoming connections

## File Transfer

- Send and receive files with proper acknowledgment
- BSY file locking to prevent concurrent sessions
- Inbound/outbound directory support

## Configuration

- Config file parser for node definitions
- Support for multiple FTN addresses
- Password authentication (plain text and CRAM-MD5)

## Logging

- Separate log files for poll and server modes
- Configurable log levels (console and file)
- Timestamp formatting
