Skip to content

OpenPlotter app to manage Signal K Filter (based on node-red embeded)

License

Notifications You must be signed in to change notification settings

openplotter/openplotter-SKfilter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenPlotter Signal K Filter

Some devices have wrong data or data that conflicts with other devices.

This app filters unwanted Signal K sentences.

Installing

For production

Install openplotter-settings for production and install Dashboard. In Dashboard install nodered. Then install this app from OpenPlotter Apps tab.

For development

Install openplotter-settings for production and install Dashboard. In Dashboard install nodered.

Install dependencies:

sudo apt install python3-websocket

Clone the repository:

git clone https://github.com/openplotter/openplotter-SKfilter

Make your changes and create the package:

cd openplotter-SKfilter
dpkg-buildpackage -b

Install the package:

cd ..
sudo dpkg -i openplotter-SKfilter_x.x.x-xxx_all.deb

Run post-installation script:

sudo SKfilterPostInstall

Run:

openplotter-SKfilter

Make your changes and repeat package, installation and post-installation steps to test. Pull request your changes to github and we will check and add them to the next version of the Debian package.

Documentation

https://openplotter.readthedocs.io

Support

http://forum.openmarine.net/forumdisplay.php?fid=1

About

OpenPlotter app to manage Signal K Filter (based on node-red embeded)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%