Metadata-Version: 2.4
Name: hv-networks
Version: 0.2
Summary: Easy-ish Python interfaces to TruckDuck network interfaces
Author-email: Haystack <haystackinfosec@gmail.com>
License: GPL
Project-URL: Homepage, https://github.com/TruckHacking/py-hv-networks
Project-URL: Issues, https://github.com/TruckHacking/py-hv-networks/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: jsbeautifier~=1.14.3
Requires-Dist: PyYAML~=6.0
Requires-Dist: tqdm~=4.62.3
Requires-Dist: RP1210>=1.0.0
Requires-Dist: bitstring~=3.1.9
Requires-Dist: scapy~=2.4.5
Dynamic: license-file

# py-hv-networks (aka 'hv-networks')

Easy-ish Python interfaces to Heavy Vehicle network protocols on socketCAN, RP1210 adapters and **TruckDucks**

### Features

  * **J1708/J1587/J2497 Support**: Includes drivers and tools to dump (`j1708dump`) and send (`j1708send`) J1708/J1587/J2497 messages.
  * **J1939 Support**
  * **RP1210 Integration**
  * **TruckDuck Hardware**: Specifically designed to interface with the TruckDuck BeagleBone cape.
  * **CLI Utilities**: Ready-to-use command line scripts for quick diagnostics

### Installation

```bash
python -m pip install hv-networks
```
