Frozen Forest Reality Technologies

Results 11 issues of Frozen Forest Reality Technologies

Is there any suggestion for android compile ? Documentation said that open62541 supports android but I can not find any android related platform options in cmake. and is there any...

### Issue Description After license changing of Unreal Engine for non-game projects, we decided to add other engines to our stack to secure ourselves. For this reason, there is no...

enhancement
D400 Series
unreal

## Description DLL Delayed Load Error with open62541.dll ## Background Information / Reproduction Steps We static linked open62541 to our Unreal Engine 5 plugin with amalgamation option and used it...

How can I get just libusb and libuvc libraries as .so files from this repo's build ? I want to develope an Android Unreal Engine plugin.

How can I enable MBedTLS on CMake ? GUI doesn't ask paths for include and .lib. So, is there any terminal command or environment variable value ? package manager usage...

## Description After updating v1.3.9 to v1.4.0 or master branch on Unreal Engine 5.3.2 (C++ 20 enabled), Visual Studio 2022 gives these errors. ## Background Information / Reproduction Steps v1.4.0...

I built nghttp2 for windows as static library with these cmake commands but when I want to integrate it to UE5, I get this error. ``` 1>error LNK2019: unresolved external...

## Description Open62541 gives these error while building for Android on Ubuntu with Android encryption libraries. ``` - (OpenSSL) libcrypto.a(a_int.o): Relocations in generic ELF (EM: 183) - (MbedTLS) libmbedx509.a(x509.c.o): relocations...

## Description My goal is accessing ProSYS OPC UA Simulation Server PubSub from my application. I tried to follow [documentation's `Subscribing Fields` section](https://www.open62541.org/doc/master/tutorial_pubsub_subscribe.html) and changed some parameters according to ProSYS....

**Describe the bug** I am trying to build nanomq release `0.22.6` (I used `git submodule update --init --recursive`) with `MBedTLS`. I have already an `MedTLS v3.6.0 LTS` built for my...

enhancement