BE1023097B1 - SOFTWARE FOR ACCESSING AND OFFERING NAUTICAL SENSOR DATA TO SIMPLY ACTIVE WINDOWS APPLICATIONS WITHIN A NETWORK - Google Patents

SOFTWARE FOR ACCESSING AND OFFERING NAUTICAL SENSOR DATA TO SIMPLY ACTIVE WINDOWS APPLICATIONS WITHIN A NETWORK Download PDF

Info

Publication number
BE1023097B1
BE1023097B1 BE2014/0234A BE201400234A BE1023097B1 BE 1023097 B1 BE1023097 B1 BE 1023097B1 BE 2014/0234 A BE2014/0234 A BE 2014/0234A BE 201400234 A BE201400234 A BE 201400234A BE 1023097 B1 BE1023097 B1 BE 1023097B1
Authority
BE
Belgium
Prior art keywords
applications
sensors
software
network
windows
Prior art date
Application number
BE2014/0234A
Other languages
Dutch (nl)
Original Assignee
Tresco Enginieering Bvba
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tresco Enginieering Bvba filed Critical Tresco Enginieering Bvba
Priority to BE2014/0234A priority Critical patent/BE1023097B1/en
Application granted granted Critical
Publication of BE1023097B1 publication Critical patent/BE1023097B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/105Program control for peripheral devices where the programme performs an input/output emulation function

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

In de klassieke benadering om nautische sensoren (GPS-ontvangers, AlS-transponders, windmeters, dieptemeters, ...) te koppelen aan softwaretoepassingen bestaan er een aantal problemen. Deze problemen hebben te maken met het splitsen van de sensorsignalen en het elektrisch aansluiten van deze sensoren aan de computers waarop de toepassingen draaien. De hier beschreven uitvinding biedt een elegante software-oplossing voor het verdelen van sensordata naar Windows toepassingen. Sensoren kunnen - eventueel verdeeld over een netwerk - gekoppeld worden aan de dichtstbijzijnde computer. Via een softwareservice gaat de computer die met één of meerdere sensoren verbonden is, deze sensordata van en naar (eventueel meerdere) toepassingen communiceren. Een monitorfunctie is voorzien om de (status van de) datacommunicatie te bekijken. Deze oplossing blijkt ideaal voor binnenvaartschepen met navigatietoepassingen die willen communiceren met meerdere nautische sensoren die het seriële NMEA-protocol gebruiken.There are a number of problems in the classic approach of linking nautical sensors (GPS receivers, AlS transponders, wind gauges, depth gauges, ...) to software applications. These problems are related to the splitting of the sensor signals and the electrical connection of these sensors to the computers running the applications. The invention described here offers an elegant software solution for distributing sensor data to Windows applications. Sensors can be connected to the nearest computer - possibly distributed over a network. Via a software service, the computer that is connected to one or more sensors will communicate this sensor data to and from (possibly several) applications. A monitor function is provided to view the (status of the) data communication. This solution proves ideal for inland vessels with navigation applications that want to communicate with multiple marine sensors using the serial NMEA protocol.

Description

SOFTWARE VOOR HET ONTSLUITEN EN AANBIEDEN VAN NAUTISCHE SENSORDATA AAN TEGELIJK ACTIEVE WINDOWS-TOEPASSINGEN BINNEN EENSOFTWARE FOR ACCESSING AND OFFERING NAUTICAL SENSOR DATA TO SIMPLY ACTIVE WINDOWS APPLICATIONS WITHIN A

NETWERKNETWORK

TECHNISCH GEBIED VAN DE UITVINDINGTECHNICAL FIELD OF THE INVENTION

Op binnenvaartschepen wordt veelvuldig gebruik gemaakt van navigatiesystemen waarvan de software wordt uitgevoerd op een personal computer (PC). Aan deze navigatiecomputer worden verschillende scheepssensoren aangesloten. De communicatie met deze sensoren gebeurt voornamelijk via het nautische NMEA 0183-protocol. Dit is een serieel protocol dat door PCs via een RS232- of USB-poort kan aangeboden worden. GPS-ontvangers, AIS-transponders, wind- en dieptemeters zijn voorbeelden van NMEA 0183-compatibele sensoren die aan boord voorkomen.Inland navigation vessels make frequent use of navigation systems whose software is executed on a personal computer (PC). Various ship sensors are connected to this navigation computer. Communication with these sensors is mainly via the nautical NMEA 0183 protocol. This is a serial protocol that can be offered by PCs via an RS232 or USB port. GPS receivers, AIS transponders, wind and depth gauges are examples of NMEA 0183-compatible sensors that exist on board.

Zoals hierin vermeld staat NMEA 0183 voor "National Marine Electronics Association, standard 0183"; GPS staat voor Global Positioning System, het Amerikaanse satelliet-plaatsbepalingssysteem en AIS staat voor Automatic Identification System, een techniek waardoor de scheepvaart in een straal van 30 km minimaal elkaars positie, koers en snelheid kunnen zien.As mentioned herein, NMEA 0183 stands for "National Marine Electronics Association, standard 0183"; GPS stands for Global Positioning System, the American satellite positioning system and AIS stands for Automatic Identification System, a technology that allows shipping to see each other's position, course and speed in a radius of 30 km.

Software technisch moet een toepassing eerst een communicatiepoort 'openen' op de eigen PC vooraleer er data kan over-en-weer gestuurd worden. Uiteraard is het nuttig en vaak essentieel dat meerdere (navigatie)toepassingen tegelijk met een sensor kunnen communiceren. Echter, de courante besturingssystemen koppelen na het 'openen' van een communicatiepoort dit datakanaal exclusief aan de toepassing die de poort het eerst opende. Hierdoor is het onmogelijk voor een andere toepassing om deze poort ook te openen en hierover vervolgens met diezelfde sensor te communiceren.Software-technical, an application must first 'open' a communication port on its own PC before data can be sent back and forth. Of course it is useful and often essential that several (navigation) applications can communicate with a sensor at the same time. However, current operating systems link this data channel exclusively to the application that first opened the port after 'opening' a communication port. This makes it impossible for another application to open this port and subsequently communicate with the same sensor.

Naast de beschreven problematiek om meerdere toepassingen op één bepaalde PC dezelfde poort te laten openen, zou het ook nuttig zijn dat toepassingen op andere PCs in een netwerk (LAN (local area network), WAN (wide area network) of het internet) ook tot die poort toegang zouden kunnen krijgen. Dit soort toegang tot een sensor lijkt voor de (remote) toepassing alsof het een toegang tot een lokale communicatie poort is, terwijl echter de datacommunicatie transparant - over het netwerk heen - verloopt. Dus, ook meerdere toepassingen op verschillende PCs zouden poorten met elkaar moeten kunnen delen en gebruiken.In addition to the described problems of allowing multiple applications on one particular PC to open the same port, it would also be useful that applications on other PCs in a network (LAN (local area network), WAN (wide area network) or the internet) also could gain access to that port. This type of access to a sensor seems to the (remote) application as if it is an access to a local communication port, while the data communication is transparent - across the network. Therefore, multiple applications on different PCs should also be able to share and use ports with each other.

De hier beschreven uitvinding geeft een oplossing voor beide problemen: "port sharing” laat toe dat toepassingen een enkele poort delen, en door het gebruik van internet protocol sockets kunnen toepassingen poorten (op andere netwerk-PCs) op afstand benaderen.The invention described here provides a solution for both problems: "port sharing" allows applications to share a single port, and by using internet protocol sockets, applications can access ports (on other network PCs) remotely.

STAND DER TECHNIEKBACKGROUND ART

Omdat het vaak praktisch nodig is om sensordata aan meerdere toepassingen aan te bieden, werden tot nu toe de volgende opties (omwegen) gebruikt om de eerder vermelde problemen op te lossen:Because it is often practically necessary to offer sensor data to multiple applications, the following options (detours) have so far been used to solve the previously mentioned problems:

Optie 1: installeer meerdere PCs waarbij elke PC slechts één (sensor)toepassing uitvoertOption 1: install multiple PCs with each PC running only one (sensor) application

Nadelen: • de kostprijs stijgt door de aankoop van extra PCs en communicatiepoorten; • de kostprijs stijgt door de installatie van de extra PCs en communicatiepoorten; • de poorten zijn niet bereikbaar over een netwerk; • de verschillende toepassingen weten niet van elkaars bestaan af.Disadvantages: • the cost price increases due to the purchase of additional PCs and communication ports; • the cost price increases due to the installation of the additional PCs and communication ports; • the ports are not accessible over a network; • the different applications do not know about each other's existence.

Optie 2: splits de sensorsignalen elektrisch naar meerdere communicatiepoorten waarbij elke toepassing dan zijn eigen poort kan openenOption 2: electrically split the sensor signals to multiple communication ports where each application can then open its own port

Nadelen: • de kostprijs stijgt door de installatie van de poorten en de splitkabels; • de kostprijs stijgt door de aankoop van eventueel extra fysieke communicatiepoorten; • de poorten zijn niet bereikbaar over een netwerk; • de verschillende toepassingen - die met eenzelfde sensor communiceren - weten niet van elkaars bestaan af.Disadvantages: • the cost price increases due to the installation of the gates and the split cables; • the cost price increases due to the purchase of any additional physical communication ports; • the ports are not accessible over a network; • the different applications - which communicate with the same sensor - do not know each other's existence.

Bij beide opties geeft dit laatste nadeel vooral problemen qua synchronisatie bij een bidirectionele link tussen een softwaretoepassing en een sensor: als beide toepassingen tegelijk informatie sturen, dan wordt het seriële signaal onleesbaar voor de sensor. Hierdoor komt er GEEN of FOUTE data aan bij de sensor.With both options, this latter disadvantage mainly causes problems with synchronization with a bidirectional link between a software application and a sensor: if both applications simultaneously send information, the serial signal becomes unreadable for the sensor. As a result, NO or ERROR data arrives at the sensor.

Optie 3: installeer third party splitter software, bijv. het product Eltima Serial Port Splitter, voor duplicatie van fysieke communicatiepoorten naar virtuele (software) communicatiepoortenOption 3: install third party splitter software, eg the Eltima Serial Port Splitter product, for duplication of physical communication ports to virtual (software) communication ports

Nadelen: • de kostprijs stijgt door installatie en de aankoop van externe software; • configuratiegewijs wordt de installatie moeilijker; • extra third party software is nodig om de poorten bereikbaar te maken over een netwerk; • De verschillende toepassingen - die met eenzelfde sensor communiceren - weten niet van elkaars bestaan af omdat deze software poorten simuleert. De toepassing heeft geen benul van de omleiding die extern door deze software gebeurd. Hierdoor kan de toepassing hier ook niet op inspelen.Disadvantages: • the cost price increases due to installation and the purchase of external software; • configuration wise the installation becomes more difficult; • additional third party software is required to make the ports accessible over a network; • The different applications - which communicate with the same sensor - do not know each other's existence because this software simulates ports. The application has no sense of the redirection that occurs externally through this software. As a result, the application cannot respond to this either.

BESCHRIJVING VAN DE UITVINDINGDESCRIPTION OF THE INVENTION

Doel van de uitvindingObject of the invention

Het doel van de oplossing is meervoudig: • vermijd de exclusieve toewijzing van één poort aan één toepassing; • maak poorten in een netwerk 'beschikbaar' voor alle computers binnen hun netwerk; • maak gebruik van software die eenvoudig is te installeren; • zorg dat applicaties op de hoogte zijn van de port sharing (application awareness); en • zoek de meest kosteneffectieve oplossing (i.e. geen aankoopverplichting van extra hardware, noch third party software).The purpose of the solution is multiple: • avoid the exclusive allocation of one port to one application; • make ports on a network 'available' for all computers within their network; • use software that is easy to install; • ensure that applications are aware of port sharing (application awareness); and • look for the most cost-effective solution (i.e. no obligation to purchase additional hardware or third party software).

De hier voorgestelde uitvinding voldoet aan al deze eisen. Er is geen bijkomende hardware of hardware-installatie vereist. De communicatie naar de sensor wordt geserialiseerd waardoor er geen beschadigd geraakte data meer kan voorkomen. De toepassingen weten van eikaars bestaan af en kunnen hierdoor hun logica ('software intelligentie') hierop afstemmen.The invention proposed here meets all these requirements. No additional hardware or hardware installation is required. The communication to the sensor is serialized, which means that corrupted data can no longer occur. The applications know each other's existence and can therefore adjust their logic ('software intelligence') accordingly.

De hier beschreven oplossing bestaat uit een extra, nieuwe softwarelaag die wordt geplaatst tussen de fysieke communicatiepoorten en de softwaretoepassingen. Deze laag zal dan ook alle communicatie tussen (meerdere) poorten en (meerdere) toepassingen beheren. We noemen de softwarelaag van deze uitvinding de "communicatie service" en we noemen deze softwaredienstverlening kortweg "CommServer".The solution described here consists of an additional, new software layer that is placed between the physical communication ports and the software applications. This layer will therefore manage all communication between (multiple) ports and (multiple) applications. We call the software layer of this invention the "communication service" and we call this software service "CommServer" for short.

Indien gewenst kan de CommServer-software automatisch geïnstalleerd worden bij installatie van een (CommServer- compatibele) toepassing.If desired, the CommServer software can be installed automatically when installing a (CommServer-compatible) application.

Beschrijving van de oplossingDescription of the solution

De CommServer is een softwareservice die werkt met het bestaande Windows besturingssysteem. Elke computer (binnen het netwerk) die communicatiepoorten wil ontsluiten voor CommServer-toepassingen, zal deze service moeten starten. Toepassingen kunnen poorten benaderen op de lokale PC of op een PC binnen het netwerk (LAN, WAN of internet).The CommServer is a software service that works with the existing Windows operating system. Any computer (within the network) that wants to open communication ports for CommServer applications will have to start this service. Applications can access ports on the local PC or on a PC within the network (LAN, WAN or internet).

Het schema in Fig. 1 toont de verschillende lagen van het totale softwaremodel op één computer: • Bovenaan bevinden zich de softwaretoepassingen (rood); • Onderaan bevinden zich de fysieke aansluitingen (paars) naar de verschillende sensoren.The diagram in FIG. 1 shows the different layers of the total software model on one computer: • At the top are the software applications (red); • The physical connections (purple) to the various sensors are located at the bottom.

Het gele blok "Tresco CommServer" stelt de uitvinding voor. Het is deze softwarelaag die de nodige poorten exclusief gaat openen.The yellow block "Tresco CommServer" represents the invention. It is this software layer that will open the necessary ports exclusively.

Hierna kunnen toepassing A ,B en/of C dezelfde sensoren benaderen door gebruik te maken van een socket-verbinding met de CommServer. Dankzij deze techniek kunnen toepassing A, B en C hun communicatiepoorten dan ook onderling delen, en, kunnen de toepassingen op andere PCs ook van op afstand deze (paarse) poorten benaderen.After this, application A, B and / or C can access the same sensors by using a socket connection with the CommServer. Thanks to this technique, applications A, B and C can share their communication ports with each other, and, on other PCs, applications can also access these (purple) ports remotely.

Deze benadering sluit echter niet uit dat legacy-toepassingen nog steeds op de klassieke wijze (maar dan wel enkel exclusief) andere lokale communicatiepoorten kunnen openen.However, this approach does not exclude that legacy applications can still open other local communication ports in the traditional way (but only exclusively).

Hieronder vindt men een voorbeeldscenario, zoals in Fig. 2, van een mogelijke koppeling tussen toepassingen en communicatiepoorten voor een situatie aan boord van een binnenvaartschip met vier tegelijk actieve toepassingen op de brug: • toepassing A (kaartnavigatie) opent de GPS-ontvanger, de AIS-transponder en de dieptemeter; • toepassing B (radar-overlay) opent de GPS-ontvanger en de AIS-transponder; • toepassing C (conningscherm) opent de GPS-ontvanger en de dieptemeter; • toepassing D (beladingstoepassing) opent (exclusief) de beladingssensoren.Below is an example scenario, such as in FIG. 2, of a possible link between applications and communication ports for a situation on board a barge with four simultaneously active applications on the bridge: • application A (map navigation) opens the GPS receiver, the AIS transponder and the depth sounder; • application B (radar overlay) opens the GPS receiver and the AIS transponder; • application C (connection screen) opens the GPS receiver and the depth gauge; • application D (loading application) opens (exclusively) the loading sensors.

Het is enkel dankzij de CommServer, zie Fig. 2, dat toepassingen A, B en C hun sensoren kunnen 'delen'.It is only thanks to the CommServer, see Fig. 2, that applications A, B and C can 'share' their sensors.

Beschrijving van de deelfuncties en het algoritmeDescription of the sub-functions and the algorithm

Hier vindt U een stapsgewijze beschrijving van het CommServer algoritme. Uiteraard zijn er a priori een aantal configuratieparameters in te stellen. Deze configuratieparameters worden beschreven in een configuratieregister, al dan niet beveiligd via een USB-beveiligingssleutel of hardware dongle. Het register kan lokaal of op een gedeeld netwerkpad opgeslagen worden.Here you will find a step-by-step description of the CommServer algorithm. Of course, a number of configuration parameters can be set a priori. These configuration parameters are described in a configuration register, whether or not secured via a USB security key or hardware dongle. The register can be stored locally or on a shared network path.

Volgende parameters zijn noodzakelijk a priori te configureren per computer die poorten wil ontsluiten: • de opsomming van welke poortnummers er moeten worden gedeeld/geopend; • het maximaal aantal toepassingen dat elke poort mag benaderen; • IP-poortnummers waarop de CommServer door de toepassingen bereikbaar is via de Windows socket interface (WinSock).The following parameters are required to be configured a priori for each computer that wants to unlock ports: • the list of which port numbers are to be shared / opened; • the maximum number of applications that each port can access; • IP port numbers on which the CommServer can be reached by the applications via the Windows socket interface (WinSock).

Overzicht van de code van de CommServer: • controleer bij het opstarten van deze CommServer of er reeds een andere instantie van de CommServer actief is: - indien er een andere C/S actief is: beëindig deze instantie onmiddellijk; - indien er geen andere C/S actief is: ga verder met de opstartprocedure. • bij het opstarten van de CommServer code, worden alle geconfigureerde communicatiepoorten exclusief geopend via de standaard Windows-communicatie API. API staat voorOverview of the CommServer code: • when starting this CommServer, check whether another instance of the CommServer is already active: - if another C / S is active: terminate this instance immediately; - if no other C / S is active: continue with the start-up procedure. • when starting the CommServer code, all configured communication ports are opened exclusively via the standard Windows communication API. API stands for

Application Programming Interface, dit is de manier waarop een softwareontwikkelaar een softwaredienst kan aanspreken. • de service start een TCP/IP listener op het vooraf geconfigureerde internetpoortnummer. TCP/IP staat voorApplication Programming Interface, this is the way in which a software developer can address a software service. • the service starts a TCP / IP listener on the pre-configured internet port number. TCP / IP stands for

Transmission Control Protocol van het Internet Protocol en een listener is een code die wacht op een aanvraag van een andere toepassing op een bepaalde internetpoort. • de service wacht op binnenkomende aanvragen van toepassingen • voor elke inkomende poortaanvraag controleert de CommServer of het maximaal geconfigureerde aantal connecties niet wordt overschreden - indien het maximum niet is overschreden: sta de nieuwe verbinding toe - indien het maximum is overschreden: negeer de huidige verbindingsaanvraag • de CommServer 'luistert' nu naar alle inkomende (seriële) data van zowel de sensoren (via de communicatiepoorten) als naar de inkomende (seriële) data van de toegelaten verbindingen van de toepassingen. • de ontvangen, inkomende data wordt verzameld in tijdelijke geheugenbuffers • het ontvangen datapakket wordt van de tijdelijke buffer naar een pakketbuffer gekopieerd • doe voor elke geopende communicatiepoort het volgende: verstuur het datapakket dat van die bepaalde communicatiepoort komt naar alle toepassingen die hiervoor een verbinding hebben aangegaan • doe voor elke toepassingsverbinding het volgende: verstuur het datapakket dat van die bepaalde toepassingsverbinding komt naar die poort waarvoor deze toepassing eerder de verbinding aanvroeg - door - zoals hierboven beschreven - constant in volgorde te itereren over: o alle geconfigureerde communicatiepoorten, en, o alle toepassingsverbindingen, wordt automatisch alle data geserialiseerd en correct na elkaar in de juiste volgorde verstuurd. Beschadigde data kan hierdoor niet optreden. • wanneer een toepassing zijn verbinding beëindigt (of 'sluit'), gaat de CommServer deze connectie afbreken • wanneer alle toepassingsverbindingen worden afgesloten, blijft de service wel actief • de CommServer geeft aan alle verbonden toepassingen elke 5 seconden een keep-alive- of heartbeat-pakket waardoor de toepassing weet dat z'n communicatie nog actief is; dit is vooral belangrijk voor toepassingen op afstandTransmission Control Protocol of the Internet Protocol and a listener is a code that is waiting for a request from another application on a certain internet port. • the service waits for incoming applications from applications • for each incoming port request, the CommServer checks whether the maximum configured number of connections is not exceeded - if the maximum is not exceeded: allow the new connection - if the maximum is exceeded: ignore the current connection request • the CommServer now 'listens' to all incoming (serial) data from both the sensors (via the communication ports) and to the incoming (serial) data from the permitted connections of the applications. • the received incoming data is collected in temporary memory buffers • the received data packet is copied from the temporary buffer to a packet buffer • do the following for each opened communication port: send the data packet coming from that particular communication port to all applications that have a connection for this entered into • for each application connection: send the data packet that comes from that particular application connection to the port for which this application previously requested the connection - by - as described above - constantly iterating over: o all configured communication ports, and, o all application connections, all data is automatically serialized and sent correctly one after the other in the correct order. Damaged data can therefore not occur. • when an application terminates its connection (or 'closes'), the CommServer will terminate this connection • if all application connections are closed, the service will remain active • the CommServer will give all connected applications a keep-alive or heartbeat every 5 seconds package that informs the application that its communication is still active; this is especially important for remote applications

Verder kan een computergebruiker - ter controle van de totale datacommunicatie - een CommServer-statusvenster raadplegen om de verbindingen en communicatie te bekijken (monitor-functie), zie Fig. 3 en Fig. 4.Furthermore, a computer user - for checking the total data communication - can consult a CommServer status window to view the connections and communication (monitor function), see Fig. 3 and FIG. 4.

De beschreven oplossing toegepast met een netwerkvoorbeeldThe described solution applied with a network example

Naast het voorbeeld, Fig. 1, dat reeds gegeven werd bij de beschrijving van deze uitvinding, geven we een uitgebreider voorbeeld in Fig. 5. Hierin schetsen we een scenario waarbij twee computers via een (eventueel draadloos) netwerk zijn verbonden.In addition to the example, FIG. 1, which has already been given in the description of this invention, we give a more extensive example in FIG. 5. Here we outline a scenario in which two computers are connected via a (possibly wireless) network.

Via het netwerk zijn alle 'gedeelde' seriële communicatiepoorten (zijnde COM1, 2 en 3 van PC 1 en COM1, 2, 3 en 4 van PC 2) beschikbaar voor beide netwerkcomputers. Uiteraard moet het configuratieregister per computer initieel zó worden geparametreerd. Bij de allereerste aanvraag tot verbinding van een CommServer-toepassing zal de CommServer automatisch opgestart worden en alle poorten ontsluiten via een socketinterface.All 'shared' serial communication ports (being COM1, 2 and 3 from PC 1 and COM1, 2, 3 and 4 from PC 2) are available via the network for both network computers. Of course, the configuration register must initially be configured per computer in this way. With the very first request to connect a CommServer application, the CommServer will be started automatically and unlock all ports via a socket interface.

De term 'netwerk' kan ruim geïnterpreteerd worden. Dit kan zijn: een ethernet-verbinding tussen twee computers (LAN), een draadloze verbinding (Wi-Fi) of een lange-afstandsverbinding (WAN+VPN) via het publieke internet zijn.The term "network" can be interpreted broadly. This can be: an ethernet connection between two computers (LAN), a wireless connection (Wi-Fi) or a long-distance connection (WAN + VPN) via the public internet.

Claims (5)

CONCLUSIESCONCLUSIONS 1. Een methode, die toelaat seriële (NMEA) data, typisch voor nautische NMEA 0183-sensoren aan boord van schepen, en ontvangen via één of meerdere PC-communicatiepoorten, te (ver)delen over meerdere (Windows-)toepassingen, door de verbindingen (communicatiepoorten) te beheren via een generieke socketinterface.1. A method that allows serial (NMEA) data, typical of nautical NMEA 0183 sensors on board ships, and received via one or more PC communication ports, to be distributed or distributed over multiple (Windows) applications by the manage connections (communication ports) via a generic socket interface. 2. Een methode die toelaat seriële (NMEA) data, typisch voor nautische NMEA 0183-sensoren aan boord van schepen, en ontvangen via één of meerdere (Windows-)toepassingen, door te geven naar een fysieke PC-communicatiepoort, door de verbindingen (communicatiepoorten) te beheren via een generieke socketinterface.2. A method that allows serial (NMEA) data, typical for nautical NMEA 0183 sensors on board ships, and received via one or more (Windows) applications, to be transmitted to a physical PC communication port, through the connections ( communication ports) via a generic socket interface. 3. Een software-instrument, dat geschikt is om aan boord van schepen, snel, veilig en vlot de typische scheepvaart sensordata over een netwerk te verspreiden op scheepsbruggen die meerdere (Windows-)toepassingen gelijktijdig uitvoeren, gebruikmakende van de methodes van conclusie 1 en/of 2.3. A software instrument capable of quickly, safely and smoothly spreading the typical shipping sensor data over a network on ships' bridges executing multiple (Windows) applications simultaneously on board of ships, using the methods of claim 1 and / or 2. 4. Gebruik van de methodes van conclusie 1 en/of 2, zodat de applicaties ((Windows-)toepassingen) impliciet weten dat ze via deze interface data kunnen communiceren zodat ze daardoor intelligenter met sensoren kunnen data uitwisselen.Use of the methods of claim 1 and / or 2, so that the applications ((Windows) applications) know implicitly that they can communicate data via this interface so that they can exchange data more intelligently with sensors. 5. Een computerprogramma, die op alle Microsoft besturingssystemen sinds Windows 2000 functioneert, dat het algoritme bevat voor beheer van de verbindingen (communicatie poorten) via een generieke socketinterface, geschikt voor de methodes van conclusie 1 en/of 2.A computer program that has been running on all Microsoft operating systems since Windows 2000, which contains the algorithm for managing the connections (communication ports) via a generic socket interface, suitable for the methods of claim 1 and / or 2.
BE2014/0234A 2014-04-10 2014-04-10 SOFTWARE FOR ACCESSING AND OFFERING NAUTICAL SENSOR DATA TO SIMPLY ACTIVE WINDOWS APPLICATIONS WITHIN A NETWORK BE1023097B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
BE2014/0234A BE1023097B1 (en) 2014-04-10 2014-04-10 SOFTWARE FOR ACCESSING AND OFFERING NAUTICAL SENSOR DATA TO SIMPLY ACTIVE WINDOWS APPLICATIONS WITHIN A NETWORK

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
BE2014/0234A BE1023097B1 (en) 2014-04-10 2014-04-10 SOFTWARE FOR ACCESSING AND OFFERING NAUTICAL SENSOR DATA TO SIMPLY ACTIVE WINDOWS APPLICATIONS WITHIN A NETWORK

Publications (1)

Publication Number Publication Date
BE1023097B1 true BE1023097B1 (en) 2016-11-21

Family

ID=50884182

Family Applications (1)

Application Number Title Priority Date Filing Date
BE2014/0234A BE1023097B1 (en) 2014-04-10 2014-04-10 SOFTWARE FOR ACCESSING AND OFFERING NAUTICAL SENSOR DATA TO SIMPLY ACTIVE WINDOWS APPLICATIONS WITHIN A NETWORK

Country Status (1)

Country Link
BE (1) BE1023097B1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050265385A1 (en) * 2004-05-28 2005-12-01 International Business Machines Corp. Virtual USB communications port
WO2006107747A1 (en) * 2005-04-02 2006-10-12 Socket Communications, Inc Dynamic management of communication ports, devices, and logical connections
US20100302095A1 (en) * 2009-06-02 2010-12-02 Mitac Technology Corp. System for sharing gps protocol data and method thereof

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050265385A1 (en) * 2004-05-28 2005-12-01 International Business Machines Corp. Virtual USB communications port
WO2006107747A1 (en) * 2005-04-02 2006-10-12 Socket Communications, Inc Dynamic management of communication ports, devices, and logical connections
US20100302095A1 (en) * 2009-06-02 2010-12-02 Mitac Technology Corp. System for sharing gps protocol data and method thereof

Similar Documents

Publication Publication Date Title
Hareide et al. Enhancing navigator competence by demonstrating maritime cyber security
US20220407818A1 (en) Container-aware application dependency identification
US9940065B2 (en) Systems and methods for migrating data
JP6607626B2 (en) Internet of Things System Applied to Intelligent Gas Meter and Information Transmission Method
US20190372804A1 (en) Method and apparatus for operating smart network interface card
BRPI0606719A2 (en) methods and equipment for transmitting layered and non-layered data via layered modulation
JP2017201512A (en) System and method for flexible hdd/ssd storage support
US20200097323A1 (en) Container migration
US20110225645A1 (en) Basic architecture for secure internet computers
BR112013008515B1 (en) Method for communication between a vehicle and a remote application server, gateway device and computer readable media
US20230141746A1 (en) Internet of things solution deployment in hybrid environment
CN107122970A (en) Safety certifying method, device, system, equipment, ATM and storage medium
US20130326002A1 (en) Network Isolation
US10031916B2 (en) Methods and systems for virtualizing and managing cloud storage sources
CN107436808A (en) Method and apparatus for dynamic virtual on-chip system
US20150213275A1 (en) Context aware integrated display keyboard video mouse controller
KR101822422B1 (en) Communication system between ship side and shore side
US20210320938A1 (en) Network security enforcement device
BE1023097B1 (en) SOFTWARE FOR ACCESSING AND OFFERING NAUTICAL SENSOR DATA TO SIMPLY ACTIVE WINDOWS APPLICATIONS WITHIN A NETWORK
US20210110710A1 (en) Edge-accelerated artificial intelligence for collaborative sensing of physical intelligent moving objects
US9111111B1 (en) Location-based file security
KR101445539B1 (en) Method for testing server for cloud streaming service, apparatus and system therefor
EP3178034A1 (en) Qr image based device management
KR20150054414A (en) Redundancy Check Method for Communication Data using Receiving Buffer in Redundancy Apparatus
US20150248320A1 (en) Host-storage connectivity monitoring