Simple FTP via bluetooth

Login to reply to this topic.
Thu, 2003-10-23 16:02
Joined: 2003-10-13
Forum posts: 11
I'm searching for a Simple FTP via bluetooth example.
Is there anyone who can help me?!!

Bye,

Claudia

Fri, 2003-10-24 08:43
Joined: 2003-10-14
Forum posts: 50
BlueTooth ...
Hi !
I´m also working with BlueTooth for my current project.
I didn´t use FPT but I think it´s quite the same as serial or anything else.
You have to do as in the BTxxx examples:
On the 1st device -> create a server (advertiser). Register the ftp service on the SDP
On the other -> client (discoverer) . Look for the ftp service´s port. Connect to server.
And then start sending your packet ... But I don´t know how does this exactly work for this type of connection.

Hope this help somehow
  • Login to reply to this topic.