gpsd

GPSd Data

Package Information

Released: 2/17/2025
Downloads: 1 weekly / 7 monthly
Latest Version: 1.0.3
Author: zubial.net

Documentation

Custom n8n Node GPSd Data

Retrieve GPS data from a running gpsd service

This is an n8n community node.

GPSd Data is an n8n node that fetches GPS data from a running gpsd service. It allows you to retrieve real-time GPS information by connecting to a gpsd service running on your specified host and port.

n8n is a fair-code licensed workflow automation platform.

Installation

Follow the installation guide in the n8n community nodes documentation.

Alternatively, you can install it manually via npm:

npm i n8n-nodes-gpsd

Compatibility

Developed using n8n version 1.64

Usage

Add the GPSd Data node to your workflow.

Configure the node parameters:

• Operation: Select “Retrieve GPS Data” to fetch data from gpsd.

• Host: Enter the hostname where gpsd is running (default: localhost).

• Port: Enter the port used by the gpsd service (default: 2947).

Connect the node to the rest of your workflow and execute it. The node will fetch the GPS data and attach it to the specified field in the output.

Resources

Discussion