CCI-MOC / hil

Hardware Isolation Layer, formerly Hardware as a Service
Apache License 2.0
24 stars 54 forks source link

Install only HIL client library. #1012

Open SahilTikale opened 6 years ago

SahilTikale commented 6 years ago

We need to have a way to install only the HIL client. I am currently working on a scheduler QUADS which is a consumer of HIL. Currently I am copying the client folder from hil/client to QUADS /lib folder.

I think the correct way is to be able to install the hil library eg. pip install hil_client_lib or something like that. This will be helpful for other services that may interface with HIL or for people to install client library to remotely interface with HIL.

zenhack commented 6 years ago

I agree, I think we should split the client lib off into a separate python package.

For the immediate term though, it's worth noting that it shouldn't break anything to have the server stuff installed via pip; you can just not use it -- if that makes your job easier..

Quoting Sahil Tikale (2018-05-09 12:12:11)

We need to have a way to install only the HIL client. I am currently working on a scheduler [1]QUADS which is a consumer of HIL. Currently I am copying the client folder from hil/client to QUADS /lib folder.

I think the correct way is to be able to install the hil library eg. pip install hil_client_lib or something like that. This will be helpful for other services that may interface with HIL or for people to install client library to remotely interface with HIL.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly, [2]view it on GitHub, or [3]mute the thread.

Verweise

  1. https://github.com/SahilTikale/quads
  2. https://github.com/CCI-MOC/hil/issues/1012
  3. https://github.com/notifications/unsubscribe-auth/AA18PnwkAuMnwAHwbbv6TdTaPuN8-eqAks5twxVbgaJpZM4T4mRT
naved001 commented 6 years ago

it's worth noting that it shouldn't break anything to have the server stuff installed via pip; you can just not use it -- if that makes your job easier..

yeah, pip install git+https://github.com/cci-moc/hil installs all hil libraries and then you can import your client library stuff.

xuhang57 commented 6 years ago

I am a bit curious that, if we support installing the HIL client library only, does that mean we need to have an always-running hil server? How does that work?

I mean, people who just install the hil client still need to have a hil server so the client library could work, right?

naved001 commented 6 years ago

@xuhang57 For instance, people would write some software that needs to talk to some hil server and they use the the hil client library for that purpose. So they can just put the hil client library in their requirements.

When that software is deployed it would need to point to some hil sever that would be setup elsewhere. We don't need to have an always running hil server.

On Wed, May 9, 2018, 10:11 PM Lucas H. Xu notifications@github.com wrote:

I am a bit curious that, if we support installing the HIL client library only, does that mean we need to have an always-running hil server? How does that work?

I mean, people who just install the hil client still need to have a hil server so the client library could work, right?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/CCI-MOC/hil/issues/1012#issuecomment-387930438, or mute the thread https://github.com/notifications/unsubscribe-auth/ATLmqHo1NThKM7aDfGkwnPBrc4cIOxjuks5tw6HkgaJpZM4T4mRT .