Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.2 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.2 KB

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.