(image source https://opendds.org/)
OpenDDS
Quick start windows https://opendds.org/quickstart/GettingStartedWindows.html
Installation Opendds
- Download repo https://github.com/objectcomputing/OpenDDS
- Extract files
- Install strawberry perl 64 bit http://strawberryperl.com/
- open VS developer command prompt
- Navigate OpenDDS directory
- cmd configure
- configure script will download ACE+TAO and configure it for your platform.
- This will take some time
- cmd devenv DDS_TAOv2_all.sln
- it must start the visual studio from this command prompt so it will inherit the correct environmental variables
Build Opendds
- Build solution - Debug/ win32
Run Opendds example
- VS developer comand promt
- setenv
- set the required environment variables before running Visual Studio
- cd DevGuideExamples\DCPS\Messenger for C++ example
- perl run_test.pl
- Once the new developer command prompt window is opened using
- cmd Setenv
No comments:
Post a Comment