<?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: Creating Input for AVL System in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/creating-input-for-avl-system/m-p/312741#M1310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Matthew -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might help if you think of a "connector" as pairing a specific "adapter" with a specific "transport". It is the transport's job it to deliver a payload (raw bytes) to an adapter. It's the adapter's job to extract data from the received stream and use a GeoEvent Definition to create a GeoEvent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The '&lt;SPAN style="color: #909090; font-family: Avenir-Light, Verdana, Geneva, sans-serif; font-size: 10pt;"&gt;Receive Text from a TCP Socket&lt;/SPAN&gt;' inbound connector you mention does not reach out to a IP address to interrogate a device. It opens a TCP socket (as a server application) so that some external client can send delimited text to that socket. The TCP socket in this scenario is the transport. The out-of-the-box text adapter is what is expecting simple delimited text that it can parse in order to retrieve data values and construct a GeoEvent.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The GeoEvent Extension does not have an&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; ODBC / JDBC connector you can use to retrieve data directly from an RDBMS table. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Please take a look at the following thread:&amp;nbsp; &lt;A href="https://community.esri.com/message/542236"&gt;Re: GeoEvent process&amp;nbsp; Oracle/SQL connector&lt;/A&gt;​&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;There are exercises in the product introduction tutorial, available &lt;A href="http://links.esri.com/geoevent-tutorials"&gt;here&lt;/A&gt;​, with the other product tutorials, which introduces you to the &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; '&lt;/SPAN&gt;&lt;SPAN style="color: #909090; font-family: Avenir-Light, Verdana, Geneva, sans-serif; font-size: 10pt;"&gt;Receive Text from a TCP Socket&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;' inbound connector and the GeoEvent Simulator you can use to send data to the input.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;If we shift our focus away from the TCP socket protocol for a moment, the 10.3.x release has out-of-the-box inbound connectors which allow a data provider to HTTP/POST data directly to REST endpoint hosted by the GeoEvent Extension. &lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN&gt;Could you configure your AVL to HTTP / POST position data as generic JSON or generic XML to a GeoEvent REST endpoint? Could you develop an external Python script to retrieve records from your database and then &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;POST the data to GeoEvent?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Using an HTTP / POST mechanism to send data to GeoEvent is not AVL specific -- and that's sort of my point. When considering GeoEvent you need to identify how the extension should receiving a feed from an external system, or how you can make a REST request to an external system that will return data in a well known format (such as delimited text, generic JSON, geoJSON, or generic XML). &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Once you've had a chance to go through the product introduction tutorial, maybe you could take a look at the &lt;A href="http://www.arcgis.com/home/item.html?id=086bc14060a44c599b166d4f3767acb4"&gt;Sierra Wireless RAP Connector&lt;/A&gt; tutorial. This would only be useful if you happen to be using Sierra Wireless gateway devices in your vehicles, but the exercises will underscore the concept of how GeoEvent receives data, this time in an AVL context.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;There are also a number of commercial AVL connectors we could look at: CompassLDE (CompassCom), Zonar, Networkfleet …&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Hope this information helps -&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;RJ&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Aug 2015 23:38:40 GMT</pubDate>
    <dc:creator>RJSunderman</dc:creator>
    <dc:date>2015-08-31T23:38:40Z</dc:date>
    <item>
      <title>Creating Input for AVL System</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/creating-input-for-avl-system/m-p/312740#M1309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have just installed the GeoEvent Processor extension (10.3.1) and I'm wondering how we can use it for making an input connection to our AVL system.&amp;nbsp; Currently our AVL system writes data to a PostgreSQL database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering what type of input connector I should use?&amp;nbsp; I'm thinking TCP...?&amp;nbsp; I know the ip address of the server and port used for the PostgreSQL database, however I'm not entirely sure what needs to be done on the GeoEvent side to make this work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 18:42:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/creating-input-for-avl-system/m-p/312740#M1309</guid>
      <dc:creator>mpboyle</dc:creator>
      <dc:date>2015-08-21T18:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Input for AVL System</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/creating-input-for-avl-system/m-p/312741#M1310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Matthew -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might help if you think of a "connector" as pairing a specific "adapter" with a specific "transport". It is the transport's job it to deliver a payload (raw bytes) to an adapter. It's the adapter's job to extract data from the received stream and use a GeoEvent Definition to create a GeoEvent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The '&lt;SPAN style="color: #909090; font-family: Avenir-Light, Verdana, Geneva, sans-serif; font-size: 10pt;"&gt;Receive Text from a TCP Socket&lt;/SPAN&gt;' inbound connector you mention does not reach out to a IP address to interrogate a device. It opens a TCP socket (as a server application) so that some external client can send delimited text to that socket. The TCP socket in this scenario is the transport. The out-of-the-box text adapter is what is expecting simple delimited text that it can parse in order to retrieve data values and construct a GeoEvent.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The GeoEvent Extension does not have an&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; ODBC / JDBC connector you can use to retrieve data directly from an RDBMS table. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Please take a look at the following thread:&amp;nbsp; &lt;A href="https://community.esri.com/message/542236"&gt;Re: GeoEvent process&amp;nbsp; Oracle/SQL connector&lt;/A&gt;​&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;There are exercises in the product introduction tutorial, available &lt;A href="http://links.esri.com/geoevent-tutorials"&gt;here&lt;/A&gt;​, with the other product tutorials, which introduces you to the &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; '&lt;/SPAN&gt;&lt;SPAN style="color: #909090; font-family: Avenir-Light, Verdana, Geneva, sans-serif; font-size: 10pt;"&gt;Receive Text from a TCP Socket&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;' inbound connector and the GeoEvent Simulator you can use to send data to the input.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;If we shift our focus away from the TCP socket protocol for a moment, the 10.3.x release has out-of-the-box inbound connectors which allow a data provider to HTTP/POST data directly to REST endpoint hosted by the GeoEvent Extension. &lt;/SPAN&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN&gt;Could you configure your AVL to HTTP / POST position data as generic JSON or generic XML to a GeoEvent REST endpoint? Could you develop an external Python script to retrieve records from your database and then &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;POST the data to GeoEvent?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Using an HTTP / POST mechanism to send data to GeoEvent is not AVL specific -- and that's sort of my point. When considering GeoEvent you need to identify how the extension should receiving a feed from an external system, or how you can make a REST request to an external system that will return data in a well known format (such as delimited text, generic JSON, geoJSON, or generic XML). &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Once you've had a chance to go through the product introduction tutorial, maybe you could take a look at the &lt;A href="http://www.arcgis.com/home/item.html?id=086bc14060a44c599b166d4f3767acb4"&gt;Sierra Wireless RAP Connector&lt;/A&gt; tutorial. This would only be useful if you happen to be using Sierra Wireless gateway devices in your vehicles, but the exercises will underscore the concept of how GeoEvent receives data, this time in an AVL context.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;There are also a number of commercial AVL connectors we could look at: CompassLDE (CompassCom), Zonar, Networkfleet …&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Hope this information helps -&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;RJ&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 23:38:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/creating-input-for-avl-system/m-p/312741#M1310</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2015-08-31T23:38:40Z</dc:date>
    </item>
  </channel>
</rss>

