PDA

View Full Version : سوال: obex server



hamedsadry3000
چهارشنبه 29 اردیبهشت 1389, 23:18 عصر
سلام
کسی کامپوننتی برای obex folder browsing داره یا میدونه درست کردن پکت ارسالیش چطور است با تشکر

A folder/file system is a hierarchy of folders that contain objects/files and folders. A client can browse
folders and GET the contents. The client can also traverse the folders and PUT and GET objects into and
out of the folders. Life in a folder is more permanent than life in an inbox. It is very likely that after a client
has PUT an object into a folder it can GET it at a later time.
The Folder Browsing service provides access to a device’s object store via OBEX. The application that
provides the service is called the folder browsing server, the client application is called the folder browser.
The service is built using OBEX PUT, GET and SETPATH commands as well as the OBEX Folder-Listing
object. It uses file access methods to PUT and GET Objects to the remote object store over a directed
OBEX connection. To connect to a folder browsing service the client issues an OBEX CONNECT with a
Target header containing the UUID (in binary) for the Folder Browsing service to the Default OBEX
server. This UUID is F9EC7BC4-953C-11d2-984E-525400DC9E09.
The availability of the folder browsing service can be determined by inspecting the OBEX capability
Object for the folder browsing service. Alternatively, a connection attempt to the folder browsing UUID
can be performed. There should only be one instance of a folder browsing service on the default OBEX
server. You could have folder browsing using a different OBEX server but it would not be a standard
service.