Centrafuse Carputer, CarPC & UMPC Forums

Go Back   Centrafuse Carputer, CarPC & UMPC Forums > 3rd Party Development > Plugin Development > Plug-In Development Requests

Plug-In Development Requests Want a plug-in developed? Looking to develop a plug-in, but not sure what to develop? Check in here.


Reply
 
LinkBack (1) Thread Tools Display Modes
Old August 7th, 2008, 10:35 AM   1 links from elsewhere to this Post. Click to view. #1 (permalink)
Jan
Forum Administrator
Jan's CarPC Specs
 
Jan's Avatar
 
Join Date: Apr 2008
Location: Little Elm, Texas
Vehicle: 2000 VW GTi VR6
Posts: 1,163
Blog Entries: 6
Jan has a spectacular aura aboutJan has a spectacular aura about
Send a message via ICQ to Jan Send a message via AIM to Jan Send a message via MSN to Jan Send a message via Yahoo to Jan
Anyone want to pick up this plug-in (NetStumbler POI generator)?

APOI Plugin: Netstumbler container + POI generator - Page 2 - MP3Car.com

Seems like it would be a good plug-in to have!
__________________
Jan Bennett
Forum Administrator
I do not work for Flux full time - I only administer the forums and provide help where I can.
Do you have an idea for a FAQ? Send me a PM!
Have a request for the forums? Post it here!
Forum Update Announcement
Jan is offline   Reply With Quote
Old August 25th, 2008, 10:24 AM   #2 (permalink)
0.5 Farad - Min. Capacity
Sonicxtacy02's CarPC Specs
 
Join Date: Aug 2008
Posts: 12
Sonicxtacy02 is on a distinguished road
Quote:
Originally Posted by Jan View Post
I'll take a look as soon as i get my feet wet with CF plugin architecture. A plugin for the fusion brain is first on my list but this seems relatively easy.
Sonicxtacy02 is offline   Reply With Quote
Old August 25th, 2008, 11:43 AM   #3 (permalink)
Jan
Forum Administrator
Jan's CarPC Specs
 
Jan's Avatar
 
Join Date: Apr 2008
Location: Little Elm, Texas
Vehicle: 2000 VW GTi VR6
Posts: 1,163
Blog Entries: 6
Jan has a spectacular aura aboutJan has a spectacular aura about
Send a message via ICQ to Jan Send a message via AIM to Jan Send a message via MSN to Jan Send a message via Yahoo to Jan
A plug-in for the FB!?

Sweet!

I'll be looking forward to that one!
__________________
Jan Bennett
Forum Administrator
I do not work for Flux full time - I only administer the forums and provide help where I can.
Do you have an idea for a FAQ? Send me a PM!
Have a request for the forums? Post it here!
Forum Update Announcement
Jan is offline   Reply With Quote
Old October 9th, 2008, 11:16 PM   #4 (permalink)
0.5 Farad - Min. Capacity
 
Join Date: Mar 2008
Posts: 14
Ineffigy is on a distinguished road
Pick up on Asle 3

I'll take a look at it this weekend. If it is just an update to get it working with 2.0 then it shouldn't be a lot of work. I might also be able to improve upon it.
Ineffigy is offline   Reply With Quote
Old October 9th, 2008, 11:45 PM   #5 (permalink)
0.5 Farad - Min. Capacity
 
Join Date: Mar 2008
Posts: 14
Ineffigy is on a distinguished road
Actually, updating it to 2.0 was really easy. I suppose now I just need to test it out. I'm not sure the evaluation version of CF allows for navigation. Maybe I can get one of our local members to try it out.
Ineffigy is offline   Reply With Quote
Old October 10th, 2008, 10:12 AM   #6 (permalink)
10 Farad - Flux Capacity
WuNgUn's CarPC Specs
 
Join Date: Feb 2008
Posts: 729
WuNgUn will become famous soon enough
Netstumbler doesn't work with my new Wi-Fi adapter

Any of you tried Vistumbler? It might actually only be for Vista, but it uses Google maps to overlay Wi-Fi hotspots it picks up in conjunction with your GPS...
It outputs to different txt formats, but I dunno if any of the GPS software can use it directly...

WuNgUn is offline   Reply With Quote
Old December 5th, 2008, 09:25 AM   #7 (permalink)
10 Farad - Flux Capacity
WuNgUn's CarPC Specs
 
Join Date: Feb 2008
Posts: 729
WuNgUn will become famous soon enough
Bump...
What's going on with this?
I get Netstumbler working with the plugin, but it (or the plugin) isn't saving the text files automatically...
It's the only prob I have with it...
WuNgUn is offline   Reply With Quote
Old December 5th, 2008, 11:46 AM   #8 (permalink)
Admin
Reagan's CarPC Specs
 
Reagan's Avatar
 
Join Date: Oct 2004
Location: Atlanta, GA
Vehicle: 2002 Jetta 1.8T
Posts: 490
Blog Entries: 12
Reagan is a jewel in the roughReagan is a jewel in the roughReagan is a jewel in the rough
FYI: Hey, i wanted to let you all know that there are some hidden commands for the CF WiFi plugin I added in when i originally wrote it.

You can query CF to get the current SSID, list of available networks, force search/refresh of network list. And of course, connect/disconnect to a new SSID, and enable/disable the adapter.

Accepted Commands:
eg CF_pluginCommand(string command, string param1, string param2)

CONNECT = CF_pluginCommand("CONNECT", <SSID_TO_CONNECT>", "");
DISCONNECT = CF_pluginCommand("DISCONNECT");
ENABLE ADAPTER = CF_pluginCommand("ENABLE"); // NOT AVAILABLE YET
DISABLE ADAPTER = CF_pluginCommand("DISABLE"); // NOT AVAILABLE YET

Accepted Data Commands:
eg CF_pluginData(string command, string param1)

AUTOCONNECT = CF_pluginData("AUTOCONNECT", "") returns string "true" or "false"
WIRELESSSTATUS= CF_pluginData("WIRELESSSTATUS", "") returns string "true" or "false" (for enabled or disabled)
NETWORKLIST = CF_pluginData("NETWORKLIST", <"SEARCH" or "REFRESH">) returns comma-separated list of available networks
CURRENTSSID = CF_pluginData("CURRENTSSID", "") returns string of current SSID

I added all of these when i saw the above APOI Netstumbler plugin last winter. If you can extract that NetStumbler data and use it in a plugin, you can make a nice NetStumbler plugin that works hand in hand with the CF WiFi native plugin.

Hope someone finds these useful.

Reagan
__________________
See our new Supported Hardware list: http://www.centrafuse.com/hardware

Check out the Centrafuse FAQs on our forums: http://forums.fluxmedia.net/faq.php
Reagan is offline   Reply With Quote
The Following User Says Thank You to Reagan For This Useful Post:
Reply

Bookmarks

Tags
generator, netstumbler, pick, plugin, poi

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

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


LinkBacks (?)
LinkBack to this Thread: http://forums.fluxmedia.net/plug-development-requests/4082-anyone-want-pick-up-plug-netstumbler-poi-generator.html
Posted By For Type Date
APOI Plugin: Netstumbler container + POI generator - Page 4 - MP3Car.com This thread Refback August 12th, 2008 05:07 PM



All times are GMT -4. The time now is 10:22 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2009 Flux Media, Inc. All rights reserved.Ad Management plugin by RedTyger