Esri / track-idle-detector-for-geoevent

ArcGIS GeoEvent Server sample Idle Track Detector Processor for detecting idle events.
Apache License 2.0
3 stars 2 forks source link
arcgis arcgis-geoevent-server connector geoevent idle java processor server track track-idle

track-idle-detector-for-geoevent

ArcGIS GeoEvent Server sample Track Idle Detector Processor.

App

Features

Requirements

Instructions

Building the source code:

  1. Make sure Maven and ArcGIS GeoEvent Processor SDK are installed on your machine.
    c:\temp> javac -version
    c:\temp> mvn -version
  2. Clone the repository to your temp drive
    c:\temp> git clone CD into the directory
  3. Build with maven
    c:\temp> mvn clean install -Dcontact.address=[YourContactEmailAddress]'

Installing the built jar files:

  1. Use the .jar file built above or download a zip of jar and documentation.
  2. Copy the jar files into the [ArcGIS-GeoEvent-Processor-Install-Directory]/deploy folder.

Resources

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

Licensing

Copyright 2013 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's license.txt file.