aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 0b6c2b6b224751763d7d73de5649c58b65bcc2b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
HCIDump - HCI packet analyzer 
Copyright (C) 2000-2001 Maxim Krasnyansky <maxk@qualcomm.com>

1. Compilation and Installation.

In order to compile HCIDump you need following software packages:
  - Linux Bluetooth protocol stack (BlueZ)
  - GCC compiler

To configure HCIDump run:
  ./configure
 
Configure automatically searches for all required components and packages. 

To compile and install run:
  make install

2.0 Information

Mailing lists:
	bluez-users@lists.sourceforge.net - BlueZ general questions and discussions
	bluez-devel@lists.sourceforge.net - BlueZ development 

For additional information about the project visit BlueZ web site:
	http://bluez.sf.net/hcidump
 
Maxim Krasnyansky <maxk@qualcomm.com>