c++ - View AIS- Data with QT? -
anyone know how can data ais site , view in qt gui? can save them in sql database ? have data site : http://www.aishub.net/
ais : automatic identification system (ais) automatic tracking system used on ships , vessel traffic services (vts) identifying , locating vessels electronically exchanging data other nearby ships, ais base stations, , satellites. when satellites used detect ais signatures term satellite-ais (s-ais) used. ais information supplements marine radar, continues primary method of collision avoidance water transport.
you should register account @ http://www.aishub.net/ , subscribe access api described here. @ desktop side should build qt application, not every minute call api url credentials using qnetworkrequest, retrieve qnetworkreply result output (this xml or json). , parse xml or json qt build-in classes processing xml or json documents. after parsing should display processed data in preferred way, example, sortable table view, or save in database, whatever.
Comments
Post a Comment