Changes

Jump to: navigation, search

Wireless Module (DWM)

388 bytes added, 09:43, 6 November 2012
no edit summary
</pre>
 
===Add Services===
Settare il nome del modulo To set the BTmodule '''name'''
<pre>
hciconfig hci0 name <NOME>
</pre>
Settare i servizi To set the '''visibileservices'''
<pre>
sdptool add <SERVICE>
</pre>
quelli possibili sonoThe available services are the following:
<pre>
Services:
PALMOS NOKID PCSUITE NFTP NSYNCML NGAGE APPLE ISYNC GATT
</pre>
 
==== Example1 : Obex FTP server====
For each visible service, the associated daemon should be launched. As an example, for the FTP service, you need to launch:
 
<pre>
obexftpd -b
</pre>
 
To send a file using FTP on Bluetooth:
 
<pre>
obexftp -b MAC-BT-DESTINO -p FILE
</pre>
 
==== Example2 : Obex push server====
 
http://packages.debian.org/squeeze/obexpushd

Navigation menu