open62541 / open62541

Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541 licensed under Mozilla Public License v2.0
http://open62541.org
Mozilla Public License 2.0
2.55k stars 1.23k forks source link

Porting to Segger embOS with emNet TCP/IP Stack #6484

Open henrik-the opened 3 months ago

henrik-the commented 3 months ago

Hi,

i would like to port open62541 to Segger embOS with emNet TCP/IP Stack. I have previously used open62541 with FreeRTOS/lwIP. Would you recommend to use V1.3.9 for porting or should i use v1.4 already? I see, that many things changed in the architecture.

Best regards Henrik

jpfr commented 3 months ago

It is best to use 1.4. The concurrent handling of different protocols in a single server is much better. And the new interface will be use for future versions also.