Menu

Tree [e9810c] master /
 History

HTTPS access


File Date Author Commit
 lib 2012-01-11 Joost Lek Joost Lek [e9810c] Merge branch 'master' of ssh://192.168.244.1/Us...
 .gitignore 2011-11-07 Joost Lek Joost Lek [cd196e] Added gitignore.
 6bed4-client 2011-11-27 Joost Lek Joost Lek [143d25] Remove unused hexs() helper function
 LICENSE 2011-11-21 Joost Lek Joost Lek [62b07f] Added Apache license v2.0
 README 2011-11-21 Joost Lek Joost Lek [a2bd8e] Preparing for beta1
 TODO 2011-11-27 Joost Lek Joost Lek [35d7f7] Completed removal of bytearray

Read Me

6bed4 tooling in Python version: beta1

This is a beta implementation of the 6bed4 protocol.

USAGE
The client requires root privileges to be able to set the ipv6 address on the tunnel interface and set the correct routing information.
To start off the client:

	# ./6bed4-client start

This will fork the client into the background. Logging can be read from /var/log/6bed4-client.log. To stop the client issue a stop command (or send a SIGTERM):

	# ./6bed4-client stop

To obtain debugging information the -d or --debug flag may be passed to the client. To not fork the client and have logging output to stdout instead of the log file start up the client with the run command:

	# ./6bed4-client run

COPYRIGHT

6bed4-python was written by Joost Lek.
email: vlabakje@gmail.com