Mongoose WebSocket adapter for MicroOCPP
The following projects must be available on the include path:
- Mongoose Embedded Networking Library v6.14 / v7.8 / v7.13 - v7.15: 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 configure the Mongoose version in MicroOcppMongoose, set the build flagMO_MG_USE_VERSION
, e.g.MO_MG_USE_VERSION=MO_MG_V715
. - ArduinoJson v6 (no support for v7 yet)
- 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.