So far everything worked great, the building process was flawless.
However I'm finding the server and client creation process a little bit cloudy.
There are some server/client examples at https://github.com/open62541/open62541/ , but I am struggling to translate it to a Arduino language, in order to upload to my ESP32.
I am not sure how and which files should be uploaded to my ESP32 (that has a Wifi Module).
Do I need a platform manager like Platformio to upload it or should I upload the binary files?
So far everything worked great, the building process was flawless. However I'm finding the server and client creation process a little bit cloudy.
There are some server/client examples at https://github.com/open62541/open62541/ , but I am struggling to translate it to a Arduino language, in order to upload to my ESP32.
I am not sure how and which files should be uploaded to my ESP32 (that has a Wifi Module).
Do I need a platform manager like Platformio to upload it or should I upload the binary files?
Here are the built files:
Any hint on with which one to start?
Thank you