I want to use the library with a MPU and the qca7000, but I don't know which configurations I should make. For example I have the interface eth1 with the driver of the qca7000 to communicate ethernet over SPI but I don't know if I have to modify the code of the library to indicate this interface in any place.
On the other hand, I would like to know how the library works, is the communication doing through a IP net?
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The openV2G code is purely about
on the receiving side: reading EXI messages by means of getting filled C structs
on the sending side: serializing EXI messages that have been created with C structs
The setup/configuration for a specific device/interface is out of scope of this library.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I want to use the library with a MPU and the qca7000, but I don't know which configurations I should make. For example I have the interface eth1 with the driver of the qca7000 to communicate ethernet over SPI but I don't know if I have to modify the code of the library to indicate this interface in any place.
On the other hand, I would like to know how the library works, is the communication doing through a IP net?
Thanks in advance.
The openV2G code is purely about
on the receiving side: reading EXI messages by means of getting filled C structs
on the sending side: serializing EXI messages that have been created with C structs
The setup/configuration for a specific device/interface is out of scope of this library.