.NET Components for Mobility

How can send and recieve data from PC to PC using OBEX

Last post 04-19-2008 11:39 AM by johnit86. 6 replies.
Page 1 of 1 (7 items)
Sort Posts: Previous Next
  • 03-23-2008 10:36 AM

    How can send and recieve data from PC to PC using OBEX

     Hello All:

    I have download many samples wrote by inthehand.net but it was succesful when sending to mobile from PC, but when I tried to send from PC to PC there will be nothing ,, is inthand labraries can send and receive data PC to PC or not ......please help????

    thanks in advance 

  • 03-23-2008 8:29 PM In reply to

    Re: How can send and recieve data from PC to PC using OBEX

    Window Mobile has a built-in OBEX server that runs all the time in the background (well except where disabled of course).  Win32 doesn't have such a thing.  If you want to use the built-in OBEX server then run StartMenu->Programs->Accessories->Communications->BluetoothFileTransferWizard.  Or run the DesktopListener sample from 32feet.NET, or my server based on the Brecham.Obex library downloadable from this site too.

  • 03-26-2008 12:02 PM In reply to

    Re: How can send and recieve data from PC to PC using OBEX

     Dear Andy:

    Thanks a lot for your intersted, I was checked Brecham Obex samples , the PutGUI was good and the nearest sample to transfer between PCDesktop and PC Desktop, but it was after browsing a file it was use (bluetooth software) for searching devices and sending too, I created a simple project I used Inthehand laibrary by searching I sent a file to mobile  , so please how can I through PutGUI searching for devices and send file inside it's form???

    Thanks in advance....

  • 03-27-2008 10:09 AM In reply to

    Re: How can send and recieve data from PC to PC using OBEX

    Err, I don't understand. :-(  Can you repeat that with a simple description of what you want.  Is what you want, for the user _not_ to prompted for which device to send to and which file to send; or the opposite; or...

    However all of that that is relatively basic and it maybe what would be more useful is for you to find a more experienced programmer local to you to work though the issues, as I don't think there's anything particularly Bluetooth/OBEX related in your questions...though I could be wrong.

     And

  • 03-28-2008 5:03 AM In reply to

    Re: How can send and recieve data from PC to PC using OBEX

     Hello Andy:

    Sorry for the miss understanding , I'd create a simple project using inthehand labraries, I sent a text file from a PC Desktop to another PC Desktop , and the other PC Desktop received the file(using BTDesktopObexListener)  so my questions are:

    1- How can I send a file from my PC Desktop to multiple devices???

    2- When BTDesktopObexListener received a file ,it's save immediately to the startup of the project , so can I with the Save FileDialog save the received file to any location I want ???

     Thanks a lot.......

  • 04-16-2008 4:04 AM In reply to

    Re: How can send and recieve data from PC to PC using OBEX

    Obex supports only a 1-to-1 operation so to send an object to multiple devices requires creating multiple ObexWebRequests and sending each copy separately.

    You can modify the source and create the ability to save the file to a particular location.

    Peter 

    Peter Foot
    Microsoft Device Application Development MVP
    www.peterfoot.net | www.inthehand.com
  • 04-19-2008 11:39 AM In reply to

    Re: How can send and recieve data from PC to PC using OBEX

    Hello:

    Thanks for the reply,,but if there is 3 computers I want while I enter to the form by pressing a button mycomputer(comp1) alyawys sent data to comp3  without sending to comp2 ..(I mean there is a static sending).can I do this by inthand.net projects???

    thanks in advance

Page 1 of 1 (7 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.