Skip to content

4x1md/vx8_aprs_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yaesu VX-8DR/DE incoming APRS beacons parser

Incoming APRS messages parser for Yaesu VX-8DR/DE.

Overview

This project was used to explore memory contents of my Yaesu VX-8DE transceiver. I was looking for incoming APRS messages for APRS beacons map project.

The project parses memory dumps saved by Chirp and displays incoming APRS messages. It consists of three main classes:

Parser - the parser which reads data from memory dump file parses incoming messages and prints them.

Metadata - class that maps metadata of each incoming APRS packet.

BeaconPacket - class that maps incoming APRS packets. It stores source and destination call signs, path and message body.

Running the parser

The parser.py script can be run from command line using the following command:

python parser.py [file_name]

where [file_name] is name and full path of the file containing VX-8DR/DE memory dump.

Output examples

APRS beacon messages

APRS beacon messages

Links

  1. Yaesu VX-8DR/DE APRS Beacons Map
  2. Chirp repository: Yaesu VX-8 driver - memory maps for bot VX-8R and VX-8DR.
  3. Chirp repository: Yaesu VX-8R Image used for testing the VX-8R parser.

Questions? Suggestions? Bug reports?

You are more than welcome to contact me with any questions, suggestions or propositions regarding this project. You can:

  1. Visit my QRZ.COM page
  2. Visit my Facebook profile
  3. Write me an email to iosaaris =at= gmail dot com

How to Support or Say Thanks

If you like this project, or found here some useful information and want to say thanks, or encourage me to do more, you can buy me a coffee!

ko-fi

"Buy Me A Coffee"

You can aslo make a donation with PayPal:

"Donate with PayPal"


73 de 4X1MD

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages