<?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: Ais decoder in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/ais-decoder/m-p/1006983#M3433</link>
    <description>&lt;P&gt;Very cool, Checking it out now. Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Dec 2020 16:10:57 GMT</pubDate>
    <dc:creator>IainGoodridge</dc:creator>
    <dc:date>2020-12-04T16:10:57Z</dc:date>
    <item>
      <title>Ais decoder</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/ais-decoder/m-p/301895#M1260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there somebody out there having experiences with decoding and implementing AIS data stream.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have access to a data stream of raw NMEA data: e.g.:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;!AIVDM,1,1,,A,139la:000mPVnQNNPKvnQ59P28LO,0*49&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does Geoeventextension supports decoding of these raw data or is somebody aware of a tool that supports such a stream?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felix&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 11:20:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/ais-decoder/m-p/301895#M1260</guid>
      <dc:creator>GIS_Administratorat_RWE</dc:creator>
      <dc:date>2015-03-17T11:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ais decoder</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/ais-decoder/m-p/301896#M1261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Felix -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The AIS data stream you illustrate looks like raw 7-bit encoded NMEA-0183HS AIS data.&lt;/P&gt;&lt;P&gt;The GeoEvent Extension does not provide an adapter which is capable of decoding this format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NMEA-0183HS messages are a variation of the NMEA 0183 data standard. They are 7-bit encoded ASCII messages which are not human readable. While they are part of the broader NMEA specification, they are not what common consumer devices like Garmin or smart phone applications broadcast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NMEA messages the GeoEvent Extension is able to ingest are 8-bit NMEA-0183 messages which typically look more like the following:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/91406_Capture.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;The full NMEA specification details a variety of different message sentence structures. There was a pull-request, for example, on the &lt;A href="https://github.com/Esri/nmea-for-geoevent"&gt;Esri / nmea-for-geoevent GitHub project&lt;/A&gt; to modify the sample connector we have on the gallery to support RMC sentences of different lengths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having open-sourced our NMEA implementation, developers are able to tailor the connector to match their device's sentence structure - if what they are receiving does not happen to match the GGA / GSA / GSV / RMC sentence structures illustrated above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the NMEA-0183HS AIS data you are receiving cannot be adapted by the NMEA connector on the Gallery, have you considered the &lt;A href="http://www.arcgis.com/home/item.html?id=2747f7c0bec9483592a76e820267b1fc"&gt;exactEarth Latest Vessel Information connector&lt;/A&gt; available from the &lt;A href="http://links.esri.com/geoevent-partner-gallery"&gt;Partner Gallery&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards -&lt;/P&gt;&lt;P&gt;RJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 22:19:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/ais-decoder/m-p/301896#M1261</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2015-04-28T22:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ais decoder</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/ais-decoder/m-p/301897#M1262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Felix,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've built a Geoevent extension custom adaptor that takes in raw AIS Messages and decodes them using Thomas Borg Salling's AIS Message Java API library. More information about the Java API can be found at &lt;A href="http://ais.tbsalling.dk/" title="http://ais.tbsalling.dk/"&gt;AIS Message Decoder&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 02:02:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/ais-decoder/m-p/301897#M1262</guid>
      <dc:creator>JamesDo</dc:creator>
      <dc:date>2015-04-29T02:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ais decoder</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/ais-decoder/m-p/301898#M1263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the information. Is it possible that you share the custom adapter with us?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felix&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 14:35:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/ais-decoder/m-p/301898#M1263</guid>
      <dc:creator>GIS_Administratorat_RWE</dc:creator>
      <dc:date>2015-04-29T14:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Ais decoder</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/ais-decoder/m-p/301899#M1264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Felix,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A colleague mentioned that while the Java AIS library &lt;A href="https://github.com/tbsalling/aismessages" title="https://github.com/tbsalling/aismessages"&gt;https://github.com/tbsalling/aismessages&lt;/A&gt;​ is open source, it does require a commercial license. Since TB Salling is what James referenced in his post, I don't think James will be able to share the custom adapter he built - it's probably licensed for use by their client / customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a few other Java AIS libraries out there:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://github.com/dma-ais/AisLib"&gt;https://github.com/dma-ais/AisLib&lt;/A&gt; (Java &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://github.com/schwehr/libais"&gt;https://github.com/schwehr/libais&lt;/A&gt; (built on a core C++ lib)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some other tools / hints you might find helpful:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use telnet to check the AIS stream. This &lt;A href="http://nmearouter.com/docs/ais/ais_decoder_v3_downloads.html"&gt;downloads page&lt;/A&gt; from nmearouter.com provides a desktop application which can connect to an AIS stream and decode messages.&lt;/LI&gt;&lt;LI&gt;The site &lt;A href="http://catb.org/gpsd/AIVDM.html"&gt;http://catb.org/gpsd/AIVDM.html&lt;/A&gt; has good descriptions of all AIS messages.&lt;/LI&gt;&lt;LI&gt;Some Python and Java AIS parsers built on a fast C++ core are available from &lt;A href="https://github.com/schwehr/libais"&gt;https://github.com/schwehr/libais&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Some additional parsers can be found here:&amp;nbsp; &lt;A href="https://github.com/bcl/aisparser"&gt;https://github.com/bcl/aisparser&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was also mentioned that serial to TCP/IP hardware adapters were a big help to the development team. They allowed access the AIS transponders remotely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A big thank you to the &lt;A href="https://esriaustralia.com.au/about-esri-australia"&gt;Esri Australia team&lt;/A&gt; for the information above.&lt;/P&gt;&lt;P&gt;You can reach out to them via their distributor page:&amp;nbsp; &lt;A href="https://esriaustralia.com.au/contact-us" title="https://esriaustralia.com.au/contact-us"&gt;https://esriaustralia.com.au/contact-us&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 22:48:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/ais-decoder/m-p/301899#M1264</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2015-04-29T22:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ais decoder</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/ais-decoder/m-p/301900#M1265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested the custom connector ais-for-geoevent which is available on GitHub here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/pilsna/ais-for-geoevent"&gt;https://github.com/pilsna/ais-for-geoevent&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The author implemented this for GeoEvent 10.2.2. It will need to be slightly modified (e.g. pom file and geometry code) to make it work with GeoEvent 10.3.x or later. In general the connector works well with the raw AIS NMEA. The connector only provides coordinates and a subset of fields though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Morakot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 17:36:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/ais-decoder/m-p/301900#M1265</guid>
      <dc:creator>MorakotPilouk</dc:creator>
      <dc:date>2016-02-23T17:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Ais decoder</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/ais-decoder/m-p/301901#M1266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Esri GeoEvent Team has developed an AIS connector for GeoEvent.&amp;nbsp; &amp;nbsp;Please give it a try. Any issues, comments, enhancement requests sould be added as comments on the connector's gallery page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.arcgis.com/home/item.html?id=24770812a22e4feba56555aeafbf68ac" title="https://www.arcgis.com/home/item.html?id=24770812a22e4feba56555aeafbf68ac"&gt;https://www.arcgis.com/home/item.html?id=24770812a22e4feba56555aeafbf68ac&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2020 15:06:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/ais-decoder/m-p/301901#M1266</guid>
      <dc:creator>EricIronside</dc:creator>
      <dc:date>2020-10-01T15:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ais decoder</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/ais-decoder/m-p/1006983#M3433</link>
      <description>&lt;P&gt;Very cool, Checking it out now. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 16:10:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/ais-decoder/m-p/1006983#M3433</guid>
      <dc:creator>IainGoodridge</dc:creator>
      <dc:date>2020-12-04T16:10:57Z</dc:date>
    </item>
  </channel>
</rss>

