cmbahadir / opcua-esp32

Embedded OPC UA Server on ESP32 based on open62541 stack
Mozilla Public License 2.0
115 stars 40 forks source link

MDNS Discovery + Event management change #18

Closed cmbahadir closed 4 years ago

cmbahadir commented 4 years ago

Change Notes: --- MDNS discovery added by reference from open62541-esp32 project of Pro. --- Event loop changed to be esp-idf latest compatible. --- Logs are a bit slower than before but UAExpert response is the same.

Test Suggestions: --- Check the connect/disconnect with a bunch of subscribed items. --- Check the discovery service responses. --- A CTT may be performed even i do not believe it will be succesfull. :)

cmbahadir commented 4 years ago

CI build change may be required with latest open62541 stack.