Feadur
Feadur
SKSignal K
Created by Bram on 4/21/2025 in #questions
Trigger API call from N2K MFD
Indeed probably useless, but is cool 😎
38 replies
SKSignal K
Created by Bram on 4/21/2025 in #questions
Trigger API call from N2K MFD
Yup, that's an easier solution. I guess "overkill" is my second name 😅
38 replies
SKSignal K
Created by Bram on 4/21/2025 in #questions
Trigger API call from N2K MFD
That means that if you can install a browser, you can do pretty much anything. My next step is building a dedicated app for the kind of stuff you were asking for. NOTE: Remember that jailbreaking the device can brick it, so do it at your opwn risk . I used this guide: https://github.com/colinoflynn/raymarine-axiom-rescue
38 replies
SKSignal K
Created by Bram on 4/21/2025 in #questions
Trigger API call from N2K MFD
No description
38 replies
SKSignal K
Created by jkrauska on 4/22/2025 in #questions
Anyone found reliable 12v Raspberry Pi power options for boat use?
I use MacArthur HAT with the option power module
7 replies
SKSignal K
Created by Bram on 4/21/2025 in #questions
Trigger API call from N2K MFD
With Lighthouse 4, the number of apps available is getting smaller and smaller. I couldn't find any browser for my Axiom+, and the fact that they need to be signed by raymarine is kinda annyoing. I found a couple tutorials about jailbreaking Lighthouse, but ¡I never managed to succeed with that.
38 replies
SKSignal K
Created by Feadur on 3/25/2025 in #plugins-and-webapps
MigGat - I think this must be asked before but ...
Not currently, but I can add it easily
27 replies
SKSignal K
Created by Feadur on 3/25/2025 in #plugins-and-webapps
MigGat - I think this must be asked before but ...
(don't know how to paste collapsed code snippets sorry :S)
27 replies
SKSignal K
Created by Feadur on 3/25/2025 in #plugins-and-webapps
MigGat - I think this must be asked before but ...
The response to: http://192.168.0.146:9012/feature-info?lat=41.20620363455549&lon=1.729670415056603&radius=0.0002 would be something like this:
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.00000000, 0.00000000]
},
"properties": {
"feature": "LNDARE",
"catgeo": "(3)"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.00000000, 0.00000000]
},
"properties": {
"feature": "SLCONS",
"catgeo": "(3)",
"CATSLC": "breakwater(1)",
"NATCON": "loose boulders(3)",
"WATLEV": "always dry(2)"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.00000000, 0.00000000]
},
"properties": {
"feature": "SLCONS",
"catgeo": "(2)"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [1.72956670, 41.20606670]
},
"properties": {
"feature": "BCNLAT",
"catgeo": "(1)",
"BCNSHP": "beacon tower(3)",
"CATLAM": "starboard-hand lateral mark(2)",
"COLOUR": "green(4)",
"OBJNAM": "AIS",
"VERLEN": "11 m",
"SCAMIN": "(44999)"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [1.72956670, 41.20606670]
},
"properties": {
"feature": "LIGHTS",
"catgeo": "(1)",
"COLOUR": "green(4)",
"HEIGHT": "59.1 ft",
"LITCHR": "FL(2)",
"OBJNAM": "29370",
"SIGGRP": "(2)",
"SIGPER": " 7s",
"SIGSEQ": "00.5+(01.5)+00.5+(04.5)",
"VALNMR": " 5 Nm",
"SCAMIN": "(44999)"
}
}
]}
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.00000000, 0.00000000]
},
"properties": {
"feature": "LNDARE",
"catgeo": "(3)"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.00000000, 0.00000000]
},
"properties": {
"feature": "SLCONS",
"catgeo": "(3)",
"CATSLC": "breakwater(1)",
"NATCON": "loose boulders(3)",
"WATLEV": "always dry(2)"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [0.00000000, 0.00000000]
},
"properties": {
"feature": "SLCONS",
"catgeo": "(2)"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [1.72956670, 41.20606670]
},
"properties": {
"feature": "BCNLAT",
"catgeo": "(1)",
"BCNSHP": "beacon tower(3)",
"CATLAM": "starboard-hand lateral mark(2)",
"COLOUR": "green(4)",
"OBJNAM": "AIS",
"VERLEN": "11 m",
"SCAMIN": "(44999)"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [1.72956670, 41.20606670]
},
"properties": {
"feature": "LIGHTS",
"catgeo": "(1)",
"COLOUR": "green(4)",
"HEIGHT": "59.1 ft",
"LITCHR": "FL(2)",
"OBJNAM": "29370",
"SIGGRP": "(2)",
"SIGPER": " 7s",
"SIGSEQ": "00.5+(01.5)+00.5+(04.5)",
"VALNMR": " 5 Nm",
"SCAMIN": "(44999)"
}
}
]}
27 replies
SKSignal K
Created by Feadur on 3/25/2025 in #plugins-and-webapps
MigGat - I think this must be asked before but ...
No description
27 replies
SKSignal K
Created by Feadur on 3/25/2025 in #plugins-and-webapps
MigGat - I think this must be asked before but ...
Actually I could implement and endpoint in any suitable format. The goal is simply to be able to click on let's sa a buoy or a light in the chart and get all the information that the vector chart has about it
27 replies
SKSignal K
Created by Feadur on 3/25/2025 in #plugins-and-webapps
MigGat - I think this must be asked before but ...
My question was is Freeboard does support that kind of interaction
27 replies
SKSignal K
Created by Feadur on 3/25/2025 in #plugins-and-webapps
MigGat - I think this must be asked before but ...
It's working fine, but i also implemented an enpooint to get feature info in coordinates, alike openCpn right click -> object query
27 replies
SKSignal K
Created by Feadur on 3/25/2025 in #plugins-and-webapps
MigGat - I think this must be asked before but ...
Yup. that¡s what is shown in the screenshot
27 replies
SKSignal K
Created by Feadur on 3/25/2025 in #plugins-and-webapps
MigGat - I think this must be asked before but ...
That being said, my next step is to add a feature query, but i don't think Freeboard supports that, am i right? @Teppo Kurki
27 replies
SKSignal K
Created by Feadur on 3/25/2025 in #plugins-and-webapps
MigGat - I think this must be asked before but ...
That's the way i found to be as closed as possible to comply with the original EULA, because none of my code has anything to do with chart decryption. I'm just using what the original plugin does.
27 replies
SKSignal K
Created by Feadur on 3/25/2025 in #plugins-and-webapps
MigGat - I think this must be asked before but ...
Main caveat is that of course, OpenCPN needs to be ruhnning, even if minimized, because it HAS TO load the plugin
27 replies
SKSignal K
Created by Feadur on 3/25/2025 in #plugins-and-webapps
MigGat - I think this must be asked before but ...
There's still some tweaking to do, but is already functional. For obvious reasons, i cannot publish it to the OpenCPN plugin repository, but at least with this plugin (which replaces o-charts plugin), you can get your o-charts everywhere in your network!
27 replies
SKSignal K
Created by Feadur on 3/25/2025 in #plugins-and-webapps
MigGat - I think this must be asked before but ...
No description
27 replies
SKSignal K
Created by Feadur on 3/25/2025 in #plugins-and-webapps
MigGat - I think this must be asked before but ...
No description
27 replies