You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to open62541
Hi all,
I want to know whether open62541 provides a way through which we can add static pubsub configuration to the server through some xml file or any other file. If so how can we achieve this.
Regards,
Rahil
Thomas Dorn
unread,
Aug 1, 2025, 5:15:27 AMAug 1
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to open62541
Hi Mohhammad,
there is a file format described in part 5 and referenced in part 14 called UaBinaryFileDataType. To my understanding the stack can load that filetype - see example here (https://github.com/open62541/open62541/blob/master/examples/pubsub/server_pubsub_file_configuration.c). You can create those with a licensed version of UaExpert; but I can not guarantee that the two are actually compatible; I'd suggest getting a .uabinary to test first before you buy a license just for that. I never tried the method or used static configs, so I cant provide any experience.