This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/doc/tutorial6.qdoc
2019-04-01 20:48:17 +02:00

25 lines
782 B
Plaintext

/*!
\page tutorial6.html
\title Tutorial 6 - The "CoAP Client" plugin
\brief The plugin shows you how to use the CoAP lib
\ingroup tutorials
\section1 Topics
This tutorial will show you how to:
\list
\li \unicode{0x25B6} Allow only one \l{Device}
\li \unicode{0x25B6} Implement the \l{DevicePlugin::deviceRemoved()}{deviceRemoved()} method
\li \unicode{0x25B6} Use plugin configurations
\li \unicode{0x25B6} Use the \l{Coap}{CoAP} library
\endlist
This tutorial shows you how to write a \l{Coap}{CoAP} plugin and how the plugin configuration work. The plugin it self has no practical purpose but shows some concepts of CoAP and plugin development.
\section1 Plugin structure
networkinfo.pro
*/