Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New imc message creation #34

Open
maheshgopi08 opened this issue Oct 27, 2022 · 1 comment
Open

New imc message creation #34

maheshgopi08 opened this issue Oct 27, 2022 · 1 comment

Comments

@maheshgopi08
Copy link

I've tried creating a new IMC message in dune by following the procedure mentioned in the imc wiki. But IMC.xml is not getting updated when I run neptus & dune. Can anyone explain each step to create a new IMC message that can be accessed by dune, neptus.

@paulosousadias
Copy link
Member

To update the IMC on DUNE and Neptus you need to do the following. For DUNE you can check https://github.com/LSTS/dune/wiki/Working-with-IMC.

Neptus uses IMCJava for this.
So you need to generate the new libimc and libimcsender ./gradlew dist libsender check the https://github.com/LSTS/imcjava#compilation and to change the IMC version check the https://github.com/LSTS/imcjava#imc.
After compiling just copy libimc-xxx.jat and libimcsender-xxx.jar to lib folder of Neptus and update the dependencies with the names if changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants