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?
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.
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?