Skip to content

A Python module to decode the "bits" of the binary protocols used in the Japannext PTS.

License

Notifications You must be signed in to change notification settings

Japannext/jnx_bits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jnx_bits

A module to decode the "bits" of the binary protocols used in the Japannext PTS.

It can be used to easily translate the binary files into readable JSON for example.

Quick start

python3 -mvenv env
./env/bin/pip install --upgrade pip
./env/bin/python -mdataclasses &>/dev/null || ./env/bin/pip install dataclasses # No need to install in Python > 3.6
./env/bin/pip install .
./env/bin/python examples/...

About

A Python module to decode the "bits" of the binary protocols used in the Japannext PTS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages