Reply
 
Thread Tools Search this Thread
 
Old 13 January 2015, 18:30   #81
Member
 
Country: Greece
Boat name: Chrysanthos
Make: Scanner
Length: 5m +
Engine: Tohatsu M140A2
Join Date: May 2014
Posts: 53
Quote:
Originally Posted by Simon666 View Post
How does it perform? Do you get a flow reading at engine idle? Does it restrict the flow at higher rpm?
What are the liquid connections? The manufacturers say its a female thread but they have some sort of nipple sticking out in the photos.
It works really well. I get a flow reading of about 3-5 liters/hour at idle.

I haven't hat any issues with fuel restriction at WOT.

I would not consider the connection to be female. It's like the connection on my water separator. It's a litle metal nipple/nose/tube that goes inside the fuel hose.

Send me a PM with your address and I will send you one.
__________________
MaleBuffy is offline   Reply With Quote
Old 14 January 2015, 23:43   #82
Member
 
Simon666's Avatar
 
Country: UK - England
Town: Burwash, East Sussex
Make: Ribcraft 6.4 Pro
Length: 6m +
Engine: Suzuki DF150
Join Date: Jan 2005
Posts: 243
Quote:
Originally Posted by MaleBuffy View Post
It works really well. I get a flow reading of about 3-5 liters/hour at idle.

I haven't hat any issues with fuel restriction at WOT.

I would not consider the connection to be female. It's like the connection on my water separator. It's a litle metal nipple/nose/tube that goes inside the fuel hose.

Send me a PM with your address and I will send you one.
Thanks for the offer, but i have already ordered one yesterday!
He accepted my best offer of $24

He said they have been used on kindey dialysis machines measuring saline and bicarbonate solutions.
__________________
Simon666 is offline   Reply With Quote
Old 27 January 2015, 00:01   #83
Member
 
Simon666's Avatar
 
Country: UK - England
Town: Burwash, East Sussex
Make: Ribcraft 6.4 Pro
Length: 6m +
Engine: Suzuki DF150
Join Date: Jan 2005
Posts: 243
Got my microstream flowmeter today.
is yours 1 pulse per 450 micro litres? I make that 2222.22 pules per litre. Do you agree?
Any update on the android app?
__________________
Simon666 is offline   Reply With Quote
Old 27 January 2015, 03:52   #84
Member
 
Country: Greece
Boat name: Chrysanthos
Make: Scanner
Length: 5m +
Engine: Tohatsu M140A2
Join Date: May 2014
Posts: 53
Could be OK. What number does it say on the sensor? Go with that number. I found it to be accurate.

I have made another version that calculates mean consumtion instead of instant, but it's in a early stage. Nothing to make public yet.
__________________
MaleBuffy is offline   Reply With Quote
Old 10 May 2015, 22:11   #85
Member
 
Simon666's Avatar
 
Country: UK - England
Town: Burwash, East Sussex
Make: Ribcraft 6.4 Pro
Length: 6m +
Engine: Suzuki DF150
Join Date: Jan 2005
Posts: 243
Finally a free weekend without rain so i thought i would get this sorted out.

I ran some tests on the Micro Stream flow meter using the calibration script.

1000 grams of Water at 14°C (1 litre):
Test Count Time
1 2197 2m 08 sec
2 2198 2m 10 sec
3 2197 2m 13 sec
4 2194 2m 09 sec
5 2196 2m 13 sec

737 grams of Petrol at 15°C (1 litre)
Test Count
1 2168
2 2163
3 2166
4 2161
5 2160

I was shocked to see how close together the results are. This is one accurate sensor!

I was surprised to see how freely the liquid passed through the sensor too. No fuel starvation issues here.

I squeezed the hose down with a clamp to a slow drip of about 1 drip/sec and the sensor still counted. Very nice.
__________________
Simon666 is offline   Reply With Quote
Old 12 May 2015, 19:36   #86
Member
 
Country: Greece
Boat name: Chrysanthos
Make: Scanner
Length: 5m +
Engine: Tohatsu M140A2
Join Date: May 2014
Posts: 53
Quote:
Originally Posted by Simon666 View Post
Finally a free weekend without rain so i thought i would get this sorted out.

I ran some tests on the Micro Stream flow meter using the calibration script.

1000 grams of Water at 14°C (1 litre):
Test Count Time
1 2197 2m 08 sec
2 2198 2m 10 sec
3 2197 2m 13 sec
4 2194 2m 09 sec
5 2196 2m 13 sec

737 grams of Petrol at 15°C (1 litre)
Test Count
1 2168
2 2163
3 2166
4 2161
5 2160

I was shocked to see how close together the results are. This is one accurate sensor!

I was surprised to see how freely the liquid passed through the sensor too. No fuel starvation issues here.

I squeezed the hose down with a clamp to a slow drip of about 1 drip/sec and the sensor still counted. Very nice.
That's why I bought 6
__________________
MaleBuffy is offline   Reply With Quote
Old 18 August 2019, 10:43   #87
Member
 
Country: Italy
Town: Genova
Boat name: Open550
Make: Ranieri
Length: 5m +
Engine: Outboard 70HP
Join Date: Aug 2019
Posts: 17
Processing Android

Hi everyone, sorry if I take this old post again very interesting, I would like to ask Malebuffy, if I am still present in this forum, that I have problems compiling the code for Android
Using Processing 3.5.3 and related SDK package installed automatically during installation,
I have copied and pasted from your blog, the error I get is the following:

Build folder: C: Users Lab AppData Local Temp android30471948637246195sketch
: app: preBuild UP-TO-DATE
: App: preDebugBuild
: App: compileDebugAidl
: App: compileDebugRenderscript
: App: checkDebugManifest
: App: generateDebugBuildConfig
: App: prepareLintJar
: App: generateDebugResValues
: App: generateDebugResources
: App: mergeDebugResources
: App: createDebugCompatibleScreenManifests
: App: processDebugManifest
: App: splitsDiscoveryTaskDebug
: App: processDebugResources
: App: generateDebugSources
: App: javaPreCompileDebug
: App: ---------- compileDebugJavaWithJavac
1. ERROR in C: Users - AppData - Local - temp - - - - - - - - - - - - - - - - - - - - - - - - From:
locationManager = (LocationManager) getSystemService (Context.LOCATION_SERVICE);
^^^^^^^^^^^^^^^^
The method getSystemService (String) is undefined for the type sketch_190818b
__________________
tomcat21 is offline   Reply With Quote
Old 18 August 2019, 13:39   #88
Member
 
Country: Greece
Boat name: Chrysanthos
Make: Scanner
Length: 5m +
Engine: Tohatsu M140A2
Join Date: May 2014
Posts: 53
Quote:
Originally Posted by tomcat21 View Post
Hi everyone, sorry if I take this old post again very interesting, I would like to ask Malebuffy, if I am still present in this forum, that I have problems compiling the code for Android
Using Processing 3.5.3 and related SDK package installed automatically during installation,
I have copied and pasted from your blog, the error I get is the following:

Build folder: C: Users Lab AppData Local Temp android30471948637246195sketch
: app: preBuild UP-TO-DATE
: App: preDebugBuild
: App: compileDebugAidl
: App: compileDebugRenderscript
: App: checkDebugManifest
: App: generateDebugBuildConfig
: App: prepareLintJar
: App: generateDebugResValues
: App: generateDebugResources
: App: mergeDebugResources
: App: createDebugCompatibleScreenManifests
: App: processDebugManifest
: App: splitsDiscoveryTaskDebug
: App: processDebugResources
: App: generateDebugSources
: App: javaPreCompileDebug
: App: ---------- compileDebugJavaWithJavac
1. ERROR in C: Users - AppData - Local - temp - - - - - - - - - - - - - - - - - - - - - - - - From:
locationManager = (LocationManager) getSystemService (Context.LOCATION_SERVICE);
^^^^^^^^^^^^^^^^
The method getSystemService (String) is undefined for the type sketch_190818b
Hi,

I am currently on a business trip. I will look into it in a few days time!
__________________
MaleBuffy is offline   Reply With Quote
Old 18 August 2019, 14:31   #89
Member
 
Country: Italy
Town: Genova
Boat name: Open550
Make: Ranieri
Length: 5m +
Engine: Outboard 70HP
Join Date: Aug 2019
Posts: 17
Hi Malebuffy, I am very happy with your answer, I made your beautiful project, which remains blocked due to that error
good sea thanks
__________________
tomcat21 is offline   Reply With Quote
Old 19 August 2019, 07:23   #90
Member
 
Country: Greece
Boat name: Chrysanthos
Make: Scanner
Length: 5m +
Engine: Tohatsu M140A2
Join Date: May 2014
Posts: 53
Quote:
Originally Posted by tomcat21 View Post
Hi Malebuffy, I am very happy with your answer, I made your beautiful project, which remains blocked due to that error
good sea thanks
Still not back but have you tried this correction from the blog in one of the comments?

Quote:
Hi thx for the code.
I want to change the Mph to Km/h so tried to compile the code.
I used Sketch 3.2.3 with SDK 7.1.1

Unfortunatly but got an error on the locationmanager code: locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
Changed it to: locationManager = (LocationManager)getActivity().getSystemService(Co ntext.LOCATION_SERVICE);
Now i don't get the error and can Compile.

Another problem, the app displayed very small (1cm/1cm)
Think it has to do with higher android version.
Added the following two lines at "// Set Background and Alignment" to get it right.

size (displayWidth, displayHeight);
textSize(displayWidth/15);

Haven't tested yet but looks like it is working now.
__________________
MaleBuffy is offline   Reply With Quote
Old 19 August 2019, 07:56   #91
Member
 
Country: Italy
Town: Genova
Boat name: Open550
Make: Ranieri
Length: 5m +
Engine: Outboard 70HP
Join Date: Aug 2019
Posts: 17
Hi,
sorry but I had not seen this correction ,yesterday waiting for your news I had found and installed Processing 2.2.1 and installed its SDK and Android 2.28 manually, this compiles the sketch correctly without errors, but when I launch the app on the phone it stops immediately
PS. I did not find the Ketai libreiria in versions 11 and I had to insert the latest version 13 .... is it good?
On my phone I have the version of Android 8 with which version of Android in Processing I have to fill out?

Thankyou
__________________
tomcat21 is offline   Reply With Quote
Old 19 August 2019, 07:58   #92
Member
 
Country: Italy
Town: Genova
Boat name: Open550
Make: Ranieri
Length: 5m +
Engine: Outboard 70HP
Join Date: Aug 2019
Posts: 17
in any case, should that code correction be made?
__________________
tomcat21 is offline   Reply With Quote
Old 19 August 2019, 08:05   #93
Member
 
Country: Greece
Boat name: Chrysanthos
Make: Scanner
Length: 5m +
Engine: Tohatsu M140A2
Join Date: May 2014
Posts: 53
Quote:
Originally Posted by tomcat21 View Post
Hi,
sorry but I had not seen this correction ,yesterday waiting for your news I had found and installed Processing 2.2.1 and installed its SDK and Android 2.28 manually, this compiles the sketch correctly without errors, but when I launch the app on the phone it stops immediately
PS. I did not find the Ketai libreiria in versions 11 and I had to insert the latest version 13 .... is it good?
On my phone I have the version of Android 8 with which version of Android in Processing I have to fill out?

Thankyou
The problem is that Android has developed and the my code not. I might update it but for now I will guide you though fixing it as it is. See although you havent given me information about the crash, I think it could be because as of Android SDK over 23, GPS access must be requested by the device and granted by the user. This is missing. The code tries to access GPS and gets an error. Can you confirmthis? If that is the case just use a lower android SDK try 23 or 22. Tell me if it worked.
__________________
MaleBuffy is offline   Reply With Quote
Old 19 August 2019, 09:01   #94
Member
 
Country: Italy
Town: Genova
Boat name: Open550
Make: Ranieri
Length: 5m +
Engine: Outboard 70HP
Join Date: Aug 2019
Posts: 17
the stop app is immediate, no GPS access request is provided
__________________
tomcat21 is offline   Reply With Quote
Old 19 August 2019, 09:02   #95
Member
 
Country: Italy
Town: Genova
Boat name: Open550
Make: Ranieri
Length: 5m +
Engine: Outboard 70HP
Join Date: Aug 2019
Posts: 17
where can I see the crash log on my phone?
__________________
tomcat21 is offline   Reply With Quote
Old 19 August 2019, 12:01   #96
Member
 
Country: Greece
Boat name: Chrysanthos
Make: Scanner
Length: 5m +
Engine: Tohatsu M140A2
Join Date: May 2014
Posts: 53
Quote:
Originally Posted by tomcat21 View Post
where can I see the crash log on my phone?
You dont see it on the phone. You see it on the PC when the phone is still connected.
__________________
MaleBuffy is offline   Reply With Quote
Old 19 August 2019, 15:11   #97
Member
 
Country: Italy
Town: Genova
Boat name: Open550
Make: Ranieri
Length: 5m +
Engine: Outboard 70HP
Join Date: Aug 2019
Posts: 17
Compiled with Processing 2.2.1 SDK 23 ( API 6.0), sketch permission and DATA (font) e PNG insert into directory of project, this is result:

[mkdir] Created dir: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\bin
[echo] C:\Users\Lab\Desktop\processing-2.2.1\tools/../modes/Java/mode/ecj.jar
[echo] org.eclipse.jdt.core.JDTCompilerAdapter

-set-mode-check:

-set-debug-files:

-check-env:
Android SDK Tools Revision 24.4.1
Installed at E:\Processing\modes\AndroidMode\sdk

-setup:
[echo] Project Name: BTFuel
Project Type: Application

-set-debug-mode:

-debug-obfuscation-check:

-pre-build:

-build-setup:
Using latest Build Tools: 23.0.1
[echo] Resolving Build Target for BTFuel...
Project Target: Android 2.3.3
API level: 10
WARNING: Attribute minSdkVersion in AndroidManifest.xml (22) is higher than the project target API level (10)
[echo] ----------
[echo] Creating output directories if needed...
[mkdir] Created dir: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\bin\res
[mkdir] Created dir: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\bin\rsObj
[mkdir] Created dir: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\bin\rsLibs
[mkdir] Created dir: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\gen
[mkdir] Created dir: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\bin\classes
[mkdir] Created dir: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\bin\dexedLibs
[echo] ----------
[echo] Resolving Dependencies for BTFuel...
Library dependencies:
No Libraries

------------------
API<=15: Adding annotations.jar to the classpath.
[echo] ----------
[echo] Building Libraries with 'debug'...
[subant] No sub-builds to iterate on

-code-gen:
Merging AndroidManifest files into one.
Manifest merger disabled. Using project manifest only.
[echo] Handling aidl files...
No AIDL files to compile.
[echo] ----------
[echo] Handling RenderScript files...
[echo] ----------
[echo] Handling Resources...
Generating resource IDs...
[echo] ----------
[echo] Handling BuildConfig class...
Generating BuildConfig class.

-pre-compile:

-compile:
[javac] Compiling 3 source files to C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\bin\classes
----------
1. WARNING in C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\src\processing\test\btfuel\BTFuel.j ava (at line 4)
import processing.data.*;
^^^^^^^^^^^^^^^
The import processing.data is never used
----------
2. WARNING in C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\src\processing\test\btfuel\BTFuel.j ava (at line 5)
import processing.event.*;
^^^^^^^^^^^^^^^^
The import processing.event is never used
----------
3. WARNING in C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\src\processing\test\btfuel\BTFuel.j ava (at line 6)
import processing.opengl.*;
^^^^^^^^^^^^^^^^^
The import processing.opengl is never used
----------
4. WARNING in C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\src\processing\test\btfuel\BTFuel.j ava (at line 16)
import ketai.net.*;
^^^^^^^^^
The import ketai.net is never used
----------
5. WARNING in C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\src\processing\test\btfuel\BTFuel.j ava (at line 18)
import java.util.HashMap;
^^^^^^^^^^^^^^^^^
The import java.util.HashMap is never used
----------
6. WARNING in C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\src\processing\test\btfuel\BTFuel.j ava (at line 20)
import java.io.File;
^^^^^^^^^^^^
The import java.io.File is never used
----------
7. WARNING in C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\src\processing\test\btfuel\BTFuel.j ava (at line 21)
import java.io.BufferedReader;
^^^^^^^^^^^^^^^^^^^^^^
The import java.io.BufferedReader is never used
----------
8. WARNING in C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\src\processing\test\btfuel\BTFuel.j ava (at line 22)
import java.io.PrintWriter;
^^^^^^^^^^^^^^^^^^^
The import java.io.PrintWriter is never used
----------
9. WARNING in C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\src\processing\test\btfuel\BTFuel.j ava (at line 23)
import java.io.InputStream;
^^^^^^^^^^^^^^^^^^^
The import java.io.InputStream is never used
----------
10. WARNING in C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\src\processing\test\btfuel\BTFuel.j ava (at line 24)
import java.io.OutputStream;
^^^^^^^^^^^^^^^^^^^^
The import java.io.OutputStream is never used
----------
11. WARNING in C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\src\processing\test\btfuel\BTFuel.j ava (at line 25)
import java.io.IOException;
^^^^^^^^^^^^^^^^^^^
The import java.io.IOException is never used
----------
12. WARNING in C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\src\processing\test\btfuel\BTFuel.j ava (at line 58)
ArrayList devicesDiscovered = new ArrayList();
^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
13. WARNING in C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\src\processing\test\btfuel\BTFuel.j ava (at line 58)
ArrayList devicesDiscovered = new ArrayList();
^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
14. WARNING in C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\src\processing\test\btfuel\BTFuel.j ava (at line 148)
ArrayList names;
^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
----------
15. WARNING in C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\src\processing\test\btfuel\BTFuel.j ava (at line 148)
ArrayList names;
^^^^^
The local variable names is never read
----------
16. WARNING in C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\src\processing\test\btfuel\BTFuel.j ava (at line 338)
float ifa = PApplet.parseFloat(newstring);
^^^
The local variable ifa is never read
----------
16 problems (16 warnings)
-post-compile:

-obfuscate:

-dex:
input: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\bin\classes
input: E:\Processing\modes\AndroidMode\sdk\tools\support\ annotations.jar
input: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\libs\Ketai.jar
input: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\libs\processing-core.jar
Pre-Dexing E:\Processing\modes\AndroidMode\sdk\tools\support\ annotations.jar -> annotations-261fea792f158e8cfda2eb0cd6f3e533.jar
Pre-Dexing C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\libs\Ketai.jar -> Ketai-42f451208200b0f3b00f80b1f34bc589.jar
Pre-Dexing C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\libs\processing-core.jar -> processing-core-87f5155e175ea19919187e4eb9548b66.jar
Converting compiled files and external libraries into C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\bin\classes.dex...
[dx] Merged dex A (7 defs/8,0KiB) with dex B (2 defs/1,1KiB). Result is 9 defs/10,0KiB. Took 0,0s
[dx] Merged dex A (9 defs/10,0KiB) with dex B (53 defs/122,1KiB). Result is 62 defs/157,1KiB. Took 0,1s
[dx] Merged dex A (62 defs/157,1KiB) with dex B (233 defs/782,3KiB). Result is 295 defs/1117,6KiB. Took 0,2s

-crunch:
[crunch] Crunching PNG Files in source dir: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\res
[crunch] To destination dir: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\bin\res
[crunch] Processing image to cache: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\res\drawable-hdpi\icon.png => C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\bin\res\drawable-hdpi\icon.png
[crunch] (processed image to cache entry C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\bin\res\drawable-hdpi\icon.png: 0% size of source)
[crunch] Crunched 1 PNG files to update cache

-package-resources:
Creating full resource package...
[aapt] Warning: AndroidManifest.xml already defines debuggable (in http://schemas.android.com/apk/res/android); using existing value in manifest.

-package:
Current build type is different than previous build: forced apkbuilder run.
Creating BTFuel-debug-unaligned.apk and signing it with a debug key...

-post-package:

-do-debug:
Running zip align on final apk...
[echo] Debug Package: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\bin\BTFuel-debug.apk
[propertyfile] Creating new property file: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\bin\build.prop
[propertyfile] Updating property file: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\bin\build.prop
[propertyfile] Updating property file: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\bin\build.prop
[propertyfile] Updating property file: C:\Users\Lab\AppData\Local\Temp\android83295385801 71426525sketch\bin\build.prop

-post-build:

debug:
__________________
tomcat21 is offline   Reply With Quote
Old 19 August 2019, 15:20   #98
Member
 
Country: Greece
Boat name: Chrysanthos
Make: Scanner
Length: 5m +
Engine: Tohatsu M140A2
Join Date: May 2014
Posts: 53
I will look into it when I get back. Why don't you use the ready-compiled APK?

https://drive.google.com/file/d/0BxC...ew?usp=sharing
__________________
MaleBuffy is offline   Reply With Quote
Old 19 August 2019, 15:47   #99
Member
 
Country: Italy
Town: Genova
Boat name: Open550
Make: Ranieri
Length: 5m +
Engine: Outboard 70HP
Join Date: Aug 2019
Posts: 17
Maybe ... but the link doesn't work
__________________
tomcat21 is offline   Reply With Quote
Old 19 August 2019, 15:49   #100
Member
 
Country: Italy
Town: Genova
Boat name: Open550
Make: Ranieri
Length: 5m +
Engine: Outboard 70HP
Join Date: Aug 2019
Posts: 17
ok now work
THANK
PS. now I install it on the phone and I'll answer you
__________________
tomcat21 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


» Member's RIBs

RIB

Epirb

Bella

Cpt-Cod
Add your RIB


All times are GMT. The time now is 16:23.


Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.