Sending COMMAND_LONG using java

Hello to all,

I want to sent throw java raw data to UDP connection,
in mavproxy I was able to send
message COMMAND_LONG 0 0 183 0 1 1000 0 0 0 0 0

does somebody know how to send this command from java beside dronefleet.io?

thanks in advance,
zeev

pymavlink should be able to generate java bindings for you.

tried that, didn’t understand how to send them :frowning: