We are using basic OSGi features on embedded devices that have very little memory. We would like to reduce the size of Knoplerfish as much as possible. Are there any parts of Knoplerfish that could be removed? Has anyone tried minimizing Knoplerfish? How far did you get?
Thanks,
Mat
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We had the idea that some parts of framework should be possible to remove to reduce the size of the framework. But the need to do this has become smaller as the amount of memory grows in all devices.
But you could try to remove the classes in the following packages (I don't know if it still works):
org.knopflerfish.framework.bundlestorage.memory (or ...file depending on which you use)
org.knopflerfish.framework.permissions
org.knopflerfish.framework.validator
BR,
Jan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
We are using basic OSGi features on embedded devices that have very little memory. We would like to reduce the size of Knoplerfish as much as possible. Are there any parts of Knoplerfish that could be removed? Has anyone tried minimizing Knoplerfish? How far did you get?
Thanks,
Mat
Hi,
We had the idea that some parts of framework should be possible to remove to reduce the size of the framework. But the need to do this has become smaller as the amount of memory grows in all devices.
But you could try to remove the classes in the following packages (I don't know if it still works):
org.knopflerfish.framework.bundlestorage.memory (or ...file depending on which you use)
org.knopflerfish.framework.permissions
org.knopflerfish.framework.validator
BR,
Jan