Mongoose WebSocket adapter for MicroOcpp
The following projects must be available on the include path:
- Mongoose Embedded Networking Library v6.14 / v7.8: The MicroOcppMongoose adapter works with the amalgamated files
mongoose.h
andmongoose.c
. You may need to copy them from the Mongoose-repository into thesrc
folder of your project. To use the backwards-compatibility mode with v6.14, set the build flagMO_MG_VERSION_614
. - ArduinoJson v6.19.1
- MicroOcpp
The setup is done if the following include statements work:
#include "mongoose.h"
#include <ArduinoJson.h>
#include <MicroOcpp.h>
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.