07.04.2020, 12:34
Hello to all.
I'm planning to implement the OCPP 1.6 protocol. To control up to 20 EV chargers.
For that I would need to implement a JSON websocket server.
Can someone explain to me the best way of implementing a non blocking server which can handle multible clients?
There are so many options (luasocket, copas, lginx, ev, ...)
I already read a lot threads (most of them are describing clients), but it seems that there is no clear way how you should implement such a server.
Thank's a lot,
Christian
I'm planning to implement the OCPP 1.6 protocol. To control up to 20 EV chargers.
For that I would need to implement a JSON websocket server.
Can someone explain to me the best way of implementing a non blocking server which can handle multible clients?
There are so many options (luasocket, copas, lginx, ev, ...)
I already read a lot threads (most of them are describing clients), but it seems that there is no clear way how you should implement such a server.
Thank's a lot,
Christian