MicroOcppMongoose

Mongoose WebSocket Adapter for ArduinoOcpp

GPL-3.0 License

Stars
3
Committers
2

MicroOcppMongoose

Mongoose WebSocket adapter for MicroOcpp

Dependencies

The following projects must be available on the include path:

The setup is done if the following include statements work:

#include "mongoose.h"
#include <ArduinoJson.h>
#include <MicroOcpp.h>

License

This project is licensed under the GPL as it uses the Mongoose Embedded Networking Library. If you have a proprietary license of Mongoose, then the MIT License applies.