PC Review


Reply
Thread Tools Rate Thread

complete newbie: what do I need to know to get two PPCs to talk

 
 
KR
Guest
Posts: n/a
 
      10th May 2005
I have a small, simple program that I've written in VB.net that brings some
values from text files into comboboxes, then the user selects values, then
those values are saved to a new text file.

I'm looking at extending that project now, where it would be helpful if I
could have multiple PPCs each with the same basic program, but where those
PPCs could be easily synched (maybe bluetooth? IR?) in the field to share
data.

Basically, each PPC is used to score a bunch of events, and I need to be
able to easily bring all of the scores into one place to give a total score.

I'm not a programmer by training or trade, and have never done anything that
requires synching multiple devices- I'm hoping that I'm not getting in over
my head here. Is there an easy way to [automate the transfer of text files
between PPCs], so I can just work with those text files and pull them all
together on one PPC for the summary score?

I'm looking for keywords I should search for in the help file, web pages
with explanations and code snippets, or anything else you can suggest.

Many thanks,
Keith

--
The enclosed questions or comments are entirely mine and don't represent the
thoughts, views, or policy of my employer. Any errors or omissions are my
own.


 
Reply With Quote
 
 
 
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      10th May 2005
You're over your head, it sounds like. You need to do a design to select a
suitable method and location for syncing. Where will this accumulated data
be stored? On every device? If only on one device, how are the files
named? What if two devices pick the same name? That's a large problem.

When will sync occur? When a device is near another device? That's
difficult.

There is no API that can be used to transfer files to a random other PPC
device, no (that would be a big security hole, right?). If the central PPC
device is running an FTP or Web server, you could, conceivably, use that
from each of the 'client' PPC devices to download or upload information, if
all of the PPC devices have network capability. You have to come up with
some more detailed characteristics of the devices and requirements for the
solution before we can really even make suggestions.

Paul T.

"KR" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have a small, simple program that I've written in VB.net that brings some
> values from text files into comboboxes, then the user selects values, then
> those values are saved to a new text file.
>
> I'm looking at extending that project now, where it would be helpful if I
> could have multiple PPCs each with the same basic program, but where those
> PPCs could be easily synched (maybe bluetooth? IR?) in the field to share
> data.
>
> Basically, each PPC is used to score a bunch of events, and I need to be
> able to easily bring all of the scores into one place to give a total
> score.
>
> I'm not a programmer by training or trade, and have never done anything
> that
> requires synching multiple devices- I'm hoping that I'm not getting in
> over
> my head here. Is there an easy way to [automate the transfer of text files
> between PPCs], so I can just work with those text files and pull them all
> together on one PPC for the summary score?
>
> I'm looking for keywords I should search for in the help file, web pages
> with explanations and code snippets, or anything else you can suggest.
>
> Many thanks,
> Keith
>
> --
> The enclosed questions or comments are entirely mine and don't represent
> the
> thoughts, views, or policy of my employer. Any errors or omissions are my
> own.
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
complete newbie jlab13 Microsoft VB .NET 4 7th Mar 2007 04:28 PM
Complete Newbie encino1030@yahoo.com Microsoft VB .NET 4 6th Dec 2006 03:13 AM
Deploying to many PPcs Earl Microsoft Dot NET Compact Framework 6 31st Aug 2004 06:21 AM
irda between two PPCs Bob Nicholls Microsoft Dot NET Compact Framework 3 29th May 2004 06:04 PM
location of current CF for PPCs? Jim Microsoft Dot NET Compact Framework 4 6th Nov 2003 12:23 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:06 PM.