Skip to content

estcube/AX.25-de-constructor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AX.25 (De)constructor

This repository contains Python code to create or disassemble AX.25 packets. There's no TNC communication, digipeater or any other additional logic added. You just specify what kind of AX.25 packet you want and out comes the appropriate encoded packet as bytearray that you can manipulate as you wish. For decoding, it just splits the AX.25 bytestream into separate fields and offers the functionality to decode the dst and src addresses into human readable form.

You can find usage example in the ax25_example.py file.

About

Simple Python code to create or disassemble AX.25 packets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages