srsRAN/.github
Vadim Yanitskiy 900ad92912 srsue/extnas: implement a simple UNIX domain socket server
Unfortunately, the existing networking API (common/network_utils.h)
lacks the UNIX domain socket support, and it turned to be easier
to implement a simple, single client server using Boost.Asio.

The server runs in its own thread with a blocking Tx queue, and
calls a user definted callback on receipt of any data from client.
Multiple client connections are not supported and will be rejected.
2020-11-09 06:31:45 +07:00
..
workflows srsue/extnas: implement a simple UNIX domain socket server 2020-11-09 06:31:45 +07:00
ISSUE_TEMPLATE.md github: comment notice on issue template 2020-04-27 14:02:18 +02:00