-
Notifications
You must be signed in to change notification settings - Fork 71
Using the MODEM Sniffer
FujiNet provides a Modem Sniffer log, which can be enabled or disabled to capture MODEM traffic to the modem_sniffer.txt file on the SD card. An SD Card Must Be Inserted.
The Modem sniffer can be enabled as a modem command by sending the MODEM command:
AT+SNIFF
OK
The modem sniffer can be disabled as a modem command by sending the MODEM command:
AT-SNIFF
OK
The Modem Sniffer can also be enabled/disabled using the RSNIFF tool in fnc-tools. This sends a SET DUMP ('D') command to device $50 over SIO, which enables or disables the modem sniffer.
The command is detailed in Additional Commands for R: Devices
To enable:
D1: RSNIFF 1
To disable:
D1: RSNIFF 0
As with all other fnc-tools, if a non-CLI DOS is used, the command runs interactively:
SET DUMP--0=DISABLE, 1=ENABLE
1
Once the desired data has been captured, it can be retrieved by going to the /modem-sniffer.txt url, e.g. http://fujinet/modem-sniffer.txt
Copyright 2024 Contributors to the FujiNetWIFI project.
Join us on Discord: https://discord.gg/7MfFTvD
- Home
- What is FujiNet?
- The Definition of Done
- Board bring up for FujiNet Platform.IO code
- The Complete Linux CLI Guide
- The Complete macOS CLI Guide
- Development Env for Apps
- FujiNet-Development-Guidelines
- System Quickstarts
- FujiNet Flasher
- Setting up a TNFS Server
- FujiNet Configuration File: fnconfig.ini
- AppKey Registry - SIO Command $DC Open App Key
- CP-M Support
- BBS
- Official Hardware Versions
- Prototype Board Revisions
- FujiNet Development Guidelines
- Atari Programming
- Apple Programming
- C64 Programming
- ADAM Programming
- Testing Plan
- Hacker List
- FujiNet VirtualMachine