Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.11 KB

Py-ITS

Overview

V2X-ITS-Python is a Python module for encoding and decoding V2X (Vehicle-to-Everything) ITS (Intelligent Transportation Systems) messages. It aims to facilitate communication between vehicles, infrastructure, and other entities in the transportation ecosystem.

Status

🚧 This project is currently in its early stages, with many features unstable or not yet implemented. 🚧

Features

  • Encode and decode V2X ITS messages.
  • Support for multiple message formats and protocols.

Getting Started

To get started with V2X-ITS-Python, follow these steps:

  1. Clone this repository:

    git clone https://github.com/Rom-1T/py_its.git
    
  2. Install dependencies:

    pip install -r requirements.txt
    

Contributions

Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:

  • Fork the repository.
  • Create a new branch (git checkout -b feature-branch).
  • Make your changes.
  • Commit your changes (git commit -am 'Add new feature').
  • Push to the branch (git push origin feature-branch).
  • Create a new Pull Request.