8000 GitHub - adamyi/libtailscale: Tailscale C library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adamyi/libtailscale

 
 

Repository files navigation

libtailscale

libtailscale is a C library that embeds Tailscale into a process.

Use this library to compile Tailscale into your program and get an IP address on a tailnet, entirely from userspace.

Building

With the latest version of Go, run:

go build -buildmode=c-archive

This will produce a libtailscale.a file. Link it into your binary, and use the tailscale.h header to reference it.

It is also possible to build a shared library using

go build -buildmode=c-shared

Bugs

Please file any issues about this code or the hosted service on the issue tracker.

License

BSD 3-Clause for this repository, see LICENSE.

About

Tailscale C library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 30.9%
  • Ruby 27.9%
  • C 19.3%
  • Python 15.0%
  • C++ 3.9%
  • Nix 1.3%
  • Other 1.7%
0