Skip to content

Platform support#

libaes70 should work on all platforms with a compliant C++ compiler. For integration with networking APIs on different platforms, this library contains the following modules:

  • The libuv namespace in include/libuv can be used together with the libuv event loop.
  • The aes70::boost namespace can be used to integrate with the Boost.Asio event loop.
  • For embedded platforms the lwip namespace can be used to integrate with the lwIP network stack.

Integration with additional network stacks and event loops is possible; please reach out to us.