ankraft / ACME-oneM2M-CSE

An open source CSE Middleware for Education.
https://acmecse.net/
BSD 3-Clause "New" or "Revised" License
23 stars 16 forks source link

MQTTS Support for Notification Server added #100

Closed JiriD85 closed 1 year ago

JiriD85 commented 1 year ago

New Notification Server Arguments: --mqtt-useTLS: Enabling MQTTS --mqtt-caFile: Path to CA.crt file --mqtt-certfile: Path to certfile.crt --mqtt-keyfile: Path to keyfile.key

Example: python3 notificationServer.py --mqtt --mqtt-address mosquitto --mqtt-port 8883 --mqtt-useTLS --mqtt-caFile ca.crt --mqtt-certfile certfile.crt --mqtt-keyfile keyfile.key --mqtt-topic /oneM2M/req/id-in/+/# --mqtt-logging

ankraft commented 1 year ago

Thank you very much for the PR. But could you please leave the original formatting intact? It is very hard to identify what changed in hundreds of lines.

JiriD85 commented 1 year ago

Thank you very much for the PR. But could you please leave the original formatting intact? It is very hard to identify what changed in hundreds of lines.

Sorry, but we had some issues with VSCode and that's why we changed the indentation. I've fixed that now and it should be the same as it was in your branch (tabs instead of spaces). Today I also updated the README.md and the documentation is now consistent.

ankraft commented 1 year ago

Thank you very much. I am quite busy at the moment, but will integrate the PR as soon as possible.