package documentation
This module contains the ACME CSE implementation. It is the main module of the ACME CSE. It contains the main() function that is called when the CSE is started. It also contains the CSE class that implements the CSE.
This module can be run as a standalone script to run the ACME CSE.
python -m acme
| Package | etc |
This package provides various CSE-related utilitiy modules. |
| Package | helpers |
This package provides various modules that provide CSE-independent services and functionalities. |
| Module | onboarding |
This modiule provides the stand-alone program to start the onboarding process for the ACME CSE. |
| Package | plugins |
Internal plugins for the ACME CSE. |
| Package | resources |
This package provides class definitions for oneM2M resources. |
| Package | runtime |
This package contains the runtime implementation for ACME CSE. |
| Package | services |
This package implements the main oneM2M service functionalities for the CSE. These services are mandatory for a oneM2M CSE and are not implemented as plugins, but directly in the CSE. |
| Package | textui |
This package contains the modules for the text-based user interface of the CSE. |
| Package | webui |
This package defines the web user interface for the ACME CSE. |
| Module | __main__ |
This module contains the ACME CSE implementation. It is the main module of the ACME CSE. |