From 536add3b45eabb14a9fe24ed82170d49c4c1bf9a Mon Sep 17 00:00:00 2001 From: Frans Veldman Date: Wed, 17 Sep 2025 07:40:20 +0000 Subject: [PATCH] Edited the Readme file --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 4b642b9..7a03ff0 100644 --- a/README.md +++ b/README.md @@ -29,27 +29,27 @@ You can then test run the program with "perl nfl-apu.pl -?". It should respond w The program is started from the command line. A few command line options are necessary. The available options are: ### Control options -- -h --help Display help -- -T --test Debug output -- -d --daemon Run as daemon +- -h --help Display help +- -T --test Debug output +- -d --daemon Run as daemon ### NMEA connection options -- -t --tcp Use TCP source instead of UDP -- -g --gpsd Use GPSD source +- -t --tcp Use TCP source instead of UDP +- -g --gpsd Use GPSD source *The IP address and port of the NMEA stream are given as the final option on the command line. See example below* ### Update options -- -x --extended Extended updates (with SOG, COG, DPT) -- -i --interval= Nautical miles between position updates (default 2). A value 0 means "arrival updates only" +- -x --extended Extended updates (with SOG, COG, DPT) +- -i --interval= Nautical miles between position updates (default 2). A value 0 means "arrival updates only" ### Email options -- -u --user= Email account inlog user -- -w --password= The password associated with the user account -- -s --server=
SMTP server -- -p --port= SMTP port (default 587) -- -e --email=
Source email address -- -o --override=
Override destination email address (default 'tracking@noforeignland.com') +- -u --user= Email account inlog user +- -w --password= The password associated with the user account +- -s --server=
SMTP server +- -p --port= SMTP port (default 587) +- -e --email=
Source email address +- -o --override=
Override destination email address (default 'tracking@noforeignland.com') ### Example: perl nfl-apu.pl -t -g -i=2 -x -u=Frans -s=mail.fransveldman.nl -e=noreply@thefloatinglab.world 127.0.0.1:2947