Communication between windows container and WPF application.

Seethalakshmi Sethurajan 1 Reputation point
2021-09-07T13:38:32.573+00:00

Hello,

I have created openddsharp desktop application in windows container which will be acting as publisher.
I have subscriber which is written in WPF(C# desktop app) and will be running in another machine.
In this case how can I establish communication between two applications?

I have tried EXPOSE port 8410 in docker image and used SpdpSendAddrs. But it is not working.

Can you please guide me to resolve this issue?

[common]
DCPSGlobalTransportConfig=$file

[domain/42]
DiscoveryConfig=uni_rtps

[rtps_discovery/uni_rtps]
SedpMulticast=0
ResendPeriod=2
SpdpSendAddrs=172.28.64.1:8410 #subscriber ip

[transport/the_rtps_transport]
transport_type=rtps_udp
use_multicast=0

Regards,
Seetha

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,426 questions
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,683 questions
{count} votes