openhsorg / openhs

OpenHS - core modules
0 stars 0 forks source link

Sort out core modules and the rest of the world #50

Closed MichalValny closed 6 years ago

MichalValny commented 7 years ago
  1. Can we remove /openhs/iqrf ?

  2. can we remove /openhs/modules/eclipse_config?

  3. Propoposed core modules:

    • org.openhs.core.cfg
    • org.openhs.core.commons
    • org.openhs.core.cfg.admin <- I will create this module as admin fro displaying admin page and starting/stopping other modules etc...
    • org.openhs.comm.dummy
    • org.openhs.comm.iqrf.json <- Do we need it?
    • org.openhs.comm.mqtt <- Do we need it?
    • org.openhs.comm.wmos.json
    • org.eclipse.paho.client.mqttv3
    • org.openhs.comm.rxtx <- I will remove this
    • org.openhs.core.remote.access <- old admin, I'll remove it
    • org.openhs.test.iqrf/target/classes <- remove?
    • org.openhs.tester <- remove?
  4. Proposed Home modules:

    • org.openhs.core.dataupdate
    • org.openhs.core.email
    • org.openhs.core.infostation.servlet
    • org.openhs.core.infostation
    • org.openhs.core.meteostation.servlet
    • org.openhs.core.meteostation
    • org.openhs.core.site.data
    • org.openhs.core.site.services
    • org.openhs.core.statistics
    • org.openhs.core.weather
    • org.openhs.core.clock
  5. Proposed industrial modules

    • TGmotion interface
    • Cobalt module (org. openhs.industry.cobalt)
  6. How to handle "openhs" folder in home dir? Different modules can have their sub-folder there.

MichalValny commented 6 years ago

Solved in #54 and #55