Hello Spitfire!
24 May 26 00:01, Tanausu wrote to Spitfire:
I am currently trying FidoBlits on my system. So far its working out well. Much better than AmiBinkD.
**Project:** FidoBlitz - Binkp/1.1 Mailer for Amiga
**Author:** Stephen Walsh (Vorlon/VK3HEG)
**Version:** v0.19 - 11-May-2026
## 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
## Command-Line Interface
FidoBlitz -s <configfile> ; Server mode - listen on port 24554 FidoBlitz -p -P<node> <configfile> ; Poll mode - call specific node FidoBlitz -p -PALL <configfile> ; Poll mode - call all configured nodes
**Examples:**
FidoBlitz -s fidoblitz.cfg
FidoBlitz -p -P3:633/280 fidoblitz.cfg
FidoBlitz -p -PALL fidoblitz.cfg
## Configuration File
FidoBlitz uses most keywords from a binkd-compatible configuration. All keywords are parsed;
unsupported options are logged and ignored.
## Future Enhancements
- **File requests**: .REQ file handling
- **AKA masking**: Selectively hide certain addresses from specific nodes (akamask)
## References
- FTS-1026: Binkp/1.0 Protocol Specification
- FSP-1024: Binkp/1.1 Protocol Specification
* ACIS Member. AmigaNet ArakNet C=Net DescipleNet FidoNet PiNet RetroNet
* C-Net/5
Hi. I've been testing it for a while and, it works very well, quite stable. In my case, I'm using it as a backup while I continue testing pgul's binkd without ixemul. But, if you want to get rid of amibinkd crashes, fidoblitz is definitely the way to go.
Tanausu
... To err is human, to really foul things up requires a computer.
--- CrashEdit 0.3a AmigaOS
* Origin: Citrick BBS citlmbbs.synchro.net (64:500/60.2)