You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-45Lines changed: 0 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,51 +21,6 @@ The setup is done if the following include statements work:
21
21
22
22
The last dependency is [base64-converter by Densaugeo](https://github.com/Densaugeo/base64_arduino), but it is already included in this repository. Thanks to [Densaugeo](https://github.com/Densaugeo) for providing it!
23
23
24
-
## Additional FTP(s) Client
25
-
26
-
This library also contains an experimental FTP client based on Mongoose. Its intended use is to download firmware binaries and to upload hardware diagnostics information as part of the OCPP UpdateFirmware / GetDiagnostics operations.
27
-
28
-
Currently, the compatibility with the following FTP servers has been tested:
//write diagnostics text to `data` having length `len`
57
-
return /* written */; //return number of bytes actually written to data (if 0, upload will be finished)
58
-
}, [] () {
59
-
//connection close callback
60
-
});
61
-
}
62
-
63
-
for (;;) {
64
-
mg_mgr_poll(&mgr, 100);
65
-
ftp.loop(); //only necessary for Mongoose v6
66
-
}
67
-
```
68
-
69
24
## License
70
25
71
26
This project is licensed under the GPL as it uses the [Mongoose Embedded Networking Library](https://github.com/cesanta/mongoose). If you have a proprietary license of Mongoose, then the [MIT License](https://github.com/matth-x/MicroOcpp/blob/master/LICENSE) applies.
0 commit comments