This package contains classes for a GeoTagger scenario with
simulated devices. There is a camera, a GPS, a Laptop and a backend
server. There is also a service {@link
ist.palcom.simulated.geotagger.CoordinateStufferService}, which tags
received JPEG images with coordinates from the GPS, and an assembly
GeoTagger.ass
which combines the devices, so that
photos taken with the camera are automatically tagged with the
latest coordinates from the GPS and sent to the server.
The class {@link ist.palcom.simulated.geotagger.Main} has a
main
method which starts all the devices. The laptop
will automatically start the CoordinateStuffer and the GeoTagger
assembly, giving the image-tagging behavior.
{@link ist.palcom.simulated.geotagger.GeoTaggerFactory} is a specialized {@link ist.palcom.simulated.device.factory.AbstractDeviceFactory} for this scenario. Using that, the devices can be started and stopped individually. A PalCom browser can then be used for running the assembly.
@see ist.palcom.simulated.device @see ist.palcom.simulated.device.factory @see ist.palcom.device @see ist.palcom.simulated.geotagger.start