aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMax Krasnyansky <maxk@qualcomm.com>2001-08-02 02:40:48 +0000
committerMax Krasnyansky <maxk@qualcomm.com>2001-08-02 02:40:48 +0000
commitc549debbdcffb628fd1d8efd9b94fe230ede91cd (patch)
treeecffc236d99083d0b9cd3335156ddde0f2902057 /README
downloadhcidump-c549debbdcffb628fd1d8efd9b94fe230ede91cd.tar.gz
Initial revision
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 27 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..0b6c2b6
--- /dev/null
+++ b/README
@@ -0,0 +1,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>