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
libuvnamespace ininclude/libuvcan be used together with the libuv event loop. - The
aes70::boostnamespace can be used to integrate with the Boost.Asio event loop. - For embedded platforms the
lwipnamespace 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.