vectorgrp / XCPlite

Simple implementation of the ASAM XCP on Ethernet protocol
MIT License
171 stars 93 forks source link

running XCPlite on a headless system #20

Closed SpieringsAE closed 2 years ago

SpieringsAE commented 2 years ago

I'm running a headless linux system that has a proces running on it that I can communicate to with the XCP protocol from an external PC, however I want to make this data available over bluetooth so i'm trying to find a way work my way around to feeding the information through to my python program thats handling the bluetooth communication.

is this package usable without a UI? Are there commands i can use to circumvent the need for the UI?

George117 commented 2 years ago

Hi @SpieringsAE, this might be what you are looking for: https://github.com/christoph2/pyxcp . Its an XCP master. I'm not sure if CANape is able to be ran from CLI.