
Software requirements:
----------------------

	- libusb 0.9.2 (http://libusb.wiki.sourceforge.net/).
	- Your kernel needs to have usbfs configured in and usbfs needs to be
		mounted.

Installation and usage
----------------------

Just copy usbnet binary (named ftusbnetd) to your /usr/local/bin directory and
run in your terminal:

$ sudo ftusbnetd

This will run program in daemon mode, all error messages will be written to
syslog (/var/log/messages file).

If you would like it to run in debug mode, so that you could see messages in
your terminal, you can also run:

$ sudo ftusbnetd -d

To terminate program in this mode press Ctrl+C.

If you would like ftusbnetd to run at system startup add the following lines 
to /etc/rc.local:

	if [ -x PATH_TO_ftusbnetd ]; then
		PATH_TO_ftusbnetd
	fi


