Changes between Version 4 and Version 5 of HowTo/Bluetooth/UsingCL


Ignore:
Timestamp:
Sep 23, 2007, 5:06:17 AM (17 years ago)
Author:
harisk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/Bluetooth/UsingCL

    v4 v5  
    99{{{
    1010node1-1:~# pand --listen -role NAP --master --autozap
    11 node1-1:~# ifconfig bnep0 192.168.1.1
    12 node1-1:~# ping 192.168.1.2
    13 PING 192.168.1.2 (192.168.1.2): 56 data bytes
    14 64 bytes from 192.168.1.2: icmp_seq=0 ttl=64 time=53.0 ms
    1511}}}
    16 
     12wait for at least 10 seconds for the interface to configure
    1713{{{
    1814node1-2:~# pand --connect 00:0A:3A:53:D4:82 --service NAP --autozap
     15}}}
     16Again, wait for at least 10 seconds to establish the link. Then set IP addreses:
     17{{{
     18node1-1:~# ifconfig bnep0 192.168.1.1
     19}}}
     20{{{
    1921node1-2:~# ifconfig bnep0 192.168.1.2
    2022node1-2:~# ping 192.168.1.1
     
    232564 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=39.6 ms
    2426}}}
    25 
    26 Useful link:
    27 
    28 http://bluez.sourceforge.net/contrib/HOWTO-PAN
    2927
    3028== hciconfig and hcitool ==