Skip to content

Extension to porla providing tools for handling of NMEA0183 and NMEA2000 data

License

Notifications You must be signed in to change notification settings

RISE-Maritime/porla-nmea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

porla-nmea

This is an extension to porla

What

This extension provides functionality to handle NMEA0183, NMEA2000 and LWE450 data

Built-in functionality

  • lwe450 - Support for interfacing (listening/sending) to LWE450 multicast networks
  • ais - Encode/decode ais messages from nmea0183 to/from json

3rd-party tools

Usage

Examples

version: '3.8'

services:
    source_1:
        image: ghcr.io/mo-rise/porla
        network_mode: host
        restart: always
        command: ["socat UDP4-RECV:1457,reuseaddr STDOUT | to_bus 1"]

    transform_1:
        image: ghcr.io/mo-rise/porla-nmea
        network_mode: host
        restart: always
        command: ["from_bus 1 | analyzer --json | to_bus 3"]