Skip to content

matth-x/MicroOcppMongoose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.