2010-05-10 19:52:27 +02:00
|
|
|
config BR2_PACKAGE_COPAS
|
|
|
|
bool "copas"
|
2019-04-07 10:59:07 +02:00
|
|
|
select BR2_PACKAGE_COXPCALL if BR2_PACKAGE_LUA_5_1 # runtime
|
2018-12-19 09:17:05 +01:00
|
|
|
select BR2_PACKAGE_LUASOCKET # runtime
|
2010-05-10 19:52:27 +02:00
|
|
|
help
|
2017-09-02 18:56:32 +02:00
|
|
|
Copas is a dispatcher based on coroutines that can be used
|
|
|
|
for asynchronous networking. For example TCP or UDP based
|
|
|
|
servers. But it also features timers and client support for
|
|
|
|
http(s), ftp and smtp requests.
|
2010-05-10 19:52:27 +02:00
|
|
|
|
2019-11-26 13:45:28 +01:00
|
|
|
http://keplerproject.github.io/copas/
|