Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 01-08-2019, 13:12   #2476
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,463
Re: Beta Test / Technical

Rick...
Well, yes, of course. But we do not have that function in the API today. Some plugins show their exact credentials in their own internally generated preferences dialog, most older ones don't.



This is planned to be added in the next Plugin API.


Thanks
Dave
bdbcat is offline   Reply With Quote
Old 01-08-2019, 16:29   #2477
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Beta Test / Technical

Thanks, I was wondering how Cmake did that, I guess it doesn't.


This improvement in the Options > Plugins page would be good too.
Ocpn_Draw in the About page shows
Plugin Major Minor Patch.
Plugin API number
OpenCPN API number
Draw API number
Date



I"ll put in Feature Requests.


Quote:
Originally Posted by bdbcat View Post
Rick...
Well, yes, of course. But we do not have that function in the API today. Some plugins show their exact credentials in their own internally generated preferences dialog, most older ones don't.



This is planned to be added in the next Plugin API.


Thanks
Dave
rgleason is offline   Reply With Quote
Old 02-08-2019, 08:02   #2478
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,463
Re: Beta Test / Technical

Rick...


OK.
Just please be clear that the contents of the Preferences page for each plugin is the responsibility of the Plugin itself. OCPN core simply executes the plugin's preferences dialog as directed.


Dave
bdbcat is offline   Reply With Quote
Old 02-08-2019, 12:08   #2479
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Beta Test / Technical

OK, I will find it, but I assume itis ok to show major.minor.patch.
rgleason is offline   Reply With Quote
Old 08-08-2019, 12:12   #2480
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Beta Test / Technical

For OpenSource, Github Continuous Integration

Called Github "Actions"
https://github.com/features/actions
"Automate your workflow from idea to production
GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make code reviews, branch management, and issue triaging work the way you want."
rgleason is offline   Reply With Quote
Old 18-08-2019, 10:19   #2481
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Semantic Versions

Semantic Versioning

A reminder: https://semver.org/


Items 1-8 are reasonably simple to follow.


Quote:
A normal version number MUST take the form X.Y.Z where X, Y, and Z are non-negative integers, and MUST NOT contain leading zeroes. X is the major version, Y is the minor version, and Z is the patch version. Each element MUST increase numerically. For instance: 1.9.0 -> 1.10.0 -> 1.11.0.

Therefore, since leading 0's are dropped, use of octal is not needed.
rgleason is offline   Reply With Quote
Old 23-08-2019, 07:07   #2482
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Beta Test / Technical

When using OpenCPN v5.0, recently Norton 360 has been popping up with this Firewall Alert:
192.168.1.85:52826 ---> TCP 21311 ---> 192.168.14.1:21311


This IP address is close to the opencpn.org IP address.
Do you know what is happening? Why?


I also attach a Norton File Insight Process ID 13292
I could not determine anything further from Admin Tools or Task Manager.


Don't know if these alerts can be marked "Ignored"
Attached Thumbnails
Click image for larger version

Name:	NortonFirewallAlert.jpg
Views:	82
Size:	43.6 KB
ID:	198494   Click image for larger version

Name:	Norton-File-Insight.jpg
Views:	87
Size:	31.5 KB
ID:	198495  

rgleason is offline   Reply With Quote
Old 23-08-2019, 08:14   #2483
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,546
Re: Beta Test / Technical

Forget about Norton and other antivirus software. TCP 192.168.x.x are only local network addresses and not internet. Use Windows Defender instead and you are safe enough if you don't open any pishing mails.
CarCode is offline   Reply With Quote
Old 23-08-2019, 10:57   #2484
Registered User
 
transmitterdan's Avatar

Join Date: Oct 2011
Boat: Valiant 42
Posts: 6,008
Re: Beta Test / Technical

I agree with Carcode. Norton is very out dated and the best defense is Windows Firewall, frequent updates and Windows Defender. All of which are free with licensed Windows 10.
transmitterdan is offline   Reply With Quote
Old 23-08-2019, 16:29   #2485
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Beta Test / Technical

So why would opencpn be connecting back to my network?

and why is it using port 21311?


I don't think I will abandon Norton yet, my experience is that it is better than microsoft, but still appointing and interfers at times.
rgleason is offline   Reply With Quote
Old 23-08-2019, 16:59   #2486
Registered User
 
transmitterdan's Avatar

Join Date: Oct 2011
Boat: Valiant 42
Posts: 6,008
Re: Beta Test / Technical

Quote:
Originally Posted by rgleason View Post
So why would opencpn be connecting back to my network?

and why is it using port 21311?


I don't think I will abandon Norton yet, my experience is that it is better than microsoft, but still appointing and interfers at times.
Look through your connections. I think that is the only way O itself would try to open 21311. Also, if you have any plugins check if they make any TCP connections. Maybe something like a radar plugin could try to open a port.
transmitterdan is offline   Reply With Quote
Old 23-08-2019, 17:06   #2487
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,245
Re: Beta Test / Technical

radar_pi will of course use the network for communication and must pass the firewall(s). The radar types we're using are called broadband radars, so yes.
Navico types mostly port around 6-7000 though
Hakan is offline   Reply With Quote
Old 23-08-2019, 20:49   #2488
Moo
Registered User

Join Date: Mar 2017
Posts: 804
Re: Beta Test / Technical

Quote:
Originally Posted by rgleason View Post
When using OpenCPN v5.0, recently Norton 360 has been popping up with this Firewall Alert:
192.168.1.85:52826 ---> TCP 21311 ---> 192.168.14.1:21311


This IP address is close to the opencpn.org IP address.
Do you know what is happening? Why?


I also attach a Norton File Insight Process ID 13292
I could not determine anything further from Admin Tools or Task Manager.


Don't know if these alerts can be marked "Ignored"

They are local IP addresses. What devices do you have on those addresses? If you don't know what they are you can use something like Nmap (Zenmap) to find out.
Moo is offline   Reply With Quote
Old 23-08-2019, 23:40   #2489
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,546
Re: Beta Test / Technical

Quote:
Originally Posted by rgleason View Post
I don't think I will abandon Norton yet, my experience is that it is better than microsoft, but still appointing and interfers at times.
So why do you ask when you know things better?
CarCode is offline   Reply With Quote
Old 24-08-2019, 06:11   #2490
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,711
Images: 2
Re: Beta Test / Technical

Moo and TDan thank you for the suggestions for figuring out if this TCP message can be ignored. I will try Nmap or Lansweeper or Zenmap to find that port and device. Thanks.
rgleason is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Beta Marine Diesel michaelmrc Engines and Propulsion Systems 48 23-03-2016 13:44
Need some technical advice....antennas. Just a Tinch Marine Electronics 15 01-12-2007 15:57
Blue Sea Systems Technical Brief GordMay Electrical: Batteries, Generators & Solar 0 16-03-2007 04:16
technical difficulties witchcraft The Sailor's Confessional 1 30-05-2005 14:09
Dow Corning Technical Manual GordMay The Library 0 12-04-2005 16:25

Advertise Here


All times are GMT -7. The time now is 10:29.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.