blob: 0ecf4f97e13707c29c37e72cb32f97e78be2bfcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
config BR2_PACKAGE_LIBPAGEKITE
bool "libpagekite"
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_LIBEV
select BR2_PACKAGE_OPENSSL
help
PageKite is a protocol for dynamic, tunneled reverse proxying
of arbitrary TCP byte streams. It is particularly well suited
for making a HTTP server on a device without a public IP
address visible to the wider Internet, but can also be used
for a variety of other things, including SSH access.
libpagekite is a tight, fast implementation of the PageKite
protocol in C, suitable for high-performance or embedded
applications.
In addition to the libpagekite library, this package installs
the pagekitec, sshkite and httpkite tools.
https://pagekite.net
https://github.com/pagekite/libpagekite
comment "libpagekite needs a toolchain with threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS
|