vehicle-commander-java icon indicating copy to clipboard operation
vehicle-commander-java copied to clipboard

Send unicast and/or multicast messages, especially for GeoEvent Processor

Open garysheppardjr opened this issue 11 years ago • 4 comments

Vehicle Commander sends UDP broadcast messages. These messages only go as far as the router to which the device is connected. That often means the machine running GeoEvent Processor does not receive these messages.

I propose adding unicast and/or multicast messages, in order to get past the router to GeoEvent Processor. GeoEvent Processor has a connector ("Receive text from a UDP Socket") that can be configured to handle either broadcast/unicast (port only) or multicast (address and port).

garysheppardjr avatar Dec 04 '13 12:12 garysheppardjr