|
Installation
How to install pybuddy
IntroductionFollow these steps to get pybuddy up and running: Install dependencies
$ python Python 2.5.2 (r252:60911, Oct 5 2008, 19:24:49) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>>
$ apt-get install python-usb Download source code and edit configuration
svn checkout http://pybuddy.googlecode.com/svn/trunk/ pybuddy
Launch and test
$ sudo src/pybuddy-daemon.py pybuddy.cfg 2008-11-21 12:15:07,662 INFO Read config file: pybuddy.cfg 2008-11-21 12:15:07,662 INFO Starting search... 2008-11-21 12:15:07,808 INFO ibuddy found! vend: 4400 prod: 1 2008-11-21 12:15:07,808 INFO endpoint 2008-11-21 12:15:08,424 INFO Starting daemon...
$ echo DEMO | nc -q0 -u localhost 8888 Check the available commands on the commands page. |
Sign in to add a comment