Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Install only HIL client library. #1012

Open
SahilTikale opened this issue May 9, 2018 · 4 comments
Open

Install only HIL client library. #1012

SahilTikale opened this issue May 9, 2018 · 4 comments

Comments

@SahilTikale
Copy link
Contributor

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
Copy link
Contributor

zenhack commented May 9, 2018 via email

@naved001
Copy link
Contributor

naved001 commented May 9, 2018

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
Copy link
Contributor

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
Copy link
Contributor

naved001 commented May 10, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants