Hi kplex community
Long time user first time poster
We use kplex on all over our vessels and really appreciate all the efforts that have gone into this open source project
Up until now we have just been using TCP for input and we would like to look at using multicast inputs as well.
The multicast stream works fine in OpenCPN
With the following connection settings
UPD
Address: 239.0.0.1
port: 60007
the stream is coming in fine.
Just trying to work out what settings I should use for kplex to bring that same stream into kplex
tried all the following settings with no success
[udp]
address=239.0.0.1
port=60007
device=ens192
type=multicast
coalesce=yes
then
[udp]
direction=in
mode=client
device=ens192
address=239.0.0.1
port=60007
type:multicast
persist=fromstart
also tried the old multicast setting
[multicast]
direction=in
mode=client
interface=ens192
address=239.0.0.1
port=60007
persist=fromstart
Any advice would be greatly appreciated
Thanks again
Nick