The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Centrafuse > CF SDK

Reply
 
Thread Tools Display Modes
Old 11-06-2005, 09:01 AM   #1
Raw Wave
 
justintime's Avatar
 
Join Date: Apr 2005
Vehicle: 2002 Honda CR-V
Posts: 2,699
My Photos: (0)
Conncected/disconnected EVENTS?

David,

Does the API provide means to detect CONNECTED and DICONNECTED events?

Say for example, if I want to write a plugin to manage syncronization of files between my home PC and my CarPC (similar to EZSync, but integrated within CF), would there be anything in the API that would allow me to trigger a sync upon successful connection to TCP/IP (whether wireless, LAN, or whatever).

I guess in short I'm asking if there are events in there that would help me detect this.
__________________
2002 Honda CR-V
Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
Spent so far: $1105.90


Download the NEXUS Skin for Centrafuse
...or even Listen to my music
justintime is offline   Reply With Quote
Sponsored Links
Old 11-06-2005, 02:55 PM   #2
MySQL Error
 
veetid's Avatar
 
Join Date: Apr 2004
Posts: 4,955
My Photos: (0)
yep... they are both there and shown being used in the weather plugin example included with the SDK...

david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
veetid is offline   Reply With Quote
Old 11-06-2005, 05:52 PM   #3
Raw Wave
 
justintime's Avatar
 
Join Date: Apr 2005
Vehicle: 2002 Honda CR-V
Posts: 2,699
My Photos: (0)
Awesome. I might have to learn a little .NET to code some cool plugins for CF. I have the graphic/skinning skills, and have some cool ideas... just not a lot of time to learn .NET. (but I have coded in other OO languages...) We'll see.
__________________
2002 Honda CR-V
Carputer progress: 90% [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -]
Spent so far: $1105.90


Download the NEXUS Skin for Centrafuse
...or even Listen to my music
justintime is offline   Reply With Quote
Old 11-07-2005, 03:55 AM   #4
FLAC
 
alti's Avatar
 
Join Date: Sep 2004
Location: NY
Vehicle: 2002 Nissan Altima
Posts: 1,749
My Photos: (0)
Quote: Originally Posted by justintime
Awesome. I might have to learn a little .NET to code some cool plugins for CF. I have the graphic/skinning skills, and have some cool ideas... just not a lot of time to learn .NET. (but I have coded in other OO languages...) We'll see.

If you have worked with other oo languages you should not have much trouble, if you know java or c++; c# is pretty natural.

I tried rewriting the the weather example into vb yesterday to make a vb.net example availible but i hit some snags, will not have more time to play with it unfortunatly for a while. I was able to make some progress in c# but I was slowed down absorbing the interaction with the xml skin and language files. Since you have already been skinnning that part should be pretty easy!
__________________
My Install

Software:
CFiG v1
iGuidance Plugin for CF

CarShell
Working shell for a CarPC

StopWatch
StopWatch plugin remade for centrafuse RC1
alti is offline   Reply With Quote
Old 11-07-2005, 05:47 AM   #5
Maximum Bitrate
Jarrod's CarPC Specs
 
Jarrod's Avatar
 
Join Date: Jan 2002
Location: Melb, Australia.
Vehicle: 2001 Holden VX S Commodore
Posts: 474
My Photos: (0)
Alti: I have made the weather plugin work in VB.NET, but I don't have it anymore...I do however have a "Test" plugin made with VB.NET if that would help you?
__________________
Jarrod - Holden VX S!
Jarrod is offline   Reply With Quote
Old 11-07-2005, 07:31 AM   #6
FLAC
 
alti's Avatar
 
Join Date: Sep 2004
Location: NY
Vehicle: 2002 Nissan Altima
Posts: 1,749
My Photos: (0)
Quote: Originally Posted by Jarrod
Alti: I have made the weather plugin work in VB.NET, but I don't have it anymore...I do however have a "Test" plugin made with VB.NET if that would help you?

ya, love to see what you have, I tried to convert all of davids code in the weather plugin and while i got it to build np but it is not running right. If you could email me the test app that would be awesome. (Brian at gormanly dot com)

When it is done i will share the code of the simple stopwatch plugin that i am going to put together as a first plugin project, that one may be in C# but i want to make a plugin for carshell which is written in VB.
__________________
My Install

Software:
CFiG v1
iGuidance Plugin for CF

CarShell
Working shell for a CarPC

StopWatch
StopWatch plugin remade for centrafuse RC1

Last edited by alti : 11-07-2005 at 07:34 AM.
alti is offline   Reply With Quote
Old 11-07-2005, 08:46 AM   #7
Maximum Bitrate
Jarrod's CarPC Specs
 
Jarrod's Avatar
 
Join Date: Jan 2002
Location: Melb, Australia.
Vehicle: 2001 Holden VX S Commodore
Posts: 474
My Photos: (0)
email sent
__________________
Jarrod - Holden VX S!
Jarrod is offline   Reply With Quote
Old 11-07-2005, 08:55 AM   #8
FLAC
 
alti's Avatar
 
Join Date: Sep 2004
Location: NY
Vehicle: 2002 Nissan Altima
Posts: 1,749
My Photos: (0)
thanks man I just got it working in c#
__________________
My Install

Software:
CFiG v1
iGuidance Plugin for CF

CarShell
Working shell for a CarPC

StopWatch
StopWatch plugin remade for centrafuse RC1
alti is offline   Reply With Quote
Old 11-07-2005, 09:10 AM   #9
FLAC
 
alti's Avatar
 
Join Date: Sep 2004
Location: NY
Vehicle: 2002 Nissan Altima
Posts: 1,749
My Photos: (0)
In case its of any use to you I just sent you mine in C#, nothing special just stripped it down to nothing to see it work.
__________________
My Install

Software:
CFiG v1
iGuidance Plugin for CF

CarShell
Working shell for a CarPC

StopWatch
StopWatch plugin remade for centrafuse RC1
alti is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

vB 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
any carputers competing in sound quality events? emdzey01 Car Audio 8 02-08-2005 07:21 AM
Triggering events based on GPS location electron GPS 5 09-16-2004 11:57 AM
Win32 Perl & iTunes program events freestyler Off Topic 0 08-08-2004 04:13 PM
Linux App Tutorial hijinks21 Software & Software Development 11 09-05-2003 07:47 PM
Questions for developers SuperG35 ME Archive 28 08-26-2003 10:12 AM


All times are GMT -5. The time now is 08:42 AM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics