dlmodule - Can I use this to implement a plugin architecture?

Created at 2024-07-05 12:27:13

Hi Guys,

I'm interested in RT-Thread's dlmodule.

The only other small OS I've found with something similar is NuttX, which supports FlatX modules.

Does dlmodule let me write my own modules that target the main application's API?

If it did, this would make me very happy.

I want to be able to develop a stable platform that exposes a programatic API for plugins.

I want customers to be able to write modules targeting this API.

The modules would be tested and digitally signed to ensure compatibility and authority for the target platform.

更多

Follower
0
Views
140
1 Answer
dominantfew
dominantfew 2024-11-08

Yes, RT-Thread’s dlmodule (Dynamic Loadable Module) functionality can indeed serve as a plugin architecture, allowing you to write and load modules that target the main application's API. This setup aligns well with your goals for creating a stable platform with a programmatic API for plugins.
Snow Rider

Write Your Answer

Log in to publish your answer,Click here to log in.

Create
Post

Share