[Pkg-running-devel] [openambit] 22/131: Added small readme file

Christian Perrier bubulle at moszumanska.debian.org
Thu Jul 17 20:19:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

bubulle pushed a commit to branch master
in repository openambit.

commit 172f1d526275f9af5c9f80631498c90cbdd62569
Author: Emil Ljungdahl <emil at kratern.se>
Date:   Sat Dec 14 19:21:24 2013 +0100

    Added small readme file
---
 README | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)

diff --git a/README b/README
new file mode 100644
index 0000000..14fab5b
--- /dev/null
+++ b/README
@@ -0,0 +1,60 @@
+OPENAMBIT
+=========
+
+The openambit source repository contains of several parts.
+Each part is briefly described below.
+For now there is really no good reason for installing the
+application, running it from the build directory is quite
+sufficient. Thus, the building instructions below has left
+out the installation parts.
+
+
+src/libambit
+============
+The "driver" library as a shared object. Written in C.
+
+Build instructions:
+> mkdir libambit-build
+> cd libambit-build
+> cmake ../src/libambit
+> make
+
+
+src/openambit
+=============
+The GUI application. Uses the libambit library.
+Built with qmake for now.
+
+Build instructions:
+First build libambit as instructed above
+> mkdir openambit-build
+> cd openambit-build
+> qmake ../src/openambit
+> make
+
+Run the application:
+> cd openambit-build
+> LD_LIBRARY_PATH=../libambit-build ./openambit
+
+
+tools/movescountXmlDiff.pl
+==========================
+Small Perl-script to compare XML-files generated by
+openambit and Suuntos Moveslink. Basically a diff with
+added floating point round errors ignored.
+
+
+wireshark_dissector
+===================
+To ease the parsing of the protocol a wireshark dissector
+is maintained. This dissector parses pcap-files made with
+usbpcap. The parts of the protocol that is known atm
+should be present in the latest dissector.
+
+Build instructions:
+> mkdir build
+> cd build
+> cmake ..
+> make
+> cp ambit.so ~/.wireshark/plugins
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/openambit.git



More information about the Pkg-running-devel mailing list