Skip to content

ACME oneM2M CSE

v2024.05.01

An open source CSE Middleware for Education

The ACME CSE is a compliant subset implementation of the oneM2M IoT standard.
It is an easy to install, run and extensible oneM2M CSE for educational purposes and small trials.
 

  • Install and set up in less than 5 minutes


    Run the following commands in a terminal to install and run the ACME oneM2M CSE:

    python -m pip install acmecse
    acmecse
    

    Detailed Instructions

  • Compliant


    This compliant oneM2M Common Services Entity (CSE) implements a growing subset of the oneM2M standard. This includes ressource types, functionalities, and protocols.

    Supported Features

  • It's just Python


    The intention is to provide an easy to install and use, extensible, and maintainable oneM2M CSE.

    Development Documentation     HowTos

  • Open Source | BSD 3-Clause


    The ACME oneM2M CSE is an open source project licensed under the BSD 3-Clause license.

    ACME CSE @ GitHub      License