voltbras / go-ocpp

v1.5 and v1.6 OCPP implementation in Golang
GNU General Public License v3.0
46 stars 7 forks source link

Can't send DataTransfer command #6

Open eduhenke opened 4 years ago

eduhenke commented 4 years ago

Currently, the DataTransfer command is not working, as the way we parse incoming requests/responses, rely on the action name. And as there are 2 DataTransfer actions: 1 CP->CS, the other CS->CP, we currently can't parse this action

Gaadin commented 2 years ago

Hi @eduhenke ,

Would like to check with you on Data Transfer, any luck to check it.