MicroOcpp icon indicating copy to clipboard operation
MicroOcpp copied to clipboard

Two connections

Open stig888881 opened this issue 3 years ago • 1 comments

How can you initialize two connections on different ports, something like this: #define OCPP_HOST "192.168.1.72" #define OCPP_PORT 9000 #define OCPP_HOST2 "192.168.1.72" #define OCPP_PORT2 8000 #define OCPP_URL "CP_2"

OCPP_initialize(OCPP_HOST, OCPP_PORT, OCPP_URL);
OCPP_initialize(OCPP_HOST2, OCPP_PORT2, OCPP_URL);

stig888881 avatar Aug 30 '22 21:08 stig888881

Unfortunately, that's not possible at the moment. I'm working on it though as I clearly see interesting use cases of it.

What are you trying to achieve? Maybe there is a workaround which works for you.

matth-x avatar Sep 10 '22 07:09 matth-x

Closing this due to inactivity

matth-x avatar Aug 25 '23 10:08 matth-x