<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to get the coordinate of the mobile device ? (GPS motorola). in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-get-the-coordinate-of-the-mobile-device-gps/m-p/100888#M440</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;as you well said ,the NMEA Adapter tutorial will not applicable for my GPS because my Motorala GPS has Windows CE &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know where&amp;nbsp; I can&amp;nbsp; find a sample tour Connector for Windows CE &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for any orientation&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Feb 2014 13:29:25 GMT</pubDate>
    <dc:creator>DIALLOAbdoulaye</dc:creator>
    <dc:date>2014-02-27T13:29:25Z</dc:date>
    <item>
      <title>How to get the coordinate of the mobile device ? (GPS motorola).</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-get-the-coordinate-of-the-mobile-device-gps/m-p/100885#M437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Everyone ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i Hope that i am in the right place &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is my first expérience with the Tracking Application especially with arcgis Geoevent Processor &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in my case i have to build an application with arcgis Geoevent processor&amp;nbsp; to locate someone who travels with a mobile device (Gps Motorola).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In Fact my Question is :how to get a coordinate of the mobile (Gps) do i need an application inside the Device or not ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;wich protocole do i have to use to comunicate the coordinate of the mobile device? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i am using arcgis APi for silverlight and arcgis Geoevent processor &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help or orientation will be grateful for me beacause i am new.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 07:52:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-get-the-coordinate-of-the-mobile-device-gps/m-p/100885#M437</guid>
      <dc:creator>DIALLOAbdoulaye</dc:creator>
      <dc:date>2014-02-26T07:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the coordinate of the mobile device ? (GPS motorola).</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-get-the-coordinate-of-the-mobile-device-gps/m-p/100886#M438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Diallo -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are on the right track. Yes, you will need some sort of application running on the mobile device to broadcast the device's position over a communication channel / protocol (e.g. TCP, UDP, HTTP ...) which GeoEvent Processor can monitor to receive the data. Alternatively you could have an application running on the mobile device which posts JSON to a GeoEvent Processor Input connector's REST endpoint ... or establish a REST endpoint the GeoEvent Processor could poll to retrieve position information from the mobile device. These are three typical ways to get event data into GeoEvent Processor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;You might want to take a look at the &lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt;NMEA" rel="nofollow" target="_blank"&amp;gt;http://www.arcgis.com/home/item.html?id=1717c2f7fe5b497491234ce3a352bdd2]NMEA&lt;/A&gt;&lt;SPAN&gt; Adapter tutorial we have available on our &lt;A href="&amp;lt;/span&amp;gt;&amp;lt;a" target="_blank"&gt;Product" rel="nofollow" target="_blank"&amp;gt;http://www.arcgis.com/home/group.html?owner=GeoEventTeam&amp;amp;title=ArcGIS%20GeoEvent%20Processor]Product&lt;/A&gt;&lt;SPAN&gt; Gallery. While this tutorial is probably not applicable to your GPS enabled Motorola device, reading through the tutorial may provide some clarity for you with regard to how GeoEvent Processor is used to receive data feeds from mobile devices which are broadcasting information over TCP / UDP.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;You might also want to take a look at the forum thread [url=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/95071-esri-receive-features-rest-in]esri-receive-features-rest-in[/url" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/95071-esri-receive-features-rest-in]esri-receive-features-rest-in[/url&lt;/A&gt;&lt;SPAN&gt;] which describes one of the alternatives I mention above - posting JSON to an Input's REST endpoint.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If developing a web application using the Silverlight API doesn't provide you a ready solution, you might consider leveraging one of the native SDKs (Java, Android, iOS, WPF, ...) to develop a Runtime application which can broadcast the device's position information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this information helps -&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RJ&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 16:52:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-get-the-coordinate-of-the-mobile-device-gps/m-p/100886#M438</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2014-02-26T16:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the coordinate of the mobile device ? (GPS motorola).</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-get-the-coordinate-of-the-mobile-device-gps/m-p/100887#M439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi RJ Sunderman&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot ,your explanation is very clear&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll check the links you provided I think it will help me to understand&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&amp;nbsp; again for the orientation&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 19:59:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-get-the-coordinate-of-the-mobile-device-gps/m-p/100887#M439</guid>
      <dc:creator>DIALLOAbdoulaye</dc:creator>
      <dc:date>2014-02-26T19:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the coordinate of the mobile device ? (GPS motorola).</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-get-the-coordinate-of-the-mobile-device-gps/m-p/100888#M440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;as you well said ,the NMEA Adapter tutorial will not applicable for my GPS because my Motorala GPS has Windows CE &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know where&amp;nbsp; I can&amp;nbsp; find a sample tour Connector for Windows CE &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for any orientation&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 13:29:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-get-the-coordinate-of-the-mobile-device-gps/m-p/100888#M440</guid>
      <dc:creator>DIALLOAbdoulaye</dc:creator>
      <dc:date>2014-02-27T13:29:25Z</dc:date>
    </item>
  </channel>
</rss>

