README 1.2 KB

1234567891011121314151617181920212223242526
  1. goptlib is a library for writing Tor pluggable transports in Go.
  2. https://gitweb.torproject.org/torspec.git/blob/HEAD:/pt-spec.txt
  3. https://gitweb.torproject.org/torspec.git/blob/HEAD:/proposals/196-transport-control-ports.txt
  4. https://gitweb.torproject.org/torspec.git/blob/HEAD:/proposals/217-ext-orport-auth.txt
  5. To download a copy of the library into $GOPATH:
  6. go get git.torproject.org/pluggable-transports/goptlib.git
  7. See the included example programs for examples of how to use the
  8. library. To build them, enter their directory and run "go build".
  9. examples/dummy-client/dummy-client.go
  10. examples/dummy-server/dummy-server.go
  11. The recommended way to start writing a new transport plugin is to copy
  12. dummy-client or dummy-server and make changes to it.
  13. There is browseable documentation here:
  14. http://godoc.org/git.torproject.org/pluggable-transports/goptlib.git
  15. Report bugs to the tor-dev@lists.torproject.org mailing list or to the
  16. bug tracker at https://trac.torproject.org/projects/tor.
  17. To the extent possible under law, the authors have dedicated all
  18. copyright and related and neighboring rights to this software to the
  19. public domain worldwide. This software is distributed without any
  20. warranty. See COPYING.